Home
last modified time | relevance | path

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

/rocksdb-6.9/third-party/gtest-1.8.1/fused-src/gtest/
Dgtest-all.cc961 int reportable_test_count() const;
2272 int UnitTestImpl::reportable_test_count() const { in reportable_test_count() function in testing::internal::UnitTestImpl
2273 return SumOverTestCaseList(test_cases_, &TestCase::reportable_test_count); in reportable_test_count()
4190 int TestCase::reportable_test_count() const { in reportable_test_count() function in testing::TestCase
5217 StreamableToString(test_case.reportable_test_count())); in PrintXmlTestCase()
5246 StreamableToString(unit_test.reportable_test_count())); in PrintXmlUnitTest()
5269 if (unit_test.GetTestCase(i)->reportable_test_count() > 0) in PrintXmlUnitTest()
5577 OutputJsonKey(stream, kTestsuite, "tests", test_case.reportable_test_count(), in PrintJsonTestCase()
5641 if (unit_test.GetTestCase(i)->reportable_test_count() > 0) { in PrintJsonUnitTest()
6013 int UnitTest::reportable_test_count() const { in reportable_test_count() function in testing::UnitTest
[all …]
Dgtest.h20630 int reportable_test_count() const;
21034 int reportable_test_count() const;