[roll] Roll fuchsia [fidl] fidl::ToWire converter to wire types

This CL introduces a converter from natural types to wire types.

The fidl::ToWire function takes an arena as an argument and allocates
all out-of-line objects on the arena.

Original-Fixed: 98440

Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/670985
Original-Revision: c309379dd9c278f83cbc6d89e9e8047fef3c17db
GitOrigin-RevId: a9b48e20e76a79289c5f93640014b3f3b4ef90bb
Change-Id: Ife57819acb94b6a5068bdfac67740180df7b5823
1 file changed
tree: 2cee0a3be9471a5b476ba4edf6e5e7b1cc82128f
  1. infra/
  2. third_party/
  3. cts
  4. firmware
  5. flower
  6. jiri.lock
  7. minimal
  8. prebuilts
  9. README.md
  10. stem
  11. test_durations
  12. 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.