Searched defs:InterfaceObject (Results 1 – 1 of 1) sorted by relevance
108 explicit InterfaceObject(const Ptr& p) noexcept : ptr_(p) {} in InterfaceObject() function109 …explicit InterfaceObject(const IInterfacePtr& p) : ptr_(interface_pointer_cast<UnderlyingType>(p))… in InterfaceObject() function