Searched refs:paramtype (Results 1 – 2 of 2) sorted by relevance
363 paramtype = getElemType(param)364 type_category = self.getTypeCategory(paramtype)370 if self.isHandleTypeDispatchable(paramtype):385 paramtype = getElemType(param)407 if paramtype != 'char':470 paramtype = getElemType(param)486 if self.paramIsStaticArray(param) and paramtype == 'char':534 if paramtype == 'void':549 elif paramtype == 'char':562 if not self.isStructAlwaysValid(paramtype):[all …]
86 def is_structure_type_member(self, paramtype, paramname): argument88 return paramtype == 'VkStructureType' and paramname == self.structtype_member_name90 def is_nextpointer_member(self, paramtype, paramname): argument92 return paramtype == 'void' and paramname == self.nextpointer_member_name