| /third_party/libabigail/src/ |
| H A D | abg-ir.cc | 9093 get_pretty_representation(const method_type& method, bool internal) get_pretty_representation() argument 9111 get_pretty_representation(const method_type* method, bool internal) get_pretty_representation() argument 9129 get_pretty_representation(const method_type_sptr method, bool internal) get_pretty_representation() argument 13854 const method_type* method = is_method_type(&fn_type); synthesize_function_type_from_translation_unit() local 22128 copy_member_function(const class_or_union_sptr& t, const method_decl_sptr& method) copy_member_function() argument 22142 copy_member_function(const class_or_union_sptr& t, const method_decl* method) copy_member_function() argument 23290 fixup_virtual_member_function(method_decl_sptr method) fixup_virtual_member_function() argument 23460 method_matches_at_least_one_in_vector(const method_decl_sptr& method, const class_decl::member_functions& fns) method_matches_at_least_one_in_vector() argument [all...] |
| /third_party/astc-encoder/Source/ |
| H A D | tinyexr.h | 2040 int mz_deflateInit2(mz_streamp pStream, int level, int method, int window_bits, in mz_deflateInit2() argument 6140 mz_zip_writer_create_local_dir_header( mz_zip_archive *pZip, mz_uint8 *pDst, mz_uint16 filename_size, mz_uint16 extra_size, mz_uint64 uncomp_size, mz_uint64 comp_size, mz_uint32 uncomp_crc32, mz_uint16 method, mz_uint16 bit_flags, mz_uint16 dos_time, mz_uint16 dos_date) mz_zip_writer_create_local_dir_header() argument 6161 mz_zip_writer_create_central_dir_header( mz_zip_archive *pZip, mz_uint8 *pDst, mz_uint16 filename_size, mz_uint16 extra_size, mz_uint16 comment_size, mz_uint64 uncomp_size, mz_uint64 comp_size, mz_uint32 uncomp_crc32, mz_uint16 method, mz_uint16 bit_flags, mz_uint16 dos_time, mz_uint16 dos_date, mz_uint64 local_header_ofs, mz_uint32 ext_attributes) mz_zip_writer_create_central_dir_header() argument 6186 mz_zip_writer_add_to_central_dir( mz_zip_archive *pZip, const char *pFilename, mz_uint16 filename_size, const void *pExtra, mz_uint16 extra_size, const void *pComment, mz_uint16 comment_size, mz_uint64 uncomp_size, mz_uint64 comp_size, mz_uint32 uncomp_crc32, mz_uint16 method, mz_uint16 bit_flags, mz_uint16 dos_time, mz_uint16 dos_date, mz_uint64 local_header_ofs, mz_uint32 ext_attributes) mz_zip_writer_add_to_central_dir() argument 6271 mz_uint16 method = 0, dos_time = 0, dos_date = 0; mz_zip_writer_add_mem_ex() local 6443 mz_uint16 method = 0, dos_time = 0, dos_date = 0, ext_attributes = 0; mz_zip_writer_add_file() local [all...] |
| /third_party/protobuf/ruby/ext/google/protobuf_c/ |
| H A D | upb.c | 6037 static void freemethod(upb_pbdecodermethod *method) { in freemethod() argument 6286 const upb_pbdecodermethod *method = va_arg(ap, upb_pbdecodermethod *); in putop() local 6364 const upb_pbdecodermethod *method = in dumpbc() local 6481 static void dispatchtarget(compiler *c, upb_pbdecodermethod *method, in dispatchtarget() argument 6513 find_submethod(const compiler *c, const upb_pbdecodermethod *method, const upb_fielddef *f) find_submethod() argument 6557 generate_msgfield(compiler *c, const upb_fielddef *f, upb_pbdecodermethod *method) generate_msgfield() argument 6618 generate_delimfield(compiler *c, const upb_fielddef *f, upb_pbdecodermethod *method) generate_delimfield() argument 6657 generate_primitivefield(compiler *c, const upb_fielddef *f, upb_pbdecodermethod *method) generate_primitivefield() argument 6712 compile_method(compiler *c, upb_pbdecodermethod *method) compile_method() argument 6782 upb_pbdecodermethod *method; find_methods() local 6816 upb_pbdecodermethod *method = upb_value_getptr(upb_inttable_iter_value(&i)); compile_methods() local 7830 const upb_pbdecodermethod *method = handler_data; upb_pbdecoder_end() local 9195 const upb_json_parsermethod *method; global() member 9373 const upb_json_parsermethod *method; set_name_table() local 12291 upb_json_parser_create(upb_arena *arena, const upb_json_parsermethod *method, const upb_symtab* symtab, upb_sink output, upb_status *status, bool ignore_json_unknown) upb_json_parser_create() argument [all...] |
| H A D | upb.h | 5848 static DecoderPtr Create(Arena *arena, DecoderMethodPtr method, in Create() argument 5855 const DecoderMethodPtr method() const { method() function in upb::pb::DecoderPtr 6630 Create(Arena* arena, ParserMethodPtr method, SymbolTable* symtab, Sink output, Status* status, bool ignore_json_unknown) Create() argument [all...] |