Searched refs:reportable_test_count (Results 1 – 2 of 2) sorted by relevance
961 int reportable_test_count() const;2234 int UnitTestImpl::reportable_test_count() const { in reportable_test_count() function in testing::internal::UnitTestImpl2235 return SumOverTestCaseList(test_cases_, &TestCase::reportable_test_count); in reportable_test_count()3851 int TestCase::reportable_test_count() const { in reportable_test_count() function in testing::TestCase4823 StreamableToString(test_case.reportable_test_count())); in PrintXmlTestCase()4851 StreamableToString(unit_test.reportable_test_count())); in PrintXmlUnitTest()4875 if (unit_test.GetTestCase(i)->reportable_test_count() > 0) in PrintXmlUnitTest()5186 int UnitTest::reportable_test_count() const { in reportable_test_count() function in testing::UnitTest5187 return impl()->reportable_test_count(); in reportable_test_count()
18207 int reportable_test_count() const;18599 int reportable_test_count() const;