Searched refs:native_slot_get (Results 1 – 5 of 5) sorted by relevance
/third_party/protobuf/ruby/ext/google/protobuf_c/ |
D | map.c | 119 return native_slot_get(self->key_type, Qnil, key.data); in table_key_to_ruby() 296 VALUE value = native_slot_get(self->value_type, in Map_each() 345 VALUE value = native_slot_get(self->value_type, in Map_values() 373 return native_slot_get(self->value_type, self->value_type_class, mem); in Map_index() 457 return native_slot_get(self->value_type, self->value_type_class, mem); in Map_delete() 651 VALUE value = native_slot_get(self->value_type, in Map_hash() 678 VALUE value = native_slot_get(self->value_type, in Map_to_h() 713 VALUE value = native_slot_get(self->value_type, in Map_inspect() 808 return native_slot_get(iter->self->value_type, in Map_iter_value()
|
D | repeated_field.c | 73 VALUE elem = native_slot_get(field_type, field_type_class, mem); in RepeatedField_subarray() 97 VALUE val = native_slot_get(field_type, field_type_class, memory); in RepeatedField_each() 128 return native_slot_get(field_type, field_type_class, memory); in RepeatedField_index() 280 ret = native_slot_get(field_type, field_type_class, memory); in RepeatedField_pop_one() 405 VALUE elem = native_slot_get(field_type, self->field_type_class, mem); in RepeatedField_to_ary() 481 VALUE elem = native_slot_get(field_type, field_type_class, mem); in RepeatedField_hash()
|
D | storage.c | 285 VALUE native_slot_get(upb_fieldtype_t type, in native_slot_get() function 398 VALUE from_val = native_slot_get(type, type_class, from); in native_slot_deep_copy() 414 VALUE val1 = native_slot_get(type, type_class, mem1); in native_slot_eq() 415 VALUE val2 = native_slot_get(type, type_class, mem2); in native_slot_eq() 886 return native_slot_get(upb_fielddef_type(field), in layout_get() 893 return native_slot_get(upb_fielddef_type(field), in layout_get()
|
D | encode_decode.c | 448 VALUE key = native_slot_get( in endmapentry_handler() 452 VALUE value = native_slot_get( in endmapentry_handler() 1247 VALUE val = native_slot_get(UPB_TYPE_MESSAGE, type_class, memory); in putary()
|
D | protobuf.h | 361 VALUE native_slot_get(upb_fieldtype_t type,
|