Home | History | Annotate | Download | only in Support

Lines Matching refs:hash_value_type

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;
186 LE.write<typename Info::hash_value_type>(I->Hash);
247 /// typedef uint32_t hash_value_type; // The type the hash function returns.
253 /// static hash_value_type ComputeHash(internal_key_type &IKey);
285 typedef typename Info::hash_value_type hash_value_type;
344 hash_value_type KeyHash = InfoObj.ComputeHash(IKey);
349 iterator find_hashed(const internal_key_type &IKey, hash_value_type KeyHash,
371 hash_value_type ItemHash =
372 endian::readNext<hash_value_type, little, unaligned>(Items);
438 typedef typename base_type::hash_value_type hash_value_type;
472 Ptr += sizeof(hash_value_type); // Skip the hash.
486 return Ptr + (NumItemsInBucketLeft ? 0 : 2) + sizeof(hash_value_type);