Searched defs:defaultImpl (Results 1 – 1 of 1) sorted by relevance
222 const Type* stub, const Type* proxy, const Type* defaultImpl) in InterfaceType()333 auto defaultImpl = std::make_unique<Type>(this, b.GetPackage(), b.GetName() + ".Default", in AddBinderType() local