[roll] Roll fuchsia [fidl][cpp] Polish natural types name transforms

Natural types should use identical transforms as wire types, except for
data types where we drop the "wire::" namespace part. This leads to
code that most closely follows the style guide.

Previously there were some vestigial naming rules from using HLCPP
objects. They are updated.

For service names in particular, the idea is for natural bindings to not
generate any extra code, instead re-using the service connector logic in
the wire messaging layers. But I still updated the names to be
consistent.

Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/668962
Original-Revision: d142a4bcbd29edb88ea50162043d32e533cd8cfe
GitOrigin-RevId: c2cb689b44057974171c9bbdb18b2cf809521762
Change-Id: I83deb1fb1c21fe6c6a42609502b60b1d7a2890e6
1 file changed
tree: ffbfcf1f880f9b6836d5bb4174844f367802705b
  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.