Home
last modified time | relevance | path

Searched refs:last_seq_same_as_publish_seq_ (Results 1 – 3 of 3) sorted by relevance

/rocksdb-6.9/db/db_impl/
Ddb_impl_debug.cc261 if (last_seq_same_as_publish_seq_) { in TEST_GetLastVisibleSequence()
Ddb_impl.cc217 last_seq_same_as_publish_seq_( in DBImpl()
1568 snapshot = last_seq_same_as_publish_seq_ in GetImpl()
1869 *snapshot = last_seq_same_as_publish_seq_ in MultiCFSnapshot()
1902 *snapshot = last_seq_same_as_publish_seq_ in MultiCFSnapshot()
2707 auto snapshot_seq = last_seq_same_as_publish_seq_ in GetSnapshotImpl()
2737 oldest_snapshot = last_seq_same_as_publish_seq_ in ReleaseSnapshot()
Ddb_impl.h488 if (last_seq_same_as_publish_seq_) { in GetLastPublishedSequence()
2067 const bool last_seq_same_as_publish_seq_; variable