Searched refs:native_slot_dup (Results 1 – 4 of 4) sorted by relevance
/third_party/protobuf/ruby/ext/google/protobuf_c/ |
D | storage.c | 383 void native_slot_dup(upb_fieldtype_t type, void* to, void* from) { in native_slot_dup() function 1050 native_slot_dup(upb_fielddef_type(field), to_memory, from_memory); in layout_dup() 1062 native_slot_dup(upb_fielddef_type(field), to_memory, from_memory); in layout_dup()
|
D | repeated_field.c | 360 native_slot_dup(field_type, to_mem, from_mem); in RepeatedField_dup()
|
D | map.c | 530 native_slot_dup(self->value_type, dup_mem, mem); in Map_dup()
|
D | protobuf.h | 366 void native_slot_dup(upb_fieldtype_t type, void* to, void* from);
|