Searched refs:level_ptrs (Results 1 – 3 of 3) sorted by relevance
357 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()
38 const Slice& user_key, std::vector<size_t>* level_ptrs) const { in KeyNotExistsBeyondOutputLevel() argument39 return compaction_->KeyNotExistsBeyondOutputLevel(user_key, level_ptrs); in KeyNotExistsBeyondOutputLevel()
183 std::vector<size_t>* level_ptrs) const;