Home
last modified time | relevance | path

Searched refs:ctypestruct (Results 1 – 2 of 2) sorted by relevance

/dports/databases/grass7/grass-7.8.6/lib/python/ctypes/ctypesgencore/parser/
H A Ddatacollectingparser.py156 def handle_struct(self, ctypestruct, filename, lineno): argument
165 name = "%s %s" % (ctypestruct.variety, ctypestruct.tag)
170 if ctypestruct.opaque:
172 struct = StructDescription(ctypestruct.tag,
177 ctypestruct,
186 for (membername, ctype) in ctypestruct.members:
193 struct.members = ctypestruct.members
194 struct.ctype = ctypestruct
195 struct.src = ctypestruct.src
202 struct = StructDescription(ctypestruct.tag,
[all …]
/dports/devel/py-ctypesgen/ctypesgen-ctypesgen-1.0.2/ctypesgen/parser/
H A Ddatacollectingparser.py156 name = "%s %s" % (ctypestruct.variety, ctypestruct.tag)
161 if ctypestruct.opaque:
164 ctypestruct.tag,
165 ctypestruct.attrib,
166 ctypestruct.variety,
169 ctypestruct,
196 ctypestruct.tag,
197 ctypestruct.attrib,
198 ctypestruct.variety,
199 ctypestruct.members,
[all …]