Home | History | Annotate | Download | only in trees

Lines Matching refs:commit_count_

2285       : commit_count_(0), commit_abort_count_(0), commit_complete_count_(0) {}
2294 commit_count_++;
2295 if (commit_count_ == 4) {
2321 EXPECT_EQ(commit_count_, 5);
2326 int commit_count_;
4462 : commit_count_(0), commit_complete_count_(0) {}
4465 ASSERT_LE(commit_count_, 2);
4467 new TestSwapPromise(&swap_promise_result_[commit_count_]));
4474 commit_count_++;
4475 if (commit_count_ == 2) {
4493 EXPECT_EQ(commit_count_, 3);
4525 int commit_count_;