• Home
  • Raw
  • Download

Lines Matching defs:self

34     def __init__(self, api, commit_hash):  argument
50 def _autogen_notice(self): argument
63 def _dump_to_file(self, output_filename, contents, dry_run, skip_clang_fomat): argument
81 def _is_array_type(self, type_info): argument
86 def _get_array_len(self, type_info): argument
89 def _get_chpp_type_from_chre(self, chre_type): argument
106 def _get_chre_type_with_prefix(self, chre_type): argument
111 def _get_chpp_header_type_from_chre(self, chre_type): argument
116 def _get_member_comment(self, member_info): argument
125 def _get_member_type(self, member_info, underlying_vla_type=False): argument
158 def _get_member_type_suffix(self, member_info): argument
163 def _get_struct_or_union_prefix(self, chre_type): argument
166 def _gen_header_includes(self): argument
178 def _gen_struct_or_union(self, name): argument
195 def _gen_header_struct(self, chre_type): argument
211 def _gen_structs_and_unions(self): argument
227 def _sorted_structs(self, root_nodes): argument
253 def _get_chpp_member_sizeof_call(self, member_info): argument
273 def _gen_chpp_sizeof_function(self, chre_type): argument
331 def _gen_chpp_sizeof_functions(self): argument
339 def _gen_conversion_includes(self): argument
349 def _get_chpp_sizeof_function_name(self, chre_struct): argument
358 def _get_encoding_function_name(self, chre_type): argument
363 def _gen_encoding_function_signature(self, chre_type): argument
378 def _gen_string_encoding(self, member_info, annotation): argument
400 def _gen_vla_encoding(self, member_info, annotation): argument
446 def _get_assignment_statement_for_field(self, member_info, argument
508 def _gen_union_variant_conversion_code(self, member_info, annotation, decode_mode): argument
560 def _gen_conversion_function(self, chre_type, already_generated, decode_mode): argument
633 def _gen_conversion_functions(self, decode_mode): argument
641 def _strip_prefix_and_service_from_chre_struct_name(self, struct): argument
658 def _get_chpp_sizeof_call(self, chre_type): argument
673 def _get_encode_allocation_function_name(self, chre_type): argument
678 def _gen_encode_allocation_function_signature(self, chre_type, gen_docs=False): argument
704 def _gen_encode_allocation_function(self, chre_type): argument
734 def _gen_encode_allocation_functions(self): argument
740 def _gen_encode_allocation_function_signatures(self): argument
752 def _get_decoding_function_name(self, chre_type): argument
757 def _gen_decoding_function_signature(self, chre_type): argument
771 def _gen_string_decoding(self, member_info, annotation): argument
791 def _gen_vla_decoding(self, member_info, annotation): argument
844 def _get_decode_allocation_function_name(self, chre_type): argument
849 def _gen_decode_allocation_function_signature(self, chre_type, gen_docs=False): argument
872 def _gen_decode_allocation_function(self, chre_type): argument
904 def _gen_decode_allocation_functions(self): argument
910 def _gen_decode_allocation_function_signatures(self): argument
922 def generate_header_file(self, dry_run=False, skip_clang_format=False): argument
935 def generate_header_string(self): argument
961 def generate_conversion_file(self, dry_run=False, skip_clang_format=False): argument
974 def generate_conversion_string(self): argument