Searched defs:reportable_disabled_test_count (Results 1 - 6 of 6) sorted by relevance

/external/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
3215 int num_disabled = unit_test.reportable_disabled_test_count();
3684 StreamableToString(test_case.reportable_disabled_test_count()));
3712 StreamableToString(unit_test.reportable_disabled_test_count()));
4021 int UnitTest::reportable_disabled_test_count() const { function in class:testing::UnitTest
4022 return impl()->reportable_disabled_test_count();
/external/libvpx/libvpx/third_party/googletest/src/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();
/external/v8/testing/gtest/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
3215 int num_disabled = unit_test.reportable_disabled_test_count();
3684 StreamableToString(test_case.reportable_disabled_test_count()));
3712 StreamableToString(unit_test.reportable_disabled_test_count()));
4021 int UnitTest::reportable_disabled_test_count() const { function in class:testing::UnitTest
4022 return impl()->reportable_disabled_test_count();
/external/vulkan-validation-layers/tests/gtest-1.7.0/src/
H A Dgtest.cc739 int UnitTestImpl::reportable_disabled_test_count() const { function in class:testing::internal::UnitTestImpl
741 &TestCase::reportable_disabled_test_count);
2357 int TestCase::reportable_disabled_test_count() const { function in class:testing::TestCase
2880 int num_disabled = unit_test.reportable_disabled_test_count();
3340 StreamableToString(test_case.reportable_disabled_test_count()));
3368 StreamableToString(unit_test.reportable_disabled_test_count()));
3688 int UnitTest::reportable_disabled_test_count() const { function in class:testing::UnitTest
3689 return impl()->reportable_disabled_test_count();
/external/fmtlib/test/
H A Dgmock-gtest-all.cc955 int reportable_disabled_test_count() const;
2223 int UnitTestImpl::reportable_disabled_test_count() const { function in class:testing::internal::UnitTestImpl
2225 &TestCase::reportable_disabled_test_count);
3841 int TestCase::reportable_disabled_test_count() const { function in class:testing::TestCase
4364 int num_disabled = unit_test.reportable_disabled_test_count();
4828 StreamableToString(test_case.reportable_disabled_test_count()));
4856 StreamableToString(unit_test.reportable_disabled_test_count()));
5176 int UnitTest::reportable_disabled_test_count() const { function in class:testing::UnitTest
5177 return impl()->reportable_disabled_test_count();
/external/vulkan-validation-layers/tests/gtest-1.7.0/fused-src/gtest/
H A Dgtest-all.cc955 int reportable_disabled_test_count() const;
2223 int UnitTestImpl::reportable_disabled_test_count() const { function in class:testing::internal::UnitTestImpl
2225 &TestCase::reportable_disabled_test_count);
3841 int TestCase::reportable_disabled_test_count() const { function in class:testing::TestCase
4364 int num_disabled = unit_test.reportable_disabled_test_count();
4828 StreamableToString(test_case.reportable_disabled_test_count()));
4856 StreamableToString(unit_test.reportable_disabled_test_count()));
5176 int UnitTest::reportable_disabled_test_count() const { function in class:testing::UnitTest
5177 return impl()->reportable_disabled_test_count();

Completed in 1948 milliseconds