Home
last modified time | relevance | path

Searched refs:total_test_count (Results 1 – 2 of 2) sorted by relevance

/rocksdb-6.9/third-party/gtest-1.8.1/fused-src/gtest/
Dgtest-all.cc964 int total_test_count() const;
2277 int UnitTestImpl::total_test_count() const { in total_test_count() function in testing::internal::UnitTestImpl
2278 return SumOverTestCaseList(test_cases_, &TestCase::total_test_count); in total_test_count()
4200 int TestCase::total_test_count() const { in total_test_count() function in testing::TestCase
4266 for (int i = 0; i < total_test_count(); i++) { in Run()
4705 for (int j = 0; j < test_case.total_test_count(); ++j) { in PrintFailedTests()
5230 for (int i = 0; i < test_case.total_test_count(); ++i) { in PrintXmlTestCase()
5284 total_tests += test_cases[i]->total_test_count(); in PrintXmlTestsList()
5595 for (int i = 0; i < test_case.total_test_count(); ++i) { in PrintJsonTestCase()
5661 total_tests += test_cases[i]->total_test_count(); in PrintJsonTestList()
[all …]
Dgtest.h20636 int total_test_count() const;
21037 int total_test_count() const;