Searched refs:ChainIteratorBase (Results 1 – 2 of 2) sorted by relevance
20 class ChainIteratorBase {28 ChainIteratorBase() in ChainIteratorBase() function31 ChainIteratorBase(HashTableImplTy* pTable, const key_type& pKey) in ChainIteratorBase() function57 ChainIteratorBase(const ChainIteratorBase& pCopy) in ChainIteratorBase() function63 ChainIteratorBase& assign(const ChainIteratorBase& pCopy) { in assign()127 bool operator==(const ChainIteratorBase& pCopy) const {137 bool operator!=(const ChainIteratorBase& pCopy) const {
20 class ChainIteratorBase; variable113 friend class ChainIteratorBase<Self>; variable114 friend class ChainIteratorBase<const Self>; variable