Searched refs:PHP_PROTO_HASHTABLE_VALUE (Results 1 – 5 of 5) sorted by relevance
/external/protobuf/php/ext/google/protobuf/ |
D | protobuf.c | 103 void add_def_obj(const void* def, PHP_PROTO_HASHTABLE_VALUE value) { in add_def_obj() 112 PHP_PROTO_HASHTABLE_VALUE get_def_obj(const void* def) { in get_def_obj() 113 return (PHP_PROTO_HASHTABLE_VALUE)get_from_table(upb_def_to_php_obj_map, def); in get_def_obj() 116 void add_ce_obj(const void* ce, PHP_PROTO_HASHTABLE_VALUE value) { in add_ce_obj() 125 PHP_PROTO_HASHTABLE_VALUE get_ce_obj(const void* ce) { in get_ce_obj() 126 return (PHP_PROTO_HASHTABLE_VALUE)get_from_table(ce_to_php_obj_map, ce); in get_ce_obj() 133 void add_proto_obj(const char* proto, PHP_PROTO_HASHTABLE_VALUE value) { in add_proto_obj() 142 PHP_PROTO_HASHTABLE_VALUE get_proto_obj(const char* proto) { in get_proto_obj() 143 return (PHP_PROTO_HASHTABLE_VALUE)get_from_strtable(proto_to_php_obj_map, in get_proto_obj()
|
D | protobuf.h | 240 #define PHP_PROTO_HASHTABLE_VALUE zval* macro 245 PHP_PROTO_HASHTABLE_VALUE WRAPPED_OBJ; \ 505 #define PHP_PROTO_HASHTABLE_VALUE zend_object* macro 510 PHP_PROTO_HASHTABLE_VALUE WRAPPED_OBJ; \ 735 void add_def_obj(const void* def, PHP_PROTO_HASHTABLE_VALUE value); 736 PHP_PROTO_HASHTABLE_VALUE get_def_obj(const void* def); 740 void add_ce_obj(const void* ce, PHP_PROTO_HASHTABLE_VALUE value); 741 PHP_PROTO_HASHTABLE_VALUE get_ce_obj(const void* ce); 746 void add_proto_obj(const char* proto, PHP_PROTO_HASHTABLE_VALUE value); 747 PHP_PROTO_HASHTABLE_VALUE get_proto_obj(const char* proto); [all …]
|
D | def.c | 200 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() 839 PHP_PROTO_HASHTABLE_VALUE desc_php, in register_class() 1022 PHP_PROTO_HASHTABLE_VALUE desc = get_ce_obj(PHP_PROTO_CE_UNREF(pce)); in PHP_METHOD() 1059 PHP_PROTO_HASHTABLE_VALUE desc = get_ce_obj(PHP_PROTO_CE_UNREF(pce)); in PHP_METHOD()
|
D | message.c | 275 PHP_PROTO_HASHTABLE_VALUE php_descriptor TSRMLS_DC) { 401 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); 1415 PHP_PROTO_HASHTABLE_VALUE desc_php = get_proto_obj(fully_qualified_name); 1496 PHP_PROTO_HASHTABLE_VALUE desc_php = get_ce_obj(klass);
|
D | storage.c | 1008 MessageHeader, DEREF(from_memory, PHP_PROTO_HASHTABLE_VALUE)); in native_slot_merge_by_array() 1010 MessageHeader, DEREF(to_memory, PHP_PROTO_HASHTABLE_VALUE)); in native_slot_merge_by_array()
|