Searched defs:total_test_case_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.cc942 int total_test_case_count() const;
986 // total_test_case_count() - 1. If i is not in that range, returns NULL.
993 // total_test_case_count() - 1. If i is not in that range, returns NULL.
2202 int UnitTestImpl::total_test_case_count() const { function in class:testing::internal::UnitTestImpl
4322 for (int i = 0; i < unit_test.total_test_case_count(); ++i) {
4874 for (int i = 0; i < unit_test.total_test_case_count(); ++i) {
5157 int UnitTest::total_test_case_count() const { function in class:testing::UnitTest
5158 return impl()->total_test_case_count();
5215 // total_test_case_count() - 1. If i is not in that range, returns NULL.
5227 // total_test_case_count()
[all...]

Completed in 19 milliseconds