Home
last modified time | relevance | path

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

/rocksdb-6.9/db/
Ddb_merge_operator_test.cc491 class TestSnapshotChecker : public SnapshotChecker { in TEST_F() class
520 TestSnapshotChecker* snapshot_checker = new TestSnapshotChecker(); in TEST_F()
/rocksdb-6.9/db/compaction/
Dcompaction_iterator_test.cc183 class TestSnapshotChecker : public SnapshotChecker { class
185 explicit TestSnapshotChecker( in TestSnapshotChecker() function in ROCKSDB_NAMESPACE::TestSnapshotChecker
245 new TestSnapshotChecker(last_committed_sequence, snapshot_map_)); in InitIterators()