[roll] Roll fuchsia [fidl][cpp] ir library support for endpoints

The new C++ FIDL bindings have a variety of endpoint types for a variety
of use cases:
  (fidl|fdf)::(Unowned)?(Client|Server)End<Protocol>

These have been constructed in templates until now, but with this CL
there are accessors like .UnownedClientEnd on Protocol objects that
produce the right type name based on the transport.

Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/711747
Original-Revision: 46ece3c7f425366821465deb1d13c3655ca40c26
GitOrigin-RevId: 028a6cfe63f658b8d25fb8325b9a689e63b0d412
Change-Id: Id4f2b315123c45e590fa091546cbe897055b71f3
1 file changed
tree: f8f733c6887e71a8c39dacbd7dfbd087da680663
  1. git-hooks/
  2. infra/
  3. third_party/
  4. cts
  5. firmware
  6. flower
  7. jiri.lock
  8. minimal
  9. prebuilts
  10. README.md
  11. stem
  12. test_durations
  13. 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.