Home
last modified time | relevance | path

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

/rocksdb-6.9/db/compaction/
Dcompaction.cc357 const Slice& user_key, std::vector<size_t>* level_ptrs) const { in KeyNotExistsBeyondOutputLevel()
359 assert(level_ptrs != nullptr); in KeyNotExistsBeyondOutputLevel()
360 assert(level_ptrs->size() == static_cast<size_t>(number_levels_)); in KeyNotExistsBeyondOutputLevel()
370 for (; level_ptrs->at(lvl) < files.size(); level_ptrs->at(lvl)++) { in KeyNotExistsBeyondOutputLevel()
371 auto* f = files[level_ptrs->at(lvl)]; in KeyNotExistsBeyondOutputLevel()
Dcompaction_iterator.h38 const Slice& user_key, std::vector<size_t>* level_ptrs) const { in KeyNotExistsBeyondOutputLevel() argument
39 return compaction_->KeyNotExistsBeyondOutputLevel(user_key, level_ptrs); in KeyNotExistsBeyondOutputLevel()
Dcompaction.h183 std::vector<size_t>* level_ptrs) const;