Searched refs:test_started_count_ (Results 1 – 2 of 2) sorted by relevance
539 test_started_count_(0), in TestLauncher()689 test_started_count_, in OnTestFinished()735 if (test_finished_count_ != test_started_count_) in OnTestFinished()779 test_started_count_ += retry_started_count; in OnTestFinished()1171 test_started_count_ = launcher_delegate_->RunTests(this, test_names); in RunTests()1173 if (test_started_count_ == 0) { in RunTests()1196 test_started_count_ = 0; in RunTestIteration()
216 size_t test_started_count_; variable