Searched refs:CountIter (Results 1 – 1 of 1) sorted by relevance
| /rocksdb-6.9/db/ |
| D | db_bloom_filter_test.cc | 1622 ASSERT_EQ(CountIter(iter, "abc"), 4); in TEST_F() 1635 ASSERT_EQ(CountIter(iter, "abc"), 0); in TEST_F() 1671 ASSERT_EQ(CountIter(iter_old, "foo"), 4); in TEST_F() 1679 ASSERT_EQ(CountIter(iter, "foo"), 2); in TEST_F() 1682 ASSERT_EQ(CountIter(iter, "gpk"), 0); in TEST_F() 1733 ASSERT_EQ(CountIter(iter_old, "foo"), 4); in TEST_F() 1738 ASSERT_EQ(CountIter(iter, "foo"), 2); in TEST_F() 1810 ASSERT_EQ(CountIter(iter, "foo"), 3); in TEST_F() 1822 ASSERT_EQ(CountIter(iter, "foo"), 4); in TEST_F() 1872 ASSERT_EQ(CountIter(iter, "foo"), 12); in TEST_F() [all …]
|