HomeSort by relevance Sort by last modified time
    Searched refs:EntryIteratorBase (Results 1 - 3 of 3) sorted by null

  /frameworks/compile/mclinker/include/mcld/ADT/
HashBase.h 23 class EntryIteratorBase;
115 friend class EntryIteratorBase<Self>;
116 friend class EntryIteratorBase<const Self>;
HashIterator.h 148 /** \class EntryIteratorBase
149 * \brief EntryIteratorBase walks over hash table by the natural layout of the
153 class EntryIteratorBase {
161 EntryIteratorBase() : m_pHashTable(NULL), m_Index(0) {}
163 EntryIteratorBase(HashTableImplTy* pTable, unsigned int pIndex)
166 EntryIteratorBase(const EntryIteratorBase& pCopy)
169 EntryIteratorBase& assign(const EntryIteratorBase& pCopy) {
219 bool operator==(const EntryIteratorBase& pCopy) const
    [all...]
HashTable.h 50 typedef HashIterator<EntryIteratorBase<BaseTy>, NonConstTraits<HashEntryTy> >
52 typedef HashIterator<EntryIteratorBase<const BaseTy>,

Completed in 750 milliseconds