Home
last modified time | relevance | path

Searched refs:export_attribute (Results 1 – 18 of 18) sorted by relevance

/aosp_15_r20/external/libchrome/mojo/public/tools/bindings/generators/cpp_templates/
H A Dinterface_declaration.tmpl12 class {{export_attribute}} {{interface.name}}
72 class {{export_attribute}} {{interface.name}}InterceptorForTesting : public {{interface.name}} {
81 class {{export_attribute}} {{interface.name}}AsyncWaiter {
H A Dinterface_request_validator_declaration.tmpl1 class {{export_attribute}} {{interface.name}}RequestValidator : public mojo::MessageReceiver {
H A Dinterface_response_validator_declaration.tmpl1 class {{export_attribute}} {{interface.name}}ResponseValidator : public mojo::MessageReceiver {
H A Dinterface_proxy_declaration.tmpl2 class {{export_attribute}} {{interface.name}}Proxy
H A Dunion_traits_declaration.tmpl4 struct {{export_attribute}} UnionTraits<{{mojom_type}}::DataView,
H A Dinterface_stub_declaration.tmpl1 class {{export_attribute}} {{interface.name}}StubDispatch {
H A Dstruct_traits_declaration.tmpl4 struct {{export_attribute}} StructTraits<{{mojom_type}}::DataView,
H A Dstruct_declaration.tmpl3 class {{export_attribute}} {{class_name}} {
H A Dunion_declaration.tmpl5 class {{export_attribute}} {{class_name}} {
H A Dwrapper_union_class_declaration.tmpl1 class {{export_attribute}} {{union.name}} {
H A Dwrapper_class_declaration.tmpl1 class {{export_attribute}} {{struct.name}} {
/aosp_15_r20/external/libchrome/mojo/public/tools/bindings/pylib/mojom/generate/
H A Dgenerator.py164 js_bindings_mode="new", export_attribute=None, argument
177 self.export_attribute = export_attribute
/aosp_15_r20/external/cronet/components/cronet/tools/generators/
H A Dcronet_bindings_generator.py217 export_attribute=args.export_attribute,
H A Dcronet_c_generator.py301 "export_attribute": self.export_attribute,
538 ((self.export_attribute + " ") if self.export_attribute else "",
/aosp_15_r20/external/libchrome/mojo/public/tools/bindings/generators/
H A Dmojom_cpp_generator.py299 "export_attribute": self.export_attribute,
515 ((self.export_attribute + " ") if self.export_attribute else "",
/aosp_15_r20/external/libchrome/mojo/public/tools/bindings/
H A Dmojom_bindings_generator.py213 export_attribute=args.export_attribute,
H A Dmojom.gni627 "--export_attribute",
824 "--export_attribute",
837 "--export_attribute",
846 "--export_attribute",
/aosp_15_r20/external/libchrome/libchrome_tools/patches/
H A DMojo-introduce-uuid-attribute.patch43 @@ -13,6 +13,10 @@ class {{export_attribute}} {{interface.name}}