Home
last modified time | relevance | path

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

/art/runtime/base/
Dhash_set.h92 return hash_set_->ElementForIndex(this->index_);
216 ElementForIndex(i) = other.data_[i];
259 T& next_element = ElementForIndex(next_index); in Erase()
262 emptyfn_.MakeEmpty(ElementForIndex(empty_index)); in Erase()
284 ElementForIndex(empty_index) = std::move(next_element); in Erase()
350 const T& element = ElementForIndex(i); in TotalProbeDistance()
389 T& ElementForIndex(size_t index) { in ElementForIndex() function
395 const T& ElementForIndex(size_t index) const { in ElementForIndex() function
420 const T& slot = ElementForIndex(index); in FindIndex()
432 return emptyfn_.IsEmpty(ElementForIndex(index)); in IsFreeSlot()