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