Home
last modified time | relevance | path

Searched refs:EntryIteratorBase (Results 1 – 3 of 3) sorted by relevance

/frameworks/compile/mclinker/include/mcld/ADT/
DHashIterator.h153 class EntryIteratorBase {
161 EntryIteratorBase() : m_pHashTable(NULL), m_Index(0) {} in EntryIteratorBase() function
163 EntryIteratorBase(HashTableImplTy* pTable, unsigned int pIndex) in EntryIteratorBase() function
166 EntryIteratorBase(const EntryIteratorBase& pCopy) in EntryIteratorBase() function
169 EntryIteratorBase& assign(const EntryIteratorBase& pCopy) { in assign()
219 bool operator==(const EntryIteratorBase& pCopy) const {
223 bool operator!=(const EntryIteratorBase& pCopy) const {
DHashBase.h23 class EntryIteratorBase; variable
115 friend class EntryIteratorBase<Self>;
116 friend class EntryIteratorBase<const Self>;
DHashTable.h50 typedef HashIterator<EntryIteratorBase<BaseTy>, NonConstTraits<HashEntryTy> >
52 typedef HashIterator<EntryIteratorBase<const BaseTy>,