Home
last modified time | relevance | path

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

/rocksdb-6.9/db/compaction/
Dcompaction_iterator.h140 inline bool KeyCommitted(SequenceNumber sequence) { in KeyCommitted() function
Dcompaction_iterator.cc294 current_key_committed_ = KeyCommitted(ikey_.sequence); in NextFromInput()
316 current_key_committed_ = KeyCommitted(ikey_.sequence); in NextFromInput()