Home | History | Annotate | Download | only in src

Lines Matching defs:total_test_case_count

714 int UnitTestImpl::total_test_case_count() const {
2836 for (int i = 0; i < unit_test.total_test_case_count(); ++i) {
3307 for (int i = 0; i < unit_test.total_test_case_count(); ++i)
3665 int UnitTest::total_test_case_count() const {
3666 return impl()->total_test_case_count();
3707 // total_test_case_count() - 1. If i is not in that range, returns NULL.
3713 // total_test_case_count() - 1. If i is not in that range, returns NULL.
4235 for (int test_index = 0; test_index < total_test_case_count();