Home
last modified time | relevance | path

Searched refs:ElementForIndex (Results 1 – 1 of 1) sorted by relevance

/art/libartbase/base/
Dhash_set.h83 return hash_set_->ElementForIndex(this->index_);
237 ElementForIndex(i) = other.data_[i]; in HashSet()
380 T& next_element = ElementForIndex(next_index); in erase()
383 emptyfn_.MakeEmpty(ElementForIndex(empty_index)); in erase()
405 ElementForIndex(empty_index) = std::move(next_element); in erase()
522 const T& element = ElementForIndex(i); in TotalProbeDistance()
595 T& ElementForIndex(size_t index) { in ElementForIndex() function
601 const T& ElementForIndex(size_t index) const { in ElementForIndex() function
642 const T& slot = ElementForIndex(index); in FindIndexImpl()
654 return emptyfn_.IsEmpty(ElementForIndex(index)); in IsFreeSlot()