Searched refs:SnapshotCheckerResult (Results 1 – 7 of 7) sorted by relevance
20 SnapshotCheckerResult WritePreparedSnapshotChecker::CheckInSnapshot( in CheckInSnapshot()24 return SnapshotCheckerResult::kInSnapshot; in CheckInSnapshot()33 SnapshotCheckerResult WritePreparedSnapshotChecker::CheckInSnapshot(40 return SnapshotCheckerResult::kSnapshotReleased;42 return in_snapshot ? SnapshotCheckerResult::kInSnapshot43 : SnapshotCheckerResult::kNotInSnapshot;
11 enum class SnapshotCheckerResult : int { enum23 virtual SnapshotCheckerResult CheckInSnapshot(30 virtual SnapshotCheckerResult CheckInSnapshot( in CheckInSnapshot()34 return SnapshotCheckerResult::kNotInSnapshot; in CheckInSnapshot()52 virtual SnapshotCheckerResult CheckInSnapshot(
27 SnapshotCheckerResult::kInSnapshot; in IsVisibleFullCheck()493 SnapshotCheckerResult CheckInSnapshot( in TEST_F()496 ? SnapshotCheckerResult::kInSnapshot in TEST_F()497 : SnapshotCheckerResult::kNotInSnapshot; in TEST_F()
175 SnapshotCheckerResult::kNotInSnapshot)) { in MergeUntil()
19 SnapshotCheckerResult::kInSnapshot)))25 SnapshotCheckerResult::kNotInSnapshot)))722 if (res == SnapshotCheckerResult::kInSnapshot) { in findEarliestVisibleSnapshot()724 } else if (res == SnapshotCheckerResult::kSnapshotReleased) { in findEarliestVisibleSnapshot()751 while (UNLIKELY(in_snapshot == SnapshotCheckerResult::kSnapshotReleased)) { in IsInEarliestSnapshot()766 assert(in_snapshot != SnapshotCheckerResult::kSnapshotReleased); in IsInEarliestSnapshot()767 if (in_snapshot == SnapshotCheckerResult::kSnapshotReleased) { in IsInEarliestSnapshot()771 return in_snapshot == SnapshotCheckerResult::kInSnapshot; in IsInEarliestSnapshot()
191 SnapshotCheckerResult CheckInSnapshot( in CheckInSnapshot()195 ? SnapshotCheckerResult::kInSnapshot in CheckInSnapshot()196 : SnapshotCheckerResult::kNotInSnapshot; in CheckInSnapshot()200 ? SnapshotCheckerResult::kInSnapshot in CheckInSnapshot()201 : SnapshotCheckerResult::kNotInSnapshot; in CheckInSnapshot()
143 SnapshotCheckerResult::kInSnapshot; in KeyCommitted()