Home | History | Annotate | Download | only in src

Lines Matching defs:total_test_case_count

684 int UnitTestImpl::total_test_case_count() const {
2814 for (int i = 0; i < unit_test.total_test_case_count(); ++i) {
3290 for (int i = 0; i < unit_test.total_test_case_count(); ++i)
3472 int UnitTest::total_test_case_count() const {
3473 return impl()->total_test_case_count();
3514 // total_test_case_count() - 1. If i is not in that range, returns NULL.
3520 // total_test_case_count() - 1. If i is not in that range, returns NULL.
4025 for (int i = 0; i < total_test_case_count(); i++) {