Searched refs:FindIndex (Results 1 - 3 of 3) sorted by relevance

/art/runtime/base/
H A Dbit_vector-inl.h39 bit_index_ = FindIndex(bit_index_ + 1u);
49 inline uint32_t BitVector::IndexIterator::FindIndex(uint32_t start_index) const { function in class:art::BitVector::IndexIterator
H A Dbit_vector.h75 bit_index_(FindIndex(0u)) { }
86 uint32_t FindIndex(uint32_t start_index) const;
H A Dhash_set.h313 return Iterator(this, FindIndex(element, hash));
318 return ConstIterator(this, FindIndex(element, hash));
414 // This value for not found is important so that Iterator(this, FindIndex(...)) == end().
416 size_t FindIndex(const K& element, size_t hash) const { function in class:art::HashSet

Completed in 62 milliseconds