Searched refs:defaultImpl (Results 1 – 2 of 2) sorted by relevance
222 const Type* stub, const Type* proxy, const Type* defaultImpl) in InterfaceType() argument228 defaultImpl_(defaultImpl) {} in InterfaceType()333 auto defaultImpl = std::make_unique<Type>(this, b.GetPackage(), b.GetName() + ".Default", in AddBinderType() local336 -1, stub.get(), proxy.get(), defaultImpl.get()); in AddBinderType()342 success &= Add(std::move(defaultImpl)); in AddBinderType()
252 const Type* proxy, const Type* defaultImpl);