Home
last modified time | relevance | path

Searched refs:test_case_to_run_count (Results 1 – 2 of 2) sorted by relevance

/rocksdb-6.9/third-party/gtest-1.8.1/fused-src/gtest/
Dgtest-all.cc946 int test_case_to_run_count() const;
2246 int UnitTestImpl::test_case_to_run_count() const { in test_case_to_run_count() function in testing::internal::UnitTestImpl
4612 FormatTestCaseCount(unit_test.test_case_to_run_count()).c_str()); in OnTestIterationStart()
4723 FormatTestCaseCount(unit_test.test_case_to_run_count()).c_str()); in OnTestIterationEnd()
5990 int UnitTest::test_case_to_run_count() const { in test_case_to_run_count() function in testing::UnitTest
5991 return impl()->test_case_to_run_count(); in test_case_to_run_count()
Dgtest.h21019 int test_case_to_run_count() const;