Searched refs:native_slot_get (Results 1 – 7 of 7) sorted by relevance
/external/protobuf/ruby/ext/google/protobuf_c/ |
D | map.c | 114 return native_slot_get(self->key_type, Qnil, buf); in table_key_to_ruby() 285 VALUE value = native_slot_get(self->value_type, in Map_each() 336 VALUE value = native_slot_get(self->value_type, in Map_values() 364 return native_slot_get(self->value_type, self->value_type_class, mem); in Map_index() 441 return native_slot_get(self->value_type, self->value_type_class, mem); in Map_delete() 642 VALUE value = native_slot_get(self->value_type, in Map_hash() 678 VALUE value = native_slot_get(self->value_type, in Map_inspect() 781 return native_slot_get(iter->self->value_type, in Map_iter_value()
|
D | repeated_field.c | 72 VALUE elem = native_slot_get(field_type, field_type_class, mem); in RepeatedField_subarray() 95 VALUE val = native_slot_get(field_type, field_type_class, memory); in RepeatedField_each() 126 return native_slot_get(field_type, field_type_class, memory); in RepeatedField_index() 264 ret = native_slot_get(field_type, field_type_class, memory); in RepeatedField_pop_one() 382 VALUE elem = native_slot_get(field_type, self->field_type_class, mem); in RepeatedField_to_ary() 454 VALUE elem = native_slot_get(field_type, field_type_class, mem); in RepeatedField_hash()
|
D | storage.c | 220 VALUE native_slot_get(upb_fieldtype_t type, in native_slot_get() function 542 return native_slot_get(upb_fielddef_type(field), in layout_get() 548 return native_slot_get(upb_fielddef_type(field), in layout_get()
|
D | encode_decode.c | 267 VALUE key = native_slot_get( in endmap_handler() 279 value = native_slot_get( in endmap_handler()
|
D | protobuf.h | 307 VALUE native_slot_get(upb_fieldtype_t type,
|
/external/protobuf/php/ext/google/protobuf/ |
D | storage.c | 63 zval* native_slot_get(upb_fieldtype_t type, /*VALUE type_class,*/ in native_slot_get() function 535 return native_slot_get( in layout_get()
|
D | protobuf.h | 149 zval* native_slot_get(upb_fieldtype_t type, /*VALUE type_class,*/
|