Lines Matching refs:BaseClass

169 …template< class BaseClass, class Ifc1, class Ifc2, class Ifc3, class Ifc4, class Ifc5, class Ifc6,…
171 : public BaseClass
175 … Ifc1, Ifc2, Ifc3, Ifc4, Ifc5, Ifc6, Ifc7, Ifc8, ImplInheritanceHelper8<BaseClass, Ifc1, Ifc2, Ifc…
178 explicit ImplInheritanceHelper8(T1 const & arg1): BaseClass(arg1) {} in ImplInheritanceHelper8()
181 BaseClass(arg1, arg2) {} in ImplInheritanceHelper8()
185 BaseClass(arg1, arg2, arg3) {} in ImplInheritanceHelper8()
189 BaseClass(arg1, arg2, arg3, arg4) {} in ImplInheritanceHelper8()
195 BaseClass(arg1, arg2, arg3, arg4, arg5) {} in ImplInheritanceHelper8()
202 BaseClass(arg1, arg2, arg3, arg4, arg5, arg6) {} in ImplInheritanceHelper8()
210 return BaseClass::queryInterface( rType ); in queryInterface()
213 { BaseClass::acquire(); } in acquire()
215 { BaseClass::release(); } in release()
217 { return ImplInhHelper_getTypes( cd::get(), BaseClass::getTypes() ); } in getTypes()
238 …template< class BaseClass, class Ifc1, class Ifc2, class Ifc3, class Ifc4, class Ifc5, class Ifc6,…
240 : public BaseClass
244 …c1, Ifc2, Ifc3, Ifc4, Ifc5, Ifc6, Ifc7, Ifc8, AggImplInheritanceHelper8<BaseClass, Ifc1, Ifc2, Ifc…
247 explicit AggImplInheritanceHelper8(T1 const & arg1): BaseClass(arg1) {} in AggImplInheritanceHelper8()
250 BaseClass(arg1, arg2) {} in AggImplInheritanceHelper8()
254 BaseClass(arg1, arg2, arg3) {} in AggImplInheritanceHelper8()
258 BaseClass(arg1, arg2, arg3, arg4) {} in AggImplInheritanceHelper8()
264 BaseClass(arg1, arg2, arg3, arg4, arg5) {} in AggImplInheritanceHelper8()
271 BaseClass(arg1, arg2, arg3, arg4, arg5, arg6) {} in AggImplInheritanceHelper8()
275 { return BaseClass::queryInterface( rType ); } in queryInterface()
281 return BaseClass::queryAggregation( rType ); in queryAggregation()
284 { BaseClass::acquire(); } in acquire()
286 { BaseClass::release(); } in release()
288 { return ImplInhHelper_getTypes( cd::get(), BaseClass::getTypes() ); } in getTypes()