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_);
259 ElementForIndex(i) = other.data_[i]; in HashSet()
440 T& next_element = ElementForIndex(next_index); in erase()
443 emptyfn_.MakeEmpty(ElementForIndex(empty_index)); in erase()
465 ElementForIndex(empty_index) = std::move(next_element); in erase()
603 const T& element = ElementForIndex(i); in TotalProbeDistance()
676 T& ElementForIndex(size_t index) { in ElementForIndex() function
682 const T& ElementForIndex(size_t index) const { in ElementForIndex() function
725 const T& slot = ElementForIndex(index); in FindIndexImpl()
739 return emptyfn_.IsEmpty(ElementForIndex(index)); in IsFreeSlot()