Searched refs:full_type (Results 1 – 2 of 2) sorted by relevance
49 full_type = parts[0].strip()52 if full_type == '*':53 full_type = '*/*'54 (type, subtype) = full_type.split('/')
277 def _is_dynamic_array(self, full_type, name): argument282 if 'const' in full_type and '*' in full_type: