[roll] Roll fuchsia [sestarnix] Add indices_of_set_bits

For most of the current users of ExtensibleBitmap.spans, what is
really wanted is the integers found within the spans representing the
indices of bits set in the ExtensibleBitmap, and a second iteration is
used at each .spans callsite to get these indices. Let's just offer the
iteration yielding the indices natively from ExtensibleBitmap itself.

Fun fact: I drafted this as "set_bit_indices", but then could not pass
self-review with a method with a name that started with "set_" but that
was not mutative. 😐

Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/1447088
Original-Revision: 7931606ea597d32732eeed606c1134a465212068
GitOrigin-RevId: 026bca069b75443250607ce9e69c1aece7f5aa51
Change-Id: Ie2379834fe6869fd6e480b3935f45a6509332227
1 file changed
tree: bd6fe02df403845b6c9968794d8a5a7312777880
  1. ctf/
  2. git-hooks/
  3. infra/
  4. third_party/
  5. flower
  6. jiri.lock
  7. MILESTONE
  8. minimal
  9. prebuilts
  10. README.md
  11. stem
  12. 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 in one of the communication channels documented at get involved.

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.