Searched refs:plain_table_bloom_ (Results 1 – 1 of 1) sorted by relevance
194 std::unique_ptr<PlainTableBloomV1> plain_table_bloom_; member370 info.plain_table_bloom_.reset(new PlainTableBloomV1()); in Go()371 info.plain_table_bloom_->SetTotalBits( in Go()376 info.plain_table_bloom_->AddHash(hash); in Go()378 info.filter_ = info.plain_table_bloom_->GetRawData(); in Go()440 ALWAYS_ASSERT(info.plain_table_bloom_->MayContainHash(hash)); in Go()450 fps += info.plain_table_bloom_->MayContainHash(hash); in Go()629 may_match = info.plain_table_bloom_->MayContainHash(hash); in RandomQueryTest()