Home | History | Annotate | Download | only in src

Lines Matching defs:total_test_case_count

712 int UnitTestImpl::total_test_case_count() const {
2738 for (int i = 0; i < unit_test.total_test_case_count(); ++i) {
3240 for (int i = 0; i < unit_test.total_test_case_count(); ++i)
3598 int UnitTest::total_test_case_count() const {
3599 return impl()->total_test_case_count();
3646 // total_test_case_count() - 1. If i is not in that range, returns NULL.
3652 // total_test_case_count() - 1. If i is not in that range, returns NULL.
4175 for (int test_index = 0; test_index < total_test_case_count();