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/node/deps/googletest/src/
Dgtest.cc1121 int UnitTestImpl::total_test_count() const { in total_test_count() function in testing::internal::UnitTestImpl
2916 int TestSuite::total_test_count() const { in total_test_count() function in testing::TestSuite
5237 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.cc1104 int UnitTestImpl::total_test_count() const { in total_test_count() function in testing::internal::UnitTestImpl
2926 int TestSuite::total_test_count() const { in total_test_count() function in testing::TestSuite
5220 int UnitTest::total_test_count() const { return impl()->total_test_count(); } in total_test_count() function in testing::UnitTest