[roll] Roll fuchsia [fidl][llcpp] optimize sending API

Optimizes sending API:
- resource struct -> Foo&&
- non resource struct -> const Foo&
- string -> fidl::StringView
- vector -> fidl::VectorView
- handles -> zx::handle&&

Adds copy constructor and assignment to table and union.
Adds copy constructor and assignment to arrays of types which are not
resources.

A small code size improvement (8192 bytes).

Original-Bug: 74040
Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/512439
Original-Revision: 8a189c961158df164a116e8135f1528ffc4f84c6
GitOrigin-RevId: f7630efea6fcf5cd3b558bfabbe80901bfac1624
Change-Id: Ic29f3c645fadc996e2f5c183ec45996ba6419a4d
1 file changed
tree: b11dcf003cb1a31d8d76f6cd95870520cd4ad300
  1. garnet/
  2. infra/
  3. peridot/
  4. third_party/
  5. topaz/
  6. zircon/
  7. firmware
  8. flower
  9. jiri.lock
  10. minimal
  11. prebuilts
  12. README.md
  13. stem
  14. test_durations
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.