[roll] Roll fuchsia [fidl][llcpp] Don't pass args to internal classes

Instead of passing through request and response arguments to internal
classes like:
 - WireResult
 - UnownedWireResult
 - OwnedEncodedMessage
 - UnownedEncodedMessage
simply pass pointers to the generated WireRequest / WireResponse.

This simplifies a lot of the go templating logic and make it much easier
to move many of these to C++ templates.

Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/592168
Original-Revision: 7947028b433277ef04141aadef239c780cd11f3f
GitOrigin-RevId: 264cc32552784178f810557cdacc0c2f39c74839
Change-Id: I2a5742b19c9415547835b5130011f24808e4450c
1 file changed
tree: 25828ddcebad42677cb514b62af95b5aa09ba3e1
  1. infra/
  2. third_party/
  3. firmware
  4. flower
  5. jiri.lock
  6. minimal
  7. prebuilts
  8. README.md
  9. stem
  10. 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.