[roll] Roll fuchsia [display][api-types-cpp] Add "Value" suffix to ToFidl*() types.

Once we define strong-typed structs in the FIDL we should distinguish
between the conversion method returning the FIDL struct and the method
returning the value type inside that struct.

This change renames all ToFidl...Id() to ToFidl...IdValue() so that
it makes the future conversion easier.

Test: No-op. Renamed all corresponding test names.
Original-Bug: 128286
Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/878664
Original-Revision: 0913d7c4246d03da12f2a0ecb507245a636f91cf
GitOrigin-RevId: 215bb9193e71aee799019046af47ab0275297adc
Change-Id: I15136083d4341139ef1c062eb495a1b4c6656f3b
1 file changed
tree: fa27a0b2378306874d7b7f5026aefe4233b3b7fd
  1. git-hooks/
  2. infra/
  3. third_party/
  4. cts
  5. firmware
  6. flower
  7. jiri.lock
  8. MILESTONE
  9. minimal
  10. prebuilts
  11. README.md
  12. stem
  13. test_durations
  14. 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.