Searched refs:c_type (Results 1 – 1 of 1) sorted by relevance
208 def _convert_basic_type(c_type): argument230 if c_type.count('*') == 1:235 def _convert_structure(self, c_type): argument237 if "_ENUM_POINTER" in c_type:238 c_type = c_type.replace("_ENUM_POINTER", " * ")245 if c_type.count('*') == 1:250 def _convert_typedef(self, c_type): argument261 def _convert_container_type(self, c_type): argument275 def _swap_type_c2idl(self, c_type): argument280 idl_type = self._convert_structure(c_type)[all …]