Home
last modified time | relevance | path

Searched refs:kInSnapshot (Results 1 – 6 of 6) sorted by relevance

/rocksdb-6.9/utilities/transactions/
Dsnapshot_checker.cc24 return SnapshotCheckerResult::kInSnapshot; in CheckInSnapshot()
42 return in_snapshot ? SnapshotCheckerResult::kInSnapshot
/rocksdb-6.9/db/compaction/
Dcompaction_iterator.cc19 SnapshotCheckerResult::kInSnapshot)))
722 if (res == SnapshotCheckerResult::kInSnapshot) { in findEarliestVisibleSnapshot()
771 return in_snapshot == SnapshotCheckerResult::kInSnapshot; in IsInEarliestSnapshot()
Dcompaction_iterator.h143 SnapshotCheckerResult::kInSnapshot; in KeyCommitted()
Dcompaction_iterator_test.cc195 ? SnapshotCheckerResult::kInSnapshot in CheckInSnapshot()
200 ? SnapshotCheckerResult::kInSnapshot in CheckInSnapshot()
/rocksdb-6.9/db/
Dsnapshot_checker.h12 kInSnapshot = 0, enumerator
Ddb_merge_operator_test.cc27 SnapshotCheckerResult::kInSnapshot; in IsVisibleFullCheck()
496 ? SnapshotCheckerResult::kInSnapshot in TEST_F()