Searched refs:structname (Results 1 – 10 of 10) sorted by relevance
/third_party/lzma/CPP/Windows/ |
D | CommonDialog.cpp | 91 …e CDSIZEOF_STRUCT(structname, member) (((int)((LPBYTE)(&((structname*)0)->member) - ((LPBYTE)((st… argument
|
/third_party/vulkan-headers/registry/ |
D | vkconventions.py | 94 def generate_structure_type_from_name(self, structname): argument 99 for elem in MAIN_RE.findall(structname):
|
D | generator.py | 1170 def isStructAlwaysValid(self, structname): argument 1178 if self.conventions.type_always_valid(structname): 1181 category = self.getTypeCategory(structname) 1185 info = self.registry.typedict.get(structname)
|
/third_party/vk-gl-cts/external/vulkan-docs/src/scripts/ |
D | vkconventions.py | 106 def generate_structure_type_from_name(self, structname): argument 111 for elem in MAIN_RE.findall(structname):
|
D | validitygenerator.py | 884 def makeStructureTypeFromName(self, structname): argument 886 … return self.makeEnumerantName(self.conventions.generate_structure_type_from_name(structname)) 888 def makeStructureTypeValidity(self, structname): argument 893 info = self.registry.typedict.get(structname) 924 if 'Base' in structname: 931 structname, 'so making one up!') 932 entry += self.makeStructureTypeFromName(structname)
|
D | generator.py | 1202 def isStructAlwaysValid(self, structname): argument 1210 if self.conventions.type_always_valid(structname): 1213 category = self.getTypeCategory(structname) 1217 info = self.registry.typedict.get(structname)
|
/third_party/elfutils/doc/ |
D | elfutils.sgml | 35 <simpara>The <structname>Elf_Data</structname> structure is as 38 <!-- xref --><structname>Elf_Scn</structname>).</simpara> 47 <simpara>The <structname>Elf_Data</structname> structure
|
/third_party/vulkan-headers/registry/spec_tools/ |
D | conventions.py | 151 def generate_structure_type_from_name(self, structname): argument
|
/third_party/vk-gl-cts/external/vulkan-docs/src/scripts/spec_tools/ |
D | conventions.py | 180 def generate_structure_type_from_name(self, structname): argument
|
/third_party/vk-gl-cts/external/vulkancts/scripts/ |
D | gen_framework_sc.py | 522 for type, structname, contents, typename in matches: 549 for type, structname, contents, typename in matches:
|