Home
last modified time | relevance | path

Searched defs:total_test_count (Results 1 – 3 of 3) sorted by relevance

/third_party/mesa3d/src/gtest/src/
Dgtest.cc800 int UnitTestImpl::total_test_count() const { in total_test_count() function in testing::internal::UnitTestImpl
2743 int TestSuite::total_test_count() const { in total_test_count() function in testing::TestSuite
4690 int UnitTest::total_test_count() const { return impl()->total_test_count(); } in total_test_count() function in testing::UnitTest
/third_party/googletest/googletest/src/
Dgtest.cc1006 int UnitTestImpl::total_test_count() const { in total_test_count() function in testing::internal::UnitTestImpl
2941 int TestSuite::total_test_count() const { in total_test_count() function in testing::TestSuite
5208 int UnitTest::total_test_count() const { return impl()->total_test_count(); } in total_test_count() function in testing::UnitTest
/third_party/cef/tools/distrib/gtest/
Dgtest-all.cc2497 int UnitTestImpl::total_test_count() const { in total_test_count() function in testing::internal::UnitTestImpl
4432 int TestSuite::total_test_count() const { in total_test_count() function in testing::TestSuite
6694 int UnitTest::total_test_count() const { return impl()->total_test_count(); } in total_test_count() function in testing::UnitTest