Home | History | Annotate | Download | only in Object

Lines Matching full:hash

23   : hash(-1) {
28 hash = SectionMap::hash(pFrom);
41 unsigned int hash = SectionMap::hash(pFrom);
42 return find(pFrom, hash);
47 unsigned int hash = SectionMap::hash(pFrom);
48 return find(pFrom, hash);
101 if (!hash::StringHash<hash::ES>::may_include(pNamePair.hash, pHashValue))
113 unsigned int SectionMap::hash(const std::string& pString)
115 static hash::StringHash<hash::ES> hash_func;