Searched defs:member_info (Results 1 – 1 of 1) sorted by relevance
/system/chre/chpp/api_parser/ |
D | chre_api_to_chpp.py | 134 def _get_member_comment(self, member_info): argument 143 def _get_member_type(self, member_info, underlying_vla_type=False): argument 175 def _get_member_type_suffix(self, member_info): argument 262 def _get_chpp_member_sizeof_call(self, member_info): argument 368 def _gen_vla_encoding(self, member_info, annotation): argument 412 def _get_assignment_statement_for_field(self, member_info, in_vla_loop=False, argument 466 def _gen_union_variant_conversion_code(self, member_info, annotation, decode_mode): argument 704 def _gen_vla_decoding(self, member_info, annotation): argument
|