Home
last modified time | relevance | path

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

/art/libartbase/base/
Dhash_set.h77 return hash_set_->ElementForIndex(this->index_);
231 ElementForIndex(i) = other.data_[i]; in HashSet()
374 T& next_element = ElementForIndex(next_index); in erase()
377 emptyfn_.MakeEmpty(ElementForIndex(empty_index)); in erase()
399 ElementForIndex(empty_index) = std::move(next_element); in erase()
509 const T& element = ElementForIndex(i); in TotalProbeDistance()
582 T& ElementForIndex(size_t index) { in ElementForIndex() function
588 const T& ElementForIndex(size_t index) const { in ElementForIndex() function
621 const T& slot = ElementForIndex(index); in FindIndex()
633 return emptyfn_.IsEmpty(ElementForIndex(index)); in IsFreeSlot()