Searched refs:m_Hasher (Results 1 – 2 of 2) sorted by relevance
88 hasher& hash() { return m_Hasher; } in hash()90 const hasher& hash() const { return m_Hasher; } in hash()124 hasher m_Hasher; variable
58 m_Hasher() { in HashTableImpl()64 : m_Hasher() { in HashTableImpl()120 unsigned int full_hash = m_Hasher(pKey); in lookUpBucketFor()163 unsigned int full_hash = m_Hasher(pKey); in findKey()