Lines Matching refs:ElementForIndex
93 return hash_set_->ElementForIndex(this->index_);
183 ElementForIndex(i) = other.data_[i];
324 T& next_element = ElementForIndex(next_index);
327 emptyfn_.MakeEmpty(ElementForIndex(empty_index));
349 ElementForIndex(empty_index) = std::move(next_element);
448 const T& element = ElementForIndex(i);
521 T& ElementForIndex(size_t index) {
527 const T& ElementForIndex(size_t index) const {
560 const T& slot = ElementForIndex(index);
572 return emptyfn_.IsEmpty(ElementForIndex(index));