Lines Matching refs:prefix_hash
283 for (const auto prefix_hash : prefix_hashes) { in FillBloom() local
284 bloom_.AddHash(prefix_hash); in FillBloom()
435 uint32_t prefix_hash, bool& prefix_matched, in GetOffset() argument
439 auto res = index_.GetOffset(prefix_hash, &prefix_index_offset); in GetOffset()
549 uint32_t prefix_hash = GetSliceHash(GetPrefix(target)); in Prepare() local
550 bloom_.Prefetch(prefix_hash); in Prepare()
560 uint32_t prefix_hash; in Get() local
573 prefix_hash = 0; in Get()
576 prefix_hash = GetSliceHash(prefix_slice); in Get()
577 if (!MatchBloom(prefix_hash)) { in Get()
585 Status s = GetOffset(&decoder, target, prefix_slice, prefix_hash, in Get()
700 uint32_t prefix_hash = 0; in Seek() local
703 prefix_hash = GetSliceHash(prefix_slice); in Seek()
704 if (!table_->MatchBloom(prefix_hash)) { in Seek()
711 status_ = table_->GetOffset(&decoder_, target, prefix_slice, prefix_hash, in Seek()