Searched refs:SetSnapshotChecker (Results 1 – 5 of 5) sorted by relevance
199 db_impl_->SetSnapshotChecker(new WritePreparedSnapshotChecker(this)); in Initialize()
65 db_impl_->SetSnapshotChecker(new WritePreparedSnapshotChecker(this)); in Initialize()
521 dbfull()->SetSnapshotChecker(snapshot_checker); in TEST_F()
826 void SetSnapshotChecker(SnapshotChecker* snapshot_checker);
3156 void DBImpl::SetSnapshotChecker(SnapshotChecker* snapshot_checker) { in SetSnapshotChecker() function in ROCKSDB_NAMESPACE::DBImpl