[roll] Roll fuchsia [fidl][llcpp] Rename Frame_ to WireTableFrame<T>

SomeTable::Frame was renamed to Frame_ because we had FIDL tables which
themselves are named "Frame". Frame::Frame conflicts with the
constructor.

However, Frame_ is not an ideal name. This CL moves it to

  fidl::WireTableFrame<SomeTable>

which gets rid of any name collisions.

Test: fx test -vo //src/lib/fidl/llcpp
Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/592448
Original-Revision: 644fbb1536dc850417278dc01eed6ba876614311
GitOrigin-RevId: 92d3eaffe5d04b6aa56fca19120a894e07c8c548
Change-Id: Ieabba460e407ba57a33a9c7e9497d6358013c25f
1 file changed
tree: 5c3a701ccb768a153a34bcde530445d179fad110
  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.