Home
last modified time | relevance | path

Searched defs:KeyMayMatch (Results 1 – 5 of 5) sorted by relevance

/aosp_15_r20/external/leveldb/table/
H A Dfilter_block.cc90 bool FilterBlockReader::KeyMayMatch(uint64_t block_offset, const Slice& key) { in KeyMayMatch() function in leveldb::FilterBlockReader
H A Dfilter_block_test.cc28 bool KeyMayMatch(const Slice& key, const Slice& filter) const override { in KeyMayMatch() function in leveldb::TestHashFilter
/aosp_15_r20/external/leveldb/util/
H A Dbloom.cc56 bool KeyMayMatch(const Slice& key, const Slice& bloom_filter) const override { in KeyMayMatch() function in leveldb::__anon042edfae0111::BloomFilterPolicy
/aosp_15_r20/external/leveldb/db/
H A Ddbformat.cc113 bool InternalFilterPolicy::KeyMayMatch(const Slice& key, const Slice& f) const { in KeyMayMatch() function in leveldb::InternalFilterPolicy
H A Dc.cc127 bool KeyMayMatch(const Slice& key, const Slice& filter) const override { in KeyMayMatch() function
481 bool KeyMayMatch(const Slice& key, const Slice& filter) const { in leveldb_filterpolicy_create_bloom() function