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

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

Completed in 69 milliseconds