Searched defs:KeyMayMatch (Results 1 – 5 of 5) sorted by relevance
/aosp_15_r20/external/leveldb/table/ | ||
H A D | filter_block.cc | 90 bool FilterBlockReader::KeyMayMatch(uint64_t block_offset, const Slice& key) { in KeyMayMatch() function in leveldb::FilterBlockReader |
H A D | filter_block_test.cc | 28 bool KeyMayMatch(const Slice& key, const Slice& filter) const override { in KeyMayMatch() function in leveldb::TestHashFilter |
/aosp_15_r20/external/leveldb/util/ | ||
H A D | bloom.cc | 56 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 D | dbformat.cc | 113 bool InternalFilterPolicy::KeyMayMatch(const Slice& key, const Slice& f) const { in KeyMayMatch() function in leveldb::InternalFilterPolicy |
H A D | c.cc | 127 bool KeyMayMatch(const Slice& key, const Slice& filter) const override { in KeyMayMatch() function |