Searched refs:EntryIteratorBase (Results 1 – 3 of 3) sorted by relevance
153 class EntryIteratorBase {161 EntryIteratorBase() : m_pHashTable(NULL), m_Index(0) {} in EntryIteratorBase() function163 EntryIteratorBase(HashTableImplTy* pTable, unsigned int pIndex) in EntryIteratorBase() function166 EntryIteratorBase(const EntryIteratorBase& pCopy) in EntryIteratorBase() function169 EntryIteratorBase& assign(const EntryIteratorBase& pCopy) { in assign()219 bool operator==(const EntryIteratorBase& pCopy) const {223 bool operator!=(const EntryIteratorBase& pCopy) const {
23 class EntryIteratorBase; variable115 friend class EntryIteratorBase<Self>;116 friend class EntryIteratorBase<const Self>;
50 typedef HashIterator<EntryIteratorBase<BaseTy>, NonConstTraits<HashEntryTy> >52 typedef HashIterator<EntryIteratorBase<const BaseTy>,