Searched refs:prefix_hash (Results 1 – 4 of 4) sorted by relevance
283 for (const auto prefix_hash : prefix_hashes) { in FillBloom() local284 bloom_.AddHash(prefix_hash); in FillBloom()549 uint32_t prefix_hash = GetSliceHash(GetPrefix(target)); in Prepare() local550 bloom_.Prefetch(prefix_hash); in Prepare()560 uint32_t prefix_hash; in Get() local573 prefix_hash = 0; in Get()576 prefix_hash = GetSliceHash(prefix_slice); in Get()577 if (!MatchBloom(prefix_hash)) { in Get()700 uint32_t prefix_hash = 0; in Seek() local703 prefix_hash = GetSliceHash(prefix_slice); in Seek()[all …]
41 uint32_t prefix_hash, uint32_t* bucket_value) const { in GetOffset() argument42 int bucket = GetBucketIdFromHash(prefix_hash, index_size_); in GetOffset()
86 IndexSearchResult GetOffset(uint32_t prefix_hash,
236 const Slice& prefix, uint32_t prefix_hash,