Home
last modified time | relevance | path

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

/conform/
A Dconformtest.py64 self.type_name = type_name
219 def __init__(self, dummy, type_name): argument
221 self.type_name = type_name
222 if type_name.startswith('struct '):
225 elif type_name.startswith('union '):
229 self.allow_name = type_name
244 def __init__(self, dummy, type_name): argument
246 self.type_name = type_name
247 if type_name.startswith('struct '):
249 elif type_name.startswith('union '):
[all …]

Completed in 5 milliseconds