Searched defs:Indexes (Results 1 - 1 of 1) sorted by relevance

/art/runtime/base/
H A Dbit_vector.h42 * only through BitVector::Indexes() which returns an IndexContainer wrapper
44 * for (uint32_t idx : bit_vector.Indexes()) {
63 // Helper function to check for end without comparing with bit_vector.Indexes().end().
198 IndexContainer Indexes() const { function in class:art::BitVector

Completed in 290 milliseconds