Home
last modified time | relevance | path

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

/rocksdb-6.9/table/block_based/
Dfilter_policy_internal.h115 int GetMillibitsPerKey() const { return millibits_per_key_; } in GetMillibitsPerKey() function
/rocksdb-6.9/util/
Dbloom_test.cc415 EXPECT_EQ(bpk.second, bfp->GetMillibitsPerKey()); in TEST_P()
428 EXPECT_EQ(bpk.second, bfp->GetMillibitsPerKey()); in TEST_P()
/rocksdb-6.9/options/
Doptions_test.cc545 EXPECT_EQ(bfp.GetMillibitsPerKey(), 4567); in TEST_F()