Home
last modified time | relevance | path

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

/external/libmojo/mojo/public/cpp/bindings/lib/
Dunion_accessor.h24 void SwitchActive(typename U::Tag new_tag) { u_->SwitchActive(new_tag); } in SwitchActive() function
/external/libmojo/mojo/public/tools/bindings/generators/cpp_templates/
Dwrapper_union_class_definition.tmpl34 SwitchActive(Tag::{{field.name|upper}});
46 void {{union.name}}::SwitchActive(Tag new_active) {
Dwrapper_union_class_declaration.tmpl60 void SwitchActive(Tag new_active);
Dunion_serialization_definition.tmpl128 result_acc.SwitchActive({{mojom_type}}::Tag::{{field.name|upper}});