Searched refs:native_slot_deep_copy (Results 1 – 4 of 4) sorted by relevance
/third_party/protobuf/ruby/ext/google/protobuf_c/ |
D | storage.c | 387 void native_slot_deep_copy(upb_fieldtype_t type, VALUE type_class, void* to, in native_slot_deep_copy() function 1084 native_slot_deep_copy(upb_fielddef_type(field), in layout_deep_copy() 1100 native_slot_deep_copy(upb_fielddef_type(field), in layout_deep_copy()
|
D | repeated_field.c | 381 native_slot_deep_copy(field_type, self->field_type_class, to_mem, from_mem); in RepeatedField_deep_copy()
|
D | map.c | 555 native_slot_deep_copy(self->value_type, self->value_type_class, dup_mem, in Map_deep_copy()
|
D | protobuf.h | 367 void native_slot_deep_copy(upb_fieldtype_t type, VALUE type_class, void* to,
|