Searched refs:ElementForIndex (Results 1 – 1 of 1) sorted by relevance
83 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() function682 const T& ElementForIndex(size_t index) const { in ElementForIndex() function725 const T& slot = ElementForIndex(index); in FindIndexImpl()739 return emptyfn_.IsEmpty(ElementForIndex(index)); in IsFreeSlot()