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