Searched defs:ElementForIndex (Results 1 - 1 of 1) sorted by path

/art/runtime/base/
H A Dhash_set.h93 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) { function in class:art::HashSet
527 const T& ElementForIndex(size_t index) const { function in class:art::HashSet
560 const T& slot = ElementForIndex(index);
572 return emptyfn_.IsEmpty(ElementForIndex(inde
[all...]

Completed in 6 milliseconds