Home
last modified time | relevance | path

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

/ohos5.0/drivers/hdf_core/framework/tools/idl-gen/
H A Didl_generator.py208 def _convert_basic_type(c_type): argument
230 if c_type.count('*') == 1:
235 def _convert_structure(self, c_type): argument
237 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): argument
261 def _convert_container_type(self, c_type): argument
275 def _swap_type_c2idl(self, c_type): argument
280 idl_type = self._convert_structure(c_type)
[all …]