Lines Matching refs:TestWeakImpl
153 struct TestWeakImpl : public WeakImplHelper4< CA, DBA, FE, G > struct
155 TestWeakImpl() {} in TestWeakImpl() function
157 virtual ~TestWeakImpl() in ~TestWeakImpl() argument
183 TestWeakImpl(int) {} in TestWeakImpl() argument
185 TestWeakImpl(int, int) {} in TestWeakImpl() argument
187 TestWeakImpl(int, int, int) {} in TestWeakImpl() function
189 TestWeakImpl(int, int, int, int) {} in TestWeakImpl() argument
191 TestWeakImpl(int, int, int, int, int) {} in TestWeakImpl() function
193 TestWeakImpl(int, int, int, int, int, int, int = 0) {} in TestWeakImpl() function
269 struct TestImplInh : public ImplInheritanceHelper2< TestWeakImpl, H, I >
274 ImplInheritanceHelper2< TestWeakImpl, H, I >(1) {} in TestImplInh()
277 ImplInheritanceHelper2< TestWeakImpl, H, I >(1, 2) {} in TestImplInh()
280 ImplInheritanceHelper2< TestWeakImpl, H, I >(1, 2, 3) {} in TestImplInh()
283 ImplInheritanceHelper2< TestWeakImpl, H, I >(1, 2, 3, 4) {} in TestImplInh()
286 ImplInheritanceHelper2< TestWeakImpl, H, I >(1, 2, 3, 4, 5) {} in TestImplInh()
289 ImplInheritanceHelper2< TestWeakImpl, H, I >(1, 2, 3, 4, 5, 6) {} in TestImplInh()
432 Reference< XInterface > xWeakImpl( (OWeakObject *)new TestWeakImpl() ); in test_ImplHelper()