Home
last modified time | relevance | path

Searched defs:HashSetIterator (Results 1 – 1 of 1) sorted by relevance

/art/libartbase/base/
Dhash_set.h42 HashSetIterator(HashSetType* hash_set, size_t index) : index_(index), hash_set_(hash_set) {} in HashSetIterator() function
50 HashSetIterator(const HashSetIterator<OtherElem, OtherHashSetType>& other) in HashSetIterator() function
92 template <class OtherElem, class OtherHashSetType> friend class HashSetIterator; variable
747 friend class HashSetIterator; variable