Home
last modified time | relevance | path

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/
Dstorage.c336 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()
Dprotobuf.h312 void native_slot_dup(upb_fieldtype_t type, void* to, void* from);
Dmap.c514 native_slot_dup(self->value_type, dup_mem, mem); in Map_dup()
Drepeated_field.c345 native_slot_dup(field_type, to_mem, from_mem); in RepeatedField_dup()