Searched refs:DebugSBType (Results 1 – 4 of 4) sorted by relevance
68 self.DebugSBType(type)74 self.DebugSBType(enum_member.type)95 self.DebugSBType(task_type)100 self.DebugSBType(task_ref_type)106 self.DebugSBType(task_pointer_type)113 self.DebugSBType(task_head_type)120 self.DebugSBType(task_head_pointee_type)128 self.DebugSBType(id_type)140 self.DebugSBType(myint_arr_type)143 self.DebugSBType(myint_arr_element_type)[all …]
54 self.DebugSBType(map_type)64 self.DebugSBType(t)
72 self.DebugSBType(typeA)73 self.DebugSBType(typeB)
2701 def DebugSBType(self, type): member in TestBase