Searched defs:AssociatedGroup (Results 1 - 2 of 2) sorted by relevance

/external/libmojo/mojo/public/cpp/bindings/lib/
H A Dassociated_group.cc11 AssociatedGroup::AssociatedGroup() {} function in class:mojo::AssociatedGroup
13 AssociatedGroup::AssociatedGroup(const AssociatedGroup& other) function in class:mojo::AssociatedGroup
16 AssociatedGroup::~AssociatedGroup() {}
18 AssociatedGroup& AssociatedGroup::operator=(const AssociatedGroup
[all...]
/external/libmojo/mojo/public/cpp/bindings/
H A Dassociated_group.h19 // AssociatedGroup refers to all the interface endpoints running at one end of a
23 class AssociatedGroup { class in namespace:mojo
29 AssociatedGroup();
30 AssociatedGroup(const AssociatedGroup& other);
32 ~AssociatedGroup();
34 AssociatedGroup& operator=(const AssociatedGroup& other);

Completed in 216 milliseconds