Home
last modified time | relevance | path

Searched refs:PtrInfoType (Results 1 – 3 of 3) sorted by relevance

/external/libchrome/mojo/public/cpp/bindings/
Dthread_safe_interface_ptr.h264 using PtrInfoType = typename InterfacePtrType::PtrInfoType; variable
286 PtrInfoType ptr_info, in Create()
349 void Bind(PtrInfoType ptr_info) { in Bind()
Dinterface_ptr.h43 using PtrInfoType = InterfacePtrInfo<Interface>; variable
55 explicit InterfacePtr(PtrInfoType&& info) noexcept { Bind(std::move(info)); } in InterfacePtr()
Dassociated_interface_ptr.h34 using PtrInfoType = AssociatedInterfacePtrInfo<Interface>; variable
45 explicit AssociatedInterfacePtr(PtrInfoType&& info) { Bind(std::move(info)); } in AssociatedInterfacePtr()