Home
last modified time | relevance | path

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

/external/libchrome/mojo/public/cpp/bindings/
Dassociated_interface_ptr.h31 class AssociatedInterfacePtr {
38 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
47 AssociatedInterfacePtr& operator=(AssociatedInterfacePtr&& other) {
55 AssociatedInterfacePtr& operator=(decltype(nullptr)) { in decltype()
60 ~AssociatedInterfacePtr() {} in ~AssociatedInterfacePtr()
177 DISALLOW_COPY_AND_ASSIGN(AssociatedInterfacePtr);
189 AssociatedInterfacePtr<Interface>* ptr,
[all …]
Dassociated_binding_set.h17 using ProxyType = AssociatedInterfacePtr<Interface>;
Dinterface_ptr_set.h140 internal::PtrSet<Interface, AssociatedInterfacePtr>;
Dthread_safe_interface_ptr.h398 ThreadSafeInterfacePtrBase<AssociatedInterfacePtr<Interface>>;
DREADME.md1075 // BarAssociatedPtr is an alias of AssociatedInterfacePtr<Bar>.
1096 A `MakeRequest` overload which takes an `AssociatedInterfacePtr` pointer
/external/libchrome/mojo/public/cpp/bindings/tests/
Dassociated_interface_unittest.cc205 AssociatedInterfacePtr<IntegerSender> ptr0; in TEST_F()
211 AssociatedInterfacePtr<IntegerSender> ptr1; in TEST_F()
291 AssociatedInterfacePtr<IntegerSender> ptr_;
759 AssociatedInterfacePtr<IntegerSender> ptr0; in TEST_F()
784 AssociatedInterfacePtr<IntegerSender> ptr0; in TEST_F()
802 AssociatedInterfacePtr<IntegerSender> ptr0; in TEST_F()
931 AssociatedInterfacePtr<IntegerSender> ptr; in TEST_F()
978 AssociatedInterfacePtr<IntegerSender> ptr; in TEST_F()
1023 AssociatedInterfacePtr<IntegerSender> ptr; in TEST_F()
/external/libchrome/ipc/
Dipc_sync_message_filter.h55 mojo::AssociatedInterfacePtr<Interface>* proxy) { in COMPONENT_EXPORT()
Dipc_channel.h126 mojo::AssociatedInterfacePtr<Interface>* proxy) { in COMPONENT_EXPORT()
Dipc_channel_proxy.h201 mojo::AssociatedInterfacePtr<Interface>* proxy) { in COMPONENT_EXPORT()
/external/libchrome/mojo/public/tools/bindings/generators/cpp_templates/
Dmodule.h.tmpl140 mojo::AssociatedInterfacePtr<{{interface.name}}>;