Home
last modified time | relevance | path

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

/external/libmojo/mojo/public/cpp/bindings/
Dassociated_interface_ptr.h27 class AssociatedInterfacePtr {
30 AssociatedInterfacePtr() {} in AssociatedInterfacePtr() function
31 AssociatedInterfacePtr(decltype(nullptr)) {} in AssociatedInterfacePtr() function
33 AssociatedInterfacePtr(AssociatedInterfacePtr&& other) { in AssociatedInterfacePtr() function
37 AssociatedInterfacePtr& operator=(AssociatedInterfacePtr&& other) {
45 AssociatedInterfacePtr& operator=(decltype(nullptr)) { in decltype()
50 ~AssociatedInterfacePtr() {} in ~AssociatedInterfacePtr()
160 AssociatedInterfacePtr::*Testable;
164 return internal_state_.is_bound() ? &AssociatedInterfacePtr::internal_state_ in Testable()
172 bool operator==(const AssociatedInterfacePtr<T>& other) const = delete;
[all …]
Dinterface_ptr_set.h93 internal::PtrSet<Interface, AssociatedInterfacePtr>;
/external/libmojo/mojo/public/cpp/bindings/tests/
Dassociated_interface_unittest.cc179 AssociatedInterfacePtr<IntegerSender> ptr0; in TEST_F()
187 AssociatedInterfacePtr<IntegerSender> ptr1; in TEST_F()
269 AssociatedInterfacePtr<IntegerSender> ptr_;
/external/libmojo/mojo/public/tools/bindings/generators/cpp_templates/
Dmodule.h.tmpl133 mojo::AssociatedInterfacePtr<{{interface.name}}>;