Searched refs:GetSliceHash64 (Results 1 – 4 of 4) sorted by relevance
18 using ROCKSDB_NAMESPACE::GetSliceHash64;95 EXPECT_EQ(here, GetSliceHash64(Slice(str.data(), size))); in TEST()229 uint64_t h = GetSliceHash64(Slice(input.data(), i)); in Hash64TestDescriptor()
59 inline uint64_t GetSliceHash64(const Slice& key) { in GetSliceHash64() function
128 using ROCKSDB_NAMESPACE::GetSliceHash64;257 return Lower32of64(GetSliceHash64(s)); in DryRunHash64()
44 uint64_t hash = GetSliceHash64(key); in AddKey()169 uint64_t h = GetSliceHash64(key); in MayMatch()181 uint64_t h = GetSliceHash64(*keys[i]); in MayMatch()