Searched refs:hash_set_ (Results 1 - 1 of 1) sorted by relevance

/art/runtime/base/
H A Dhash_set.h67 BaseIterator(HashSetType* hash_set, size_t index) : index_(index), hash_set_(hash_set) {
73 return hash_set_ == other.hash_set_ && this->index_ == other.index_;
81 this->index_ = this->NextNonEmptySlot(this->index_, hash_set_);
87 this->index_ = this->NextNonEmptySlot(this->index_, hash_set_);
92 DCHECK(!hash_set_->IsFreeSlot(this->index_));
93 return hash_set_->ElementForIndex(this->index_);
104 HashSetType* hash_set_; member in class:art::HashSet::BaseIterator

Completed in 226 milliseconds