[roll] Roll fuchsia [vmo_store] Fix incorrect const specifiers in GrowableSlab iterators.

For Iterators, operator* and operator-> in a non-const Iterator
should return non-const value / pointer types and should not have
const-specifiers.

For containers (GrowableSlab), methods begin() and end() should
return non-const iterators on non-const versions and return const
iterators on const versions.

This change unifies all the non-const iterator definition and usages
to avoid const-safety issues. A future change may be needed to
implement ConstIterator and const begin() / end() for the container.

Test: no behavior change. growable_slab_test passed.
Original-Bug: 128530
Original-Bug: 128552
Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/866534
Original-Revision: 1d29e90e1c616b38e52d598e1daf89760ee2f2cc
GitOrigin-RevId: 37247e05609190a829c1107c567502eab746af78
Change-Id: I877dffb6175ec109789a3fef9de21f02b31dc2ec
1 file changed
tree: 7d84d30c4157b5b177d859ac946954021e6880be
  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.