Home
last modified time | relevance | path

Searched refs:native_slot_get (Results 1 – 7 of 7) sorted by relevance

/external/protobuf/ruby/ext/google/protobuf_c/
Dmap.c114 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()
Drepeated_field.c72 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()
Dstorage.c220 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()
Dencode_decode.c267 VALUE key = native_slot_get( in endmap_handler()
279 value = native_slot_get( in endmap_handler()
Dprotobuf.h307 VALUE native_slot_get(upb_fieldtype_t type,
/external/protobuf/php/ext/google/protobuf/
Dstorage.c63 zval* native_slot_get(upb_fieldtype_t type, /*VALUE type_class,*/ in native_slot_get() function
535 return native_slot_get( in layout_get()
Dprotobuf.h149 zval* native_slot_get(upb_fieldtype_t type, /*VALUE type_class,*/