Home
last modified time | relevance | path

Searched defs:AssociatedInterfacePtr (Results 1 – 1 of 1) sorted by relevance

/external/libchrome/mojo/public/cpp/bindings/
Dassociated_interface_ptr.h38 AssociatedInterfacePtr() {} in AssociatedInterfacePtr() function
39 AssociatedInterfacePtr(decltype(nullptr)) {} in AssociatedInterfacePtr() function
41 AssociatedInterfacePtr(AssociatedInterfacePtr&& other) { in AssociatedInterfacePtr() function
45 explicit AssociatedInterfacePtr(PtrInfoType&& info) { Bind(std::move(info)); } in AssociatedInterfacePtr() function