| OLD | NEW |
| 1 {%- import "interface_macros.tmpl" as interface_macros -%} | 1 {%- import "interface_macros.tmpl" as interface_macros -%} |
| 2 {%- import "struct_macros.tmpl" as struct_macros -%} | 2 {%- import "struct_macros.tmpl" as struct_macros -%} |
| 3 | 3 |
| 4 // NOTE: This file was generated by the Mojo bindings generator. | 4 // NOTE: This file was generated by the Mojo bindings generator. |
| 5 #if defined(__clang__) | 5 #if defined(__clang__) |
| 6 #pragma clang diagnostic push | 6 #pragma clang diagnostic push |
| 7 #pragma clang diagnostic ignored "-Wunused-private-field" | 7 #pragma clang diagnostic ignored "-Wunused-private-field" |
| 8 #endif | 8 #endif |
| 9 | 9 |
| 10 #include "{{module.path}}-sync.h" | 10 #include "{{module.path}}-sync.h" |
| (...skipping 99 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 110 } | 110 } |
| 111 {%- endfor %} | 111 {%- endfor %} |
| 112 {%- endfor %} | 112 {%- endfor %} |
| 113 | 113 |
| 114 {%- for namespace in namespaces_as_array|reverse %} | 114 {%- for namespace in namespaces_as_array|reverse %} |
| 115 } // namespace {{namespace}} | 115 } // namespace {{namespace}} |
| 116 {%- endfor %} | 116 {%- endfor %} |
| 117 | 117 |
| 118 #if defined(__clang__) | 118 #if defined(__clang__) |
| 119 #pragma clang diagnostic pop | 119 #pragma clang diagnostic pop |
| 120 #endif | 120 #endif |
| OLD | NEW |