Searched refs:GetTestCase (Results 1 - 2 of 2) sorted by relevance

/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/third_party/googletest/src/src/
H A Dgtest-all.cc987 const TestCase* GetTestCase(int i) const { function in class:testing::internal::UnitTestImpl
1043 TestCase* GetTestCase(const char* test_case_name,
1071 GetTestCase(test_info->test_case_name(),
4323 const TestCase& test_case = *unit_test.GetTestCase(i);
4875 if (unit_test.GetTestCase(i)->reportable_test_count() > 0)
4876 PrintXmlTestCase(stream, *unit_test.GetTestCase(i));
5216 const TestCase* UnitTest::GetTestCase(int i) const { function in class:testing::UnitTest
5217 return impl()->GetTestCase(i);
5657 TestCase* UnitTestImpl::GetTestCase(const char* test_case_name, function in class:testing::internal::UnitTestImpl
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/third_party/googletest/src/include/gtest/
H A Dgtest.h18623 const TestCase* GetTestCase(int i) const;

Completed in 68 milliseconds