Searched refs:m_HashValue (Results 1 - 1 of 1) sorted by relevance

/frameworks/compile/mclinker/include/mcld/ADT/
H A DHashIterator.h29 : m_pHashTable(NULL), m_Index(0), m_HashValue(0), m_EndIndex(0) {}
33 m_HashValue = pTable->hash()(pKey);
34 m_EndIndex = m_Index = m_HashValue % m_pHashTable->m_NumOfBuckets;
40 } else if (m_HashValue == bucket.FullHashValue) {
60 m_HashValue(pCopy.m_HashValue),
66 m_HashValue = pCopy.m_HashValue;
99 m_HashValue = 0;
121 } else if (m_HashValue
144 unsigned int m_HashValue; member in class:mcld::ChainIteratorBase
[all...]

Completed in 744 milliseconds