Home
last modified time | relevance | path

Searched refs:structname (Results 1 – 10 of 10) sorted by relevance

/third_party/lzma/CPP/Windows/
DCommonDialog.cpp91 …e CDSIZEOF_STRUCT(structname, member) (((int)((LPBYTE)(&((structname*)0)->member) - ((LPBYTE)((st… argument
/third_party/vulkan-headers/registry/
Dvkconventions.py94 def generate_structure_type_from_name(self, structname): argument
99 for elem in MAIN_RE.findall(structname):
Dgenerator.py1170 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/
Dvkconventions.py106 def generate_structure_type_from_name(self, structname): argument
111 for elem in MAIN_RE.findall(structname):
Dvaliditygenerator.py884 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)
Dgenerator.py1202 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/
Delfutils.sgml35 <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/
Dconventions.py151 def generate_structure_type_from_name(self, structname): argument
/third_party/vk-gl-cts/external/vulkan-docs/src/scripts/spec_tools/
Dconventions.py180 def generate_structure_type_from_name(self, structname): argument
/third_party/vk-gl-cts/external/vulkancts/scripts/
Dgen_framework_sc.py522 for type, structname, contents, typename in matches:
549 for type, structname, contents, typename in matches: