Home
last modified time | relevance | path

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

/rocksdb-6.9/db/compaction/
Dcompaction_iterator.h146 bool IsInEarliestSnapshot(SequenceNumber sequence);
Dcompaction_iterator.cc29 (snapshot_checker_ == nullptr || LIKELY(IsInEarliestSnapshot(seq))))
739 bool CompactionIterator::IsInEarliestSnapshot(SequenceNumber sequence) { in IsInEarliestSnapshot() function in ROCKSDB_NAMESPACE::CompactionIterator