Searched refs:GetSnapshotImpl (Results 1 – 4 of 4) sorted by relevance
678 SnapshotImpl* snap_impl = db_impl_->GetSnapshotImpl(for_ww_conflict_check); in GetSnapshotInternal()701 snap_impl = db_impl_->GetSnapshotImpl(for_ww_conflict_check); in GetSnapshotInternal()
2682 const Snapshot* DBImpl::GetSnapshot() { return GetSnapshotImpl(false); } in GetSnapshot()2686 return GetSnapshotImpl(true); in GetSnapshotForWriteConflictBoundary()2690 SnapshotImpl* DBImpl::GetSnapshotImpl(bool is_write_conflict_boundary, in GetSnapshotImpl() function in ROCKSDB_NAMESPACE::DBImpl
1632 SnapshotImpl* GetSnapshotImpl(bool is_write_conflict_boundary,
3186 GetSnapshotImpl(false /*write_conflict_boundary*/, false /*lock*/); in GetSnapshotContext()