Home
last modified time | relevance | path

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

/frameworks/compile/mclinker/include/mcld/ADT/
DHashIterator.h161 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
DHashBase.h23 class EntryIteratorBase; variable