Searched defs:EntryIteratorBase (Results 1 - 1 of 1) sorted by relevance

/frameworks/compile/mclinker/include/mcld/ADT/
H A DHashIterator.h148 /** \class EntryIteratorBase
149 * \brief EntryIteratorBase walks over hash table by the natural layout of the
153 class EntryIteratorBase { class in namespace:mcld
161 EntryIteratorBase() : m_pHashTable(NULL), m_Index(0) {} function in class:mcld::EntryIteratorBase
163 EntryIteratorBase(HashTableImplTy* pTable, unsigned int pIndex) function in class:mcld::EntryIteratorBase
166 EntryIteratorBase(const EntryIteratorBase& pCopy) function in class:mcld::EntryIteratorBase
169 EntryIteratorBase& assign(const EntryIteratorBase& pCopy) {
219 bool operator==(const EntryIteratorBase
[all...]

Completed in 1962 milliseconds