Searched defs:reportable_test_count (Results 1 - 5 of 5) sorted by relevance

/external/gtest/src/
H A Dgtest.cc750 int UnitTestImpl::reportable_test_count() const { function in class:testing::internal::UnitTestImpl
751 return SumOverTestCaseList(test_cases_, &TestCase::reportable_test_count);
2367 int TestCase::reportable_test_count() const { function in class:testing::TestCase
3339 StreamableToString(test_case.reportable_test_count()));
3367 StreamableToString(unit_test.reportable_test_count()));
3391 if (unit_test.GetTestCase(i)->reportable_test_count() > 0)
3702 int UnitTest::reportable_test_count() const { function in class:testing::UnitTest
3703 return impl()->reportable_test_count();
/external/vulkan-validation-layers/tests/gtest-1.7.0/src/
H A Dgtest.cc750 int UnitTestImpl::reportable_test_count() const { function in class:testing::internal::UnitTestImpl
751 return SumOverTestCaseList(test_cases_, &TestCase::reportable_test_count);
2367 int TestCase::reportable_test_count() const { function in class:testing::TestCase
3335 StreamableToString(test_case.reportable_test_count()));
3363 StreamableToString(unit_test.reportable_test_count()));
3387 if (unit_test.GetTestCase(i)->reportable_test_count() > 0)
3698 int UnitTest::reportable_test_count() const { function in class:testing::UnitTest
3699 return impl()->reportable_test_count();
/external/libvpx/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();
/external/opencv3/modules/ts/src/
H A Dts_gtest.cpp970 int reportable_test_count() const;
2250 int UnitTestImpl::reportable_test_count() const { function in class:testing::internal::UnitTestImpl
2251 return SumOverTestCaseList(test_cases_, &TestCase::reportable_test_count);
3867 int TestCase::reportable_test_count() const { function in class:testing::TestCase
4847 StreamableToString(test_case.reportable_test_count()));
4875 StreamableToString(unit_test.reportable_test_count()));
4899 if (unit_test.GetTestCase(i)->reportable_test_count() > 0)
5210 int UnitTest::reportable_test_count() const { function in class:testing::UnitTest
5211 return impl()->reportable_test_count();
/external/vulkan-validation-layers/tests/gtest-1.7.0/fused-src/gtest/
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();

Completed in 456 milliseconds