HomeSort by: relevance | last modified time | path
    Searched refs:total_test_count (Results 1 - 3 of 3) 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...]
gtest-internal-inl.h 568 int total_test_count() const;
  /src/external/apache2/llvm/dist/llvm/utils/unittest/googletest/include/gtest/
gtest.h 886 int total_test_count() const;
902 // total_test_count() - 1. If i is not in that range, returns NULL.
922 // total_test_count() - 1. If i is not in that range, returns NULL.
1340 int total_test_count() const;

Completed in 19 milliseconds