Home
last modified time | relevance | path

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

/frameworks/compile/mclinker/include/mcld/ADT/
DHashIterator.h162 class EntryIteratorBase
171 EntryIteratorBase() in EntryIteratorBase() function
175 EntryIteratorBase(HashTableImplTy* pTable, in EntryIteratorBase() function
180 EntryIteratorBase(const EntryIteratorBase& pCopy) in EntryIteratorBase() function
184 EntryIteratorBase& assign(const EntryIteratorBase& pCopy) { in assign()
232 bool operator==(const EntryIteratorBase& pCopy) const
236 bool operator!=(const EntryIteratorBase& pCopy) const
DHashBase.h24 class EntryIteratorBase; variable
124 friend class EntryIteratorBase<Self>; variable
125 friend class EntryIteratorBase<const Self>; variable
DHashTable.h54 typedef HashIterator<EntryIteratorBase<BaseTy>,
56 typedef HashIterator<EntryIteratorBase<const BaseTy>,