Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/utils/unittest/googletest/src/
H A Dgtest.cc764 int UnitTestImpl::test_suite_to_run_count() const { in test_suite_to_run_count() function in testing::internal::UnitTestImpl
3172 FormatTestSuiteCount(unit_test.test_suite_to_run_count()).c_str()); in OnTestIterationStart()
3342 FormatTestSuiteCount(unit_test.test_suite_to_run_count()).c_str()); in OnTestIterationEnd()
4641 int UnitTest::test_suite_to_run_count() const { in test_suite_to_run_count() function in testing::UnitTest
4642 return impl()->test_suite_to_run_count(); in test_suite_to_run_count()
4657 return impl()->test_suite_to_run_count(); in test_case_to_run_count()
H A Dgtest-internal-inl.h547 int test_suite_to_run_count() const;
/netbsd-src/external/apache2/llvm/dist/llvm/utils/unittest/googletest/include/gtest/
H A Dgtest.h1311 int test_suite_to_run_count() const;