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 D | interface_declaration.tmpl | 12 class {{export_attribute}} {{interface.name}} 72 class {{export_attribute}} {{interface.name}}InterceptorForTesting : public {{interface.name}} { 81 class {{export_attribute}} {{interface.name}}AsyncWaiter {
|
H A D | interface_request_validator_declaration.tmpl | 1 class {{export_attribute}} {{interface.name}}RequestValidator : public mojo::MessageReceiver {
|
H A D | interface_response_validator_declaration.tmpl | 1 class {{export_attribute}} {{interface.name}}ResponseValidator : public mojo::MessageReceiver {
|
H A D | interface_proxy_declaration.tmpl | 2 class {{export_attribute}} {{interface.name}}Proxy
|
H A D | union_traits_declaration.tmpl | 4 struct {{export_attribute}} UnionTraits<{{mojom_type}}::DataView,
|
H A D | interface_stub_declaration.tmpl | 1 class {{export_attribute}} {{interface.name}}StubDispatch {
|
H A D | struct_traits_declaration.tmpl | 4 struct {{export_attribute}} StructTraits<{{mojom_type}}::DataView,
|
H A D | struct_declaration.tmpl | 3 class {{export_attribute}} {{class_name}} {
|
H A D | union_declaration.tmpl | 5 class {{export_attribute}} {{class_name}} {
|
H A D | wrapper_union_class_declaration.tmpl | 1 class {{export_attribute}} {{union.name}} {
|
H A D | wrapper_class_declaration.tmpl | 1 class {{export_attribute}} {{struct.name}} {
|
/aosp_15_r20/external/libchrome/mojo/public/tools/bindings/pylib/mojom/generate/ |
H A D | generator.py | 164 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 D | cronet_bindings_generator.py | 217 export_attribute=args.export_attribute,
|
H A D | cronet_c_generator.py | 301 "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 D | mojom_cpp_generator.py | 299 "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 D | mojom_bindings_generator.py | 213 export_attribute=args.export_attribute,
|
H A D | mojom.gni | 627 "--export_attribute", 824 "--export_attribute", 837 "--export_attribute", 846 "--export_attribute",
|
/aosp_15_r20/external/libchrome/libchrome_tools/patches/ |
H A D | Mojo-introduce-uuid-attribute.patch | 43 @@ -13,6 +13,10 @@ class {{export_attribute}} {{interface.name}}
|