Home
last modified time | relevance | path

Searched refs:HashMayMatch (Results 1 – 3 of 3) sorted by relevance

/rocksdb-6.9/table/plain/
Dplain_table_bloom.h94 return LegacyLocalityBloomImpl<true>::HashMayMatch( in MayContainHash()
97 return LegacyNoLocalityBloomImpl::HashMayMatch(h, kTotalBits, kNumProbes, in MayContainHash()
/rocksdb-6.9/util/
Dbloom_impl.h219 static inline bool HashMayMatch(uint32_t h1, uint32_t h2, uint32_t len_bytes, in HashMayMatch() function
368 static inline bool HashMayMatch(uint32_t h, uint32_t total_bits, in HashMayMatch() function
455 static inline bool HashMayMatch(uint32_t h, uint32_t num_lines, in HashMayMatch() function
/rocksdb-6.9/table/block_based/
Dfilter_policy.cc533 return LegacyNoLocalityBloomImpl::HashMayMatch(BloomHash(key), bits, k, in KeyMayMatch()