Home
last modified time | relevance | path

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

/external/protobuf/php/ext/google/protobuf/
Dstorage.c555 Descriptor* desc = UNBOX_HASHTABLE_VALUE( in field_type_class()
559 EnumDescriptor* desc = UNBOX_HASHTABLE_VALUE( 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()
1007 MessageHeader* sub_from = UNBOX_HASHTABLE_VALUE( in native_slot_merge_by_array()
[all …]
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()
440 MessageHeader* intern = UNBOX_HASHTABLE_VALUE(MessageHeader, obj); 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()
1653 UNBOX_HASHTABLE_VALUE(Descriptor, get_ce_obj(Z_OBJCE_P(val))); in serialize_to_string()
1698 UNBOX_HASHTABLE_VALUE(Descriptor, get_ce_obj(Z_OBJCE_P(getThis()))); in PHP_METHOD()
1714 UNBOX_HASHTABLE_VALUE(Descriptor, get_ce_obj(Z_OBJCE_P(getThis()))); in PHP_METHOD()
[all …]
Dmessage.c254 Descriptor* desc = UNBOX_HASHTABLE_VALUE(Descriptor, get_ce_obj(ce));
276 Descriptor* desc = UNBOX_HASHTABLE_VALUE(Descriptor, php_descriptor);
402 Descriptor* subdesc = UNBOX_HASHTABLE_VALUE(Descriptor, subdesc_php);
442 Descriptor* subdesc = UNBOX_HASHTABLE_VALUE(Descriptor, subdesc_php);
466 Descriptor* desc = UNBOX_HASHTABLE_VALUE(Descriptor, desc_php);
1422 Descriptor* desc = UNBOX_HASHTABLE_VALUE(Descriptor, desc_php);
1469 UNBOX_HASHTABLE_VALUE(Descriptor, get_ce_obj(Z_OBJCE_P(val)));
1503 UNBOX_HASHTABLE_VALUE(Descriptor, get_ce_obj(klass));
Dprotobuf.h236 #define UNBOX_HASHTABLE_VALUE(class_name, val) UNBOX(class_name, val) macro
249 OBJ = UNBOX_HASHTABLE_VALUE(OBJ_TYPE, WRAPPED_OBJ); \
500 #define UNBOX_HASHTABLE_VALUE(class_name, val) \ macro
512 OBJ = UNBOX_HASHTABLE_VALUE(OBJ_TYPE, WRAPPED_OBJ); \
Ddef.c213 UNBOX_HASHTABLE_VALUE(FieldDescriptor, field_hashtable_value); in PHP_METHOD()
532 UNBOX_HASHTABLE_VALUE(FieldDescriptor, field_hashtable_value); in PHP_METHOD()