Home
last modified time | relevance | path

Searched refs:successful_test_suite_count (Results 1 – 3 of 3) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/llvm/utils/unittest/googletest/src/
H A Dgtest-internal-inl.h537 int successful_test_suite_count() const;
H A Dgtest.cc748 int UnitTestImpl::successful_test_suite_count() const { in successful_test_suite_count() function in testing::internal::UnitTestImpl
4625 int UnitTest::successful_test_suite_count() const { in successful_test_suite_count() function in testing::UnitTest
4626 return impl()->successful_test_suite_count(); in successful_test_suite_count()
4648 return impl()->successful_test_suite_count(); in successful_test_case_count()
/netbsd-src/external/apache2/llvm/dist/llvm/utils/unittest/googletest/include/gtest/
H A Dgtest.h1301 int successful_test_suite_count() const;