Searched refs:native_slot_dup (Results 1 – 4 of 4) sorted by relevance
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/ruby/ext/google/protobuf_c/ |
D | storage.c | 336 void native_slot_dup(upb_fieldtype_t type, void* to, void* from) { in native_slot_dup() function 773 native_slot_dup(upb_fielddef_type(field), to_memory, from_memory); in layout_dup() 780 native_slot_dup(upb_fielddef_type(field), to_memory, from_memory); in layout_dup()
|
D | protobuf.h | 312 void native_slot_dup(upb_fieldtype_t type, void* to, void* from);
|
D | map.c | 514 native_slot_dup(self->value_type, dup_mem, mem); in Map_dup()
|
D | repeated_field.c | 345 native_slot_dup(field_type, to_mem, from_mem); in RepeatedField_dup()
|