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

/gem5/ext/googletest/googletest/include/gtest/
H A Dgtest.h820 int reportable_disabled_test_count() const;
1212 int reportable_disabled_test_count() const;
/gem5/ext/googletest/googletest/src/
H A Dgtest.cc761 int UnitTestImpl::reportable_disabled_test_count() const { function in class:testing::internal::UnitTestImpl
763 &TestCase::reportable_disabled_test_count);
2687 int TestCase::reportable_disabled_test_count() const { function in class:testing::TestCase
3217 int num_disabled = unit_test.reportable_disabled_test_count();
3686 StreamableToString(test_case.reportable_disabled_test_count()));
3714 StreamableToString(unit_test.reportable_disabled_test_count()));
4023 int UnitTest::reportable_disabled_test_count() const { function in class:testing::UnitTest
4024 return impl()->reportable_disabled_test_count();
H A Dgtest-internal-inl.h545 int reportable_disabled_test_count() const;

Completed in 37 milliseconds