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

/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/third_party/googletest/src/src/
H A Dgtest-all.cc961 int reportable_test_count() const;
2234 int UnitTestImpl::reportable_test_count() const { function in class:testing::internal::UnitTestImpl
2235 return SumOverTestCaseList(test_cases_, &TestCase::reportable_test_count);
3851 int TestCase::reportable_test_count() const { function in class:testing::TestCase
4823 StreamableToString(test_case.reportable_test_count()));
4851 StreamableToString(unit_test.reportable_test_count()));
4875 if (unit_test.GetTestCase(i)->reportable_test_count() > 0)
5186 int UnitTest::reportable_test_count() const { function in class:testing::UnitTest
5187 return impl()->reportable_test_count();
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/third_party/googletest/src/include/gtest/
H A Dgtest.h18207 int reportable_test_count() const;
18599 int reportable_test_count() const;

Completed in 92 milliseconds