Home
last modified time | relevance | path

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

/art/runtime/base/
Dhash_set.h93 return hash_set_->ElementForIndex(this->index_);
183 ElementForIndex(i) = other.data_[i]; in HashSet()
324 T& next_element = ElementForIndex(next_index); in Erase()
327 emptyfn_.MakeEmpty(ElementForIndex(empty_index)); in Erase()
349 ElementForIndex(empty_index) = std::move(next_element); in Erase()
448 const T& element = ElementForIndex(i); in TotalProbeDistance()
521 T& ElementForIndex(size_t index) { in ElementForIndex() function
527 const T& ElementForIndex(size_t index) const { in ElementForIndex() function
560 const T& slot = ElementForIndex(index); in FindIndex()
572 return emptyfn_.IsEmpty(ElementForIndex(index)); in IsFreeSlot()