Home
last modified time | relevance | path

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

/external/protobuf/php/ext/google/protobuf/
Dstorage.c556 Descriptor, get_def_obj(upb_fielddef_msgsubdef(field))); in field_type_class()
560 EnumDescriptor, get_def_obj(upb_fielddef_enumsubdef(field))); in field_type_class()
603 Descriptor* desc = UNBOX_HASHTABLE_VALUE(Descriptor, get_def_obj(msgdef)); in create_layout()
849 Descriptor* desc = UNBOX_HASHTABLE_VALUE(Descriptor, get_def_obj(msg)); in layout_set()
886 UNBOX_HASHTABLE_VALUE(Descriptor, get_def_obj(submsg)); in layout_set()
896 UNBOX_HASHTABLE_VALUE(Descriptor, get_def_obj(submsg)); in layout_set()
916 Descriptor* desc = UNBOX_HASHTABLE_VALUE(Descriptor, get_def_obj(msg)); in layout_set()
952 Descriptor* desc = UNBOX_HASHTABLE_VALUE(Descriptor, get_def_obj(msg)); in native_slot_merge()
999 Descriptor* desc = UNBOX_HASHTABLE_VALUE(Descriptor, get_def_obj(msg)); in native_slot_merge_by_array()
Ddef.c200 PHP_PROTO_HASHTABLE_VALUE field_hashtable_value = get_def_obj(field); in PHP_METHOD()
443 PHP_PROTO_HASHTABLE_VALUE desc = get_def_obj(enumdef); in PHP_METHOD()
462 PHP_PROTO_HASHTABLE_VALUE desc = get_def_obj(msgdef); in PHP_METHOD()
521 PHP_PROTO_HASHTABLE_VALUE field_hashtable_value = get_def_obj(field); in PHP_METHOD()
Dencode_decode.c396 UNBOX_HASHTABLE_VALUE(Descriptor, get_def_obj((void*)submsgdata->md)); in appendsubmsg_handler()
422 UNBOX_HASHTABLE_VALUE(Descriptor, get_def_obj((void*)submsgdata->md)); in submsg_handler()
783 UNBOX_HASHTABLE_VALUE(Descriptor, get_def_obj((void*)oneofdata->md)); in oneofsubmsg_handler()
1000 UNBOX_HASHTABLE_VALUE(Descriptor, get_def_obj((void*)msgdef)); in add_handlers_for_message()
1284 UNBOX_HASHTABLE_VALUE(Descriptor, get_def_obj((void*)payload_type)); in putjsonany()
1557 UNBOX_HASHTABLE_VALUE(Descriptor, get_def_obj(upb_fielddef_msgsubdef(f))); in putrawsubmsg()
Dprotobuf.c112 PHP_PROTO_HASHTABLE_VALUE get_def_obj(const void* def) { in get_def_obj() function
Dmessage.c401 PHP_PROTO_HASHTABLE_VALUE subdesc_php = get_def_obj(submsgdef);
441 PHP_PROTO_HASHTABLE_VALUE subdesc_php = get_def_obj(submsgdef);
465 PHP_PROTO_HASHTABLE_VALUE desc_php = get_def_obj(submsgdef);
Dprotobuf.h736 PHP_PROTO_HASHTABLE_VALUE get_def_obj(const void* def);
/external/protobuf/ruby/ext/google/protobuf_c/
Dprotobuf.c50 VALUE get_def_obj(const void* def) { in get_def_obj() function
Ddefs.c206 return get_def_obj(def); in DescriptorPool_lookup()
335 return get_def_obj(upb_def_file(self->msgdef)); in Descriptor_file_descriptor()
381 VALUE obj = get_def_obj(field); in Descriptor_each()
401 return get_def_obj(field); in Descriptor_lookup()
463 VALUE obj = get_def_obj(oneof); in Descriptor_each_oneof()
483 return get_def_obj(oneof); in Descriptor_lookup_oneof()
1079 return get_def_obj(def); in FieldDescriptor_subtype()
1264 VALUE obj = get_def_obj(f); in OneofDescriptor_each()
1347 return get_def_obj(upb_def_file(self->enumdef)); in EnumDescriptor_file_descriptor()
Dstorage.c587 get_def_obj(upb_fielddef_subdef(field)); in field_type_class()
591 get_def_obj(upb_fielddef_subdef(field)); in field_type_class()
790 Descriptor_msgclass(get_def_obj(upb_fielddef_subdef(field)))) { in check_repeated_field_type()
799 EnumDescriptor_enummodule(get_def_obj(upb_fielddef_subdef(field)))) { in check_repeated_field_type()
826 get_def_obj(upb_fielddef_subdef(value_field))) { in check_map_field_type()
Dmessage.c393 VALUE descriptor = get_def_obj(d); in create_submsg_from_hash()
721 get_def_obj(desc->msgdef)); in build_class_from_descriptor()
827 get_def_obj(enumdesc->enumdef)); in build_module_from_enumdesc()
Dencode_decode.c273 get_def_obj((void*)submsgdata->md); in appendsubmsg_handler()
289 get_def_obj((void*)submsgdata->md); in submsg_handler()
391 value_field_typeclass = get_def_obj(mapdata->value_field_subdef); in endmap_handler()
495 get_def_obj((void*)oneofdata->md); in oneofsubmsg_handler()
716 Descriptor* desc = ruby_to_Descriptor(get_def_obj((void*)msgdef)); in add_handlers_for_message()
1216 VALUE payload_desc_rb = get_def_obj(payload_type); in putjsonany()
Dprotobuf.h599 VALUE get_def_obj(const void* def);