Lines Matching refs:CountIf
677 inline int CountIf(const Container& c, Predicate predicate) { in CountIf() function
1630 using internal::CountIf;
2446 return CountIf(test_suites_, TestSuitePassed); in successful_test_suite_count()
2451 return CountIf(test_suites_, TestSuiteFailed); in failed_test_suite_count()
2462 return CountIf(test_suites_, ShouldRunTestSuite); in test_suite_to_run_count()
3862 return !Failed() && CountIf(test_part_results_, TestPartSkipped) > 0; in Skipped()
3881 return CountIf(test_part_results_, TestPartFatallyFailed) > 0; in HasFatalFailure()
3891 return CountIf(test_part_results_, TestPartNonfatallyFailed) > 0; in HasNonfatalFailure()
4398 return CountIf(test_info_list_, TestPassed); in successful_test_count()
4403 return CountIf(test_info_list_, TestSkipped); in skipped_test_count()
4408 return CountIf(test_info_list_, TestFailed); in failed_test_count()
4413 return CountIf(test_info_list_, TestReportableDisabled); in reportable_disabled_test_count()
4418 return CountIf(test_info_list_, TestDisabled); in disabled_test_count()
4423 return CountIf(test_info_list_, TestReportable); in reportable_test_count()
4428 return CountIf(test_info_list_, ShouldRunTest); in test_to_run_count()