Searched refs:native_slot_deep_copy (Results 1 – 4 of 4) sorted by relevance
/external/protobuf/ruby/ext/google/protobuf_c/ |
D | storage.c | 310 void native_slot_deep_copy(upb_fieldtype_t type, void* to, void* from) { in native_slot_deep_copy() function 770 native_slot_deep_copy(upb_fielddef_type(field), to_memory, from_memory); in layout_deep_copy() 779 native_slot_deep_copy(upb_fielddef_type(field), to_memory, from_memory); in layout_deep_copy()
|
D | map.c | 540 native_slot_deep_copy(self->value_type, dup_mem, mem); in Map_deep_copy()
|
D | protobuf.h | 313 void native_slot_deep_copy(upb_fieldtype_t type, void* to, void* from);
|
D | repeated_field.c | 359 native_slot_deep_copy(field_type, to_mem, from_mem); in RepeatedField_deep_copy()
|