Home
last modified time | relevance | path

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

/frameworks/compile/mclinker/include/mcld/ADT/
DHashIterator.h31 ChainIteratorBase(HashTableImplTy* pTable, const key_type& pKey) in ChainIteratorBase() argument
32 : m_pHashTable(pTable) { in ChainIteratorBase()
33 m_HashValue = pTable->hash()(pKey); in ChainIteratorBase()
163 EntryIteratorBase(HashTableImplTy* pTable, unsigned int pIndex) in EntryIteratorBase() argument
164 : m_pHashTable(pTable), m_Index(pIndex) {} in EntryIteratorBase()
266 HashIterator(typename IteratorBase::hash_table* pTable, unsigned int pIndex) in HashIterator() argument
267 : IteratorBase(pTable, pIndex) {} in HashIterator()
270 explicit HashIterator(typename IteratorBase::hash_table* pTable, in HashIterator() argument
273 : IteratorBase(pTable, pKey) {} in HashIterator()