Searched refs:PtrInfoType (Results 1 – 3 of 3) sorted by relevance
264 using PtrInfoType = typename InterfacePtrType::PtrInfoType; variable286 PtrInfoType ptr_info, in Create()349 void Bind(PtrInfoType ptr_info) { in Bind()
43 using PtrInfoType = InterfacePtrInfo<Interface>; variable55 explicit InterfacePtr(PtrInfoType&& info) noexcept { Bind(std::move(info)); } in InterfacePtr()
34 using PtrInfoType = AssociatedInterfacePtrInfo<Interface>; variable45 explicit AssociatedInterfacePtr(PtrInfoType&& info) { Bind(std::move(info)); } in AssociatedInterfacePtr()