Home
last modified time | relevance | path

Searched refs:has_current_user_key_ (Results 1 – 2 of 2) sorted by relevance

/rocksdb-6.9/db/compaction/
Dcompaction_iterator.cc258 has_current_user_key_ = false; in NextFromInput()
284 if (!has_current_user_key_ || in NextFromInput()
290 has_current_user_key_ = true; in NextFromInput()
472 has_current_user_key_ = false; in NextFromInput()
606 has_current_user_key_ = false; in NextFromInput()
Dcompaction_iterator.h193 bool has_current_user_key_ = false; variable