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

/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/third_party/googletest/src/include/gtest/
H A Dgtest.h7411 template <class TestClass>
7414 virtual Test* CreateTest() { return new TestClass; }
7536 typedef typename GTEST_BIND_(TestSel, Type) TestClass; typedef
7547 TestClass::SetUpTestCase,
7548 TestClass::TearDownTestCase,
7549 new TestFactoryImpl<TestClass>);
10351 template <class TestClass>
10354 typedef typename TestClass::ParamType ParamType;
10358 TestClass::SetParam(&parameter_);
10359 return new TestClass();
[all...]

Completed in 88 milliseconds