Searched defs:MappedHash (Results 1 - 1 of 1) sorted by relevance

/external/lldb/include/lldb/Core/
H A DMappedHash.h2 // MappedHash.h
17 class MappedHash class
43 case MappedHash::eHashFunctionDJB:
213 entry.hash = MappedHash::HashString (eHashFunctionDJB, cstr);
436 const uint32_t hash_value = MappedHash::HashString (m_header.hash_function, name);

Completed in 110 milliseconds