Searched defs:TestT (Results 1 – 2 of 2) sorted by relevance
40 struct TestT { virtual ~TestT(void) {} virtual void foo(void) {} }; in ~TestT() struct
2416 using TestT = typename std::remove_pointer<decltype(factory())>::type; in RegisterTest() local