Searched defs:CompactRange (Results 1 – 3 of 3) sorted by relevance
/aosp_15_r20/external/leveldb/db/ | ||
H A D | db_impl.cc | 582 void DBImpl::CompactRange(const Slice* begin, const Slice* end) { in CompactRange() function in leveldb::DBImpl |
H A D | version_set.cc | 1447 Compaction* VersionSet::CompactRange(int level, const InternalKey* begin, in CompactRange() function in leveldb::VersionSet |
H A D | db_test.cc | 2108 void CompactRange(const Slice* start, const Slice* end) override {} in CompactRange() function in leveldb::ModelDB |