Lines Matching full:total_test_case_count
684 int UnitTestImpl::total_test_case_count() const {
2784 for (int i = 0; i < unit_test.total_test_case_count(); ++i) {
3259 for (int i = 0; i < unit_test.total_test_case_count(); ++i)
3441 int UnitTest::total_test_case_count() const {
3442 return impl()->total_test_case_count();
3483 // total_test_case_count() - 1. If i is not in that range, returns NULL.
3489 // total_test_case_count() - 1. If i is not in that range, returns NULL.
3994 for (int i = 0; i < total_test_case_count(); i++) {