Home
last modified time | relevance | path

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

/rocksdb-6.9/db/compaction/
Dcompaction_iterator.cc85 current_key_committed_(false), in CompactionIterator()
294 current_key_committed_ = KeyCommitted(ikey_.sequence); in NextFromInput()
298 if (current_key_committed_) { in NextFromInput()
314 if (UNLIKELY(!current_key_committed_)) { in NextFromInput()
316 current_key_committed_ = KeyCommitted(ikey_.sequence); in NextFromInput()
319 if (current_key_committed_) { in NextFromInput()
325 if (UNLIKELY(!current_key_committed_)) { in NextFromInput()
Dcompaction_iterator.h226 bool current_key_committed_; variable