[roll] Roll fuchsia Reland "[inspect] Automatically de-duplicate string references in C++"

This is a reland of commit ce808fe029a904e1c21187f1d4f12077f8313b52

Original change's description:
> [inspect] Automatically de-duplicate string references in C++
>
> - Per the Platform Evolution Playbook, the no-longer-needed
>   `StringReference` class has been marked deprecated at 2 API
>   levels from now
> - To simplify code and not need to support the StringReference class
>   in state/node, an implicit conversion was added to StringReference
>   to convert to std::string_view. The rational is noted in a doc
>   comment: because the class has a deprecation warning, it would be
>   difficult to abuse the implicit conversion instead of just using
>   std::string_view. And at the same time, it makes core types simpler.
>
> Original-Fixed: b/300003477
> Change-Id: Id83f2d33be54ddb10f49935033a82b3318eafc05
> Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/1054062
> Reviewed-by: Andres Oportus <andresoportus@google.com>
> Fuchsia-Auto-Submit: Clayton McCray <claytonmccray@google.com>
> Commit-Queue: Auto-Submit <auto-submit@fuchsia-infra.iam.gserviceaccount.com>
> Reviewed-by: Miguel Flores <miguelfrde@google.com>
> API-Review: Miguel Flores <miguelfrde@google.com>

Multiply: inspect_service_llcpp_tests

Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/1056974
Original-Revision: 9f4e389cc0ddbb278ab93cd5bd2f8641ecfcc2a3
GitOrigin-RevId: 21d49a2307f6648e96c53c88a098bc2cdd115b73
Change-Id: I5c077f5033747b2c71943a3943d3d342562be359
1 file changed
tree: 4f5222c6ffd0ad058b007c76dd40e433db3f97d8
  1. ctf/
  2. git-hooks/
  3. infra/
  4. third_party/
  5. cts
  6. firmware
  7. flower
  8. jiri.lock
  9. MILESTONE
  10. minimal
  11. prebuilts
  12. README.md
  13. stem
  14. test_durations
  15. 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 in one of the communication channels documented at get involved.

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.