| gtest.cc | 800 int UnitTestImpl::total_test_count() const { function in class:testing::internal::UnitTestImpl 801 return SumOverTestSuiteList(test_suites_, &TestSuite::total_test_count); 2743 int TestSuite::total_test_count() const { function in class:testing::TestSuite 2774 // total_test_count() - 1. If i is not in that range, returns NULL. 2781 // total_test_count() - 1. If i is not in that range, returns NULL. 2815 for (int i = 0; i < total_test_count(); i++) { 3300 for (int j = 0; j < test_suite.total_test_count(); ++j) { 3325 for (int j = 0; j < test_suite.total_test_count(); ++j) { 3878 for (int i = 0; i < test_suite.total_test_count(); ++i) { 3932 total_tests += test_suite->total_test_count(); 4690 int UnitTest::total_test_count() const { return impl()->total_test_count(); } function in class:testing::UnitTest [all...] |