Searched defs:test_case_to_run_count (Results 1 - 1 of 1) sorted by relevance

/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/third_party/googletest/src/src/
H A Dgtest-all.cc946 int test_case_to_run_count() const;
2208 int UnitTestImpl::test_case_to_run_count() const { function in class:testing::internal::UnitTestImpl
4234 FormatTestCaseCount(unit_test.test_case_to_run_count()).c_str());
4345 FormatTestCaseCount(unit_test.test_case_to_run_count()).c_str());
5163 int UnitTest::test_case_to_run_count() const { function in class:testing::UnitTest
5164 return impl()->test_case_to_run_count();

Completed in 52 milliseconds