Searched refs:HashType (Results 1 – 5 of 5) sorted by relevance
46 typename HashType,47 HashType kNumBuckets>50 static HashType GetHash(const KeyType& key) { in GetHash()86 using HashType = _HashType; variable170 HashType ndx = GetHash(key);199 HashType ndx = GetHash(key); in insert_or_replace()219 HashType ndx = GetHash(key); in find()228 HashType ndx = GetHash(key); in find()464 BucketType& GetBucket(HashType ndx) { in GetBucket()488 HashType bucket_ndx_ = 0;[all …]
25 using HashType = typename ContainerType::HashType; in SanityCheck() local42 static_cast<HashType>(i), ""); in SanityCheck()
53 template <typename KeyType, typename HashType, HashType kNumBuckets>58 static HashType GetHash(const KeyType& key) { in GetHash()61 return (static_cast<HashType>(key) * 0xcf2fd713) % kNumBuckets; in GetHash()
72 using HashType = typename ContainerType::HashType; typedef in fbl::tests::intrusive_containers::HTSLLTraits86 typename ContainerType::HashType,
72 using HashType = typename ContainerType::HashType; typedef in fbl::tests::intrusive_containers::HTDLLTraits86 typename ContainerType::HashType,
Completed in 14 milliseconds