HomeSort by: relevance | last modified time | path
    Searched defs:hash_value_type (Results 1 - 2 of 2) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/include/llvm/Support/
OnDiskHashTable.h 41 /// typedef uint32_t hash_value_type; // The type the hash function returns.
45 /// static hash_value_type ComputeHash(key_type_ref Key);
66 const typename Info::hash_value_type Hash;
187 LE.write<typename Info::hash_value_type>(I->Hash);
248 /// typedef uint32_t hash_value_type; // The type the hash function returns.
254 /// static hash_value_type ComputeHash(internal_key_type &IKey);
286 typedef typename Info::hash_value_type hash_value_type; typedef in class:llvm::OnDiskChainedHashTable
345 hash_value_type KeyHash = InfoObj.ComputeHash(IKey);
350 iterator find_hashed(const internal_key_type &IKey, hash_value_type KeyHash
439 typedef typename base_type::hash_value_type hash_value_type; typedef in class:llvm::OnDiskIterableChainedHashTable
    [all...]
  /src/external/apache2/llvm/dist/clang/lib/Serialization/
GlobalModuleIndex.cpp 78 typedef unsigned hash_value_type; typedef in class:__anon962::IdentifierIndexReaderTrait
85 static hash_value_type ComputeHash(const internal_key_type& a) {
726 typedef unsigned hash_value_type; typedef in class:__anon966::IdentifierIndexWriterTrait
729 static hash_value_type ComputeHash(key_type_ref Key) {

Completed in 35 milliseconds