Searched defs:HashSetIterator (Results 1 – 1 of 1) sorted by relevance
42 HashSetIterator(HashSetType* hash_set, size_t index) : index_(index), hash_set_(hash_set) {} in HashSetIterator() function50 HashSetIterator(const HashSetIterator<OtherElem, OtherHashSetType>& other) in HashSetIterator() function92 template <class OtherElem, class OtherHashSetType> friend class HashSetIterator; variable747 friend class HashSetIterator; variable