Home | History | Annotate | Download | only in src

Lines Matching defs:total_test_case_count

714 int UnitTestImpl::total_test_case_count() const {
2812 for (int i = 0; i < unit_test.total_test_case_count(); ++i) {
3361 for (int i = 0; i < unit_test.total_test_case_count(); ++i) {
3614 int UnitTest::total_test_case_count() const {
3615 return impl()->total_test_case_count();
3662 // total_test_case_count() - 1. If i is not in that range, returns NULL.
3674 // total_test_case_count() - 1. If i is not in that range, returns NULL.
4220 for (int test_index = 0; test_index < total_test_case_count();