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

/external/chromium_org/testing/gtest/src/
H A Dgtest.cc754 int UnitTestImpl::reportable_test_count() const { function in class:testing::internal::UnitTestImpl
755 return SumOverTestCaseList(test_cases_, &TestCase::reportable_test_count);
2651 int TestCase::reportable_test_count() const { function in class:testing::TestCase
3622 StreamableToString(test_case.reportable_test_count()));
3650 StreamableToString(unit_test.reportable_test_count()));
3674 if (unit_test.GetTestCase(i)->reportable_test_count() > 0)
3985 int UnitTest::reportable_test_count() const { function in class:testing::UnitTest
3986 return impl()->reportable_test_count();
/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/chromium_org/third_party/libvpx/source/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/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();

Completed in 252 milliseconds