Lines Matching refs:commit_entry
1112 CommitEntry commit_entry = {seqs[i], seqs[i + 1]}; in TEST_P() local
1113 wp_db->CheckAgainstSnapshots(commit_entry); in TEST_P()
1115 bool expect_update = commit_entry.commit_seq - commit_entry.prep_seq > 5 && in TEST_P()
1116 commit_entry.commit_seq >= snapshots.front() && in TEST_P()
1117 commit_entry.prep_seq <= snapshots.back(); in TEST_P()
1124 CommitEntry commit_entry = {snapshots.front() + 1, in TEST_P() local
1128 wp_db->CheckAgainstSnapshots(commit_entry); in TEST_P()
1135 CommitEntry commit_entry = {snapshots[cache_size] + 1, in TEST_P() local
1139 wp_db->CheckAgainstSnapshots(commit_entry); in TEST_P()
1146 CommitEntry commit_entry = {snapshots.front() - 1, snapshots.back() + 1}; in TEST_P() local
1149 wp_db->CheckAgainstSnapshots(commit_entry); in TEST_P()
1155 CommitEntry commit_entry = {snapshots.front() + 1, snapshots.back() + 1}; in TEST_P() local
1158 wp_db->CheckAgainstSnapshots(commit_entry); in TEST_P()
1164 CommitEntry commit_entry = {snapshots[cache_size - 1] - 1, in TEST_P() local
1168 wp_db->CheckAgainstSnapshots(commit_entry); in TEST_P()