[roll] Roll fuchsia [fidl][cpp] Fix sign conversion in wire encoder

|ConsumedBytesInCurrentIovec| will never be negative. This fixes
-Wsign-conversion warning that's being experienced by OOT customer.

While doing that I took some time to grok how the encoder works and
tried giving better variable names and comment on the encoder fields.

Original-Fixed: 107990
Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/720262
Original-Revision: 1efee510492f0ff6906829108007dad62b0cd052
GitOrigin-RevId: 5a2e8c25783a38ca2821b868dd5021f3fda42ab6
Change-Id: I8d4b1b6b24194eda8c56a7f23631c0e53c564e51
1 file changed
tree: adca34065b45d8e80fefe8afea3f71710ea8139b
  1. git-hooks/
  2. infra/
  3. third_party/
  4. cts
  5. firmware
  6. flower
  7. jiri.lock
  8. minimal
  9. prebuilts
  10. README.md
  11. stem
  12. test_durations
  13. 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.