[roll] Roll fuchsia [netstack3] Rename SocketStateEntry::try_insert

Rename try_insert to try_insert_with since it takes a callback that is
used to construct the inserted value. Use the name for a simplified
version that provides a static id. Note that try_insert_with is not long
for this world, but add tests for its behavior on error (which seems to
have been previously untested).

Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/891205
Original-Revision: f7cf6d3b783e26d94657011abfb0d4b04e3812c5
GitOrigin-RevId: c7fe2c8df256da27b6d052d9810907d0a2032b17
Change-Id: Iaf1165f88cfdddd84650b7dd4508e3f2e6868260
1 file changed
tree: fa01396a876e1154fd8d2412c82b2b5a03037ef2
  1. git-hooks/
  2. infra/
  3. third_party/
  4. cts
  5. firmware
  6. flower
  7. jiri.lock
  8. MILESTONE
  9. minimal
  10. prebuilts
  11. README.md
  12. stem
  13. test_durations
  14. toolchain
README.md

Integration

This repository contains Fuchsia's Global Integration manifest files.

Making changes

All changes should be made to the internal version of this repository. Our infrastructure automatically updates this version when the internal one changes.

Currently all changes must be made by a Google employee. Non-Google employees wishing to make a change can ask for assistance via the IRC channel #fuchsia on Freenode.

Obtaining the source

First install Jiri.

Next run:

$ jiri init
$ jiri import minimal https://fuchsia.googlesource.com/integration
$ jiri update

Third party

Third party projects should have their own subdirectory in ./third_party.