Home
last modified time | relevance | path

Searched refs:all_enums (Results 1 – 25 of 41) sorted by last modified time

12

/dports/x11-toolkits/pango/pango-1.48.11/subprojects/gi-docgen/gidocgen/
H A Dgdgenerate.py2134 def _gen_enums(config, theme_config, output_dir, jinja_env, repository, all_enums): argument
2142 for enum in all_enums:
2175 def _gen_bitfields(config, theme_config, output_dir, jinja_env, repository, all_enums): argument
2183 for enum in all_enums:
2216 def _gen_domains(config, theme_config, output_dir, jinja_env, repository, all_enums): argument
2224 for enum in all_enums:
/dports/x11-toolkits/gtk40/gtk-4.4.1/subprojects/gi-docgen/gidocgen/
H A Dgdgenerate.py2111 def _gen_enums(config, theme_config, output_dir, jinja_env, repository, all_enums): argument
2119 for enum in all_enums:
2152 def _gen_bitfields(config, theme_config, output_dir, jinja_env, repository, all_enums): argument
2160 for enum in all_enums:
2193 def _gen_domains(config, theme_config, output_dir, jinja_env, repository, all_enums): argument
2201 for enum in all_enums:
/dports/devel/devhelp/devhelp-41.2/subprojects/gi-docgen/gidocgen/
H A Dgdgenerate.py1973 def _gen_enums(config, theme_config, output_dir, jinja_env, repository, all_enums): argument
1981 for enum in all_enums:
2014 def _gen_bitfields(config, theme_config, output_dir, jinja_env, repository, all_enums): argument
2022 for enum in all_enums:
2055 def _gen_domains(config, theme_config, output_dir, jinja_env, repository, all_enums): argument
2063 for enum in all_enums:
/dports/net/gssdp/gssdp-1.4.0.1/subprojects/gi-docgen/gidocgen/
H A Dgdgenerate.py1828 def _gen_enums(config, theme_config, output_dir, jinja_env, repository, all_enums): argument
1836 for enum in all_enums:
1869 def _gen_bitfields(config, theme_config, output_dir, jinja_env, repository, all_enums): argument
1877 for enum in all_enums:
1910 def _gen_domains(config, theme_config, output_dir, jinja_env, repository, all_enums): argument
1918 for enum in all_enums:
/dports/devel/py-cadquery-pywrap/pywrap-e8c7bc9/bindgen/
H A D__init__.py375 all_enums = {e.name : e for m in modules for e in m.enums}
387 'all_enums' : all_enums,
H A Dtemplate_sub.j2179 …{% for f in c.fields if f.type in all_classes or f.type in all_enums or f.type in all_typedefs or …
/dports/graphics/py-pyvips/pyvips-2.1.16/examples/
H A Dgen-enums.py42 all_enums = []
46 all_enums.append(nickname)
54 for name in all_enums:
/dports/math/boolector/boolector-3.2.2/src/api/python/
H A Dmkenums.py102 all_enums = []
116 all_enums.append(curr_enum_string)
122 output_fd.write(FILE_TEMPLATE.format(enums="\n".join(all_enums)))
/dports/textproc/py-gi-docgen/gi-docgen-2021.5/gidocgen/
H A Dgdgenerate.py1828 def _gen_enums(config, theme_config, output_dir, jinja_env, repository, all_enums): argument
1836 for enum in all_enums:
1869 def _gen_bitfields(config, theme_config, output_dir, jinja_env, repository, all_enums): argument
1877 for enum in all_enums:
1910 def _gen_domains(config, theme_config, output_dir, jinja_env, repository, all_enums): argument
1918 for enum in all_enums:
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/perfetto/src/protozero/protoc_plugin/
H A Dcppgen_plugin.cc208 std::vector<const EnumDescriptor*> all_enums; in Generate() local
210 auto add_enum = [&local_enums, &all_enums, &all_enums_seen, in Generate()
215 all_enums.push_back(enum_desc); in Generate()
293 for (const EnumDescriptor* enm : all_enums) { in Generate()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/dawn/generator/
H A Dopengl_loader_generator.py122 all_enums = {}
129 assert enum_name not in all_enums
130 all_enums[enum_name] = EnumDefine(enum_name, enum.attrib['value'])
150 section_enums.append(all_enums[enum.attrib['name']])
174 section_enums.append(all_enums[enum.attrib['name']])
/dports/www/chromium-legacy/chromium-88.0.4324.182/mojo/public/tools/bindings/generators/cpp_templates/
H A Dmodule.h.tmpl126 {%- for enum in all_enums %}
H A Dmodule-forward.h.tmpl42 {% if all_enums|length -%}
68 {% if not disallow_native_types and uses_native_types and all_enums|length -%}
80 {%- for enum in all_enums %}
120 {%- for enum in all_enums %}
H A Dmodule-shared.cc.tmpl27 {%- for enum in all_enums %}
H A Dmodule-shared.h.tmpl119 {%- for enum in all_enums %}
162 {%- for enum in all_enums %}
173 {%- for enum in all_enums %}
H A Dmodule-shared-internal.h.tmpl62 {%- for enum in all_enums %}
/dports/www/chromium-legacy/chromium-88.0.4324.182/mojo/public/tools/bindings/generators/mojolpm_templates/
H A Dmojolpm.h.tmpl50 {%- for enum in all_enums %}
H A Dmojolpm.cc.tmpl32 {%- for enum in all_enums %}
/dports/www/chromium-legacy/chromium-88.0.4324.182/mojo/public/tools/bindings/generators/
H A Dmojom_mojolpm_generator.py174 all_enums = list(self.module.enums)
176 all_enums.extend(struct.enums)
178 all_enums.extend(interface.enums)
181 "all_enums": all_enums,
H A Dmojom_cpp_generator.py271 all_enums = list(self.module.enums)
273 all_enums.extend(struct.enums)
275 all_enums.extend(interface.enums)
281 self.module.structs + all_enums + self.module.unions)
320 all_enums = list(self.module.enums)
322 all_enums.extend(struct.enums)
324 all_enums.extend(interface.enums)
327 "all_enums": all_enums,
/dports/www/chromium-legacy/chromium-88.0.4324.182/components/cronet/tools/generators/
H A Dcronet_c_generator.py264 all_enums = list(self.module.enums)
266 all_enums.extend(struct.enums)
268 all_enums.extend(interface.enums)
272 self.module.structs + all_enums + self.module.unions)
290 all_enums = list(self.module.enums)
292 all_enums.extend(struct.enums)
294 all_enums.extend(interface.enums)
297 "all_enums": all_enums,
/dports/www/chromium-legacy/chromium-88.0.4324.182/components/cronet/tools/generators/c_templates/
H A Dmodule_c.h.tmpl51 {%- for enum in all_enums %}
/dports/www/chromium-legacy/chromium-88.0.4324.182/android_webview/tools/
H A Dgenerate_flag_labels.py126 all_enums = root.find('enums')
127 login_custom_flags = all_enums.find('enum[@name="LoginCustomFlags"]')
/dports/devel/py-gapic-generator/gapic-generator-0.35.10/gapic/schema/
H A Dapi.py53 all_enums: Mapping[str, wrappers.EnumType]
102 (k, v) for k, v in self.all_enums.items()
150 answer: Set[str] = {e.name for e in self.all_enums.values()}
321 *[p.all_enums for p in self.protos.values()],
519 all_enums=self.proto_enums,
537 all_enums=collections.OrderedDict(
539 for k, v in naive.all_enums.items()
557 *[p.all_enums for p in self.prior_protos.values()],
/dports/devel/py-gapic-generator/gapic-generator-0.35.10/gapic/templates/%namespace/%name_%version/%sub/types/
H A D%proto.py.j25 {% if proto.messages|length or proto.all_enums|length -%}

12