Home | History | Annotate | Download | only in src

Lines Matching refs:test_info_list_

2312   return test_info_list_->CountIf(TestPassed);
2317 return test_info_list_->CountIf(TestFailed);
2321 return test_info_list_->CountIf(TestDisabled);
2326 return test_info_list_->CountIf(ShouldRunTest);
2331 return test_info_list_->size();
2346 test_info_list_(new internal::Vector<TestInfo*>),
2357 test_info_list_->ForEach(internal::Delete<TestInfo>);
2364 return index < 0 ? NULL : test_info_list_->GetElement(index);
2371 return index < 0 ? NULL : test_info_list_->GetElement(index);
2377 test_info_list_->PushBack(test_info);
2408 test_info_list_->ForEach(internal::TestInfoImpl::ClearTestResult);