HomeSort by: relevance | last modified time | path
    Searched defs:total_test_count (Results 1 - 1 of 1) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/utils/unittest/googletest/src/
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...]

Completed in 55 milliseconds