Lines Matching refs:CommitEntry
45 using CommitEntry = WritePreparedTxnDB::CommitEntry; typedef
302 CommitEntry empty_entry; in TEST()
321 CommitEntry before(p, c), after; in TEST()
415 const std::vector<SequenceNumber>& new_snapshots, CommitEntry& entry, in SnapshotConcurrentAccessTestInternal()
708 CommitEntry c = {5, 12}, e; in TEST_P()
726 CommitEntry e2 = {c.prep_seq + size, c.commit_seq + size}; in TEST_P()
737 CommitEntry e3 = {c.prep_seq + size, c.commit_seq + size + 1}; in TEST_P()
746 CommitEntry e4 = {e3.prep_seq + size, e3.commit_seq + size + 1}; in TEST_P()
1112 CommitEntry commit_entry = {seqs[i], seqs[i + 1]}; in TEST_P()
1124 CommitEntry commit_entry = {snapshots.front() + 1, in TEST_P()
1135 CommitEntry commit_entry = {snapshots[cache_size] + 1, in TEST_P()
1146 CommitEntry commit_entry = {snapshots.front() - 1, snapshots.back() + 1}; in TEST_P()
1155 CommitEntry commit_entry = {snapshots.front() + 1, snapshots.back() + 1}; in TEST_P()
1164 CommitEntry commit_entry = {snapshots[cache_size - 1] - 1, in TEST_P()
1229 CommitEntry entry = {static_cast<uint64_t>(snapshot - 1), in TEST_P()