Searched refs:reportable_test_count (Results 1 - 3 of 3) sorted by relevance

/gem5/ext/googletest/googletest/include/gtest/
H A Dgtest.h826 int reportable_test_count() const;
1218 int reportable_test_count() const;
/gem5/ext/googletest/googletest/src/
H A Dgtest.cc772 int UnitTestImpl::reportable_test_count() const { function in class:testing::internal::UnitTestImpl
773 return SumOverTestCaseList(test_cases_, &TestCase::reportable_test_count);
2697 int TestCase::reportable_test_count() const { function in class:testing::TestCase
3681 StreamableToString(test_case.reportable_test_count()));
3709 StreamableToString(unit_test.reportable_test_count()));
3733 if (unit_test.GetTestCase(i)->reportable_test_count() > 0)
4033 int UnitTest::reportable_test_count() const { function in class:testing::UnitTest
4034 return impl()->reportable_test_count();
H A Dgtest-internal-inl.h551 int reportable_test_count() const;

Completed in 36 milliseconds