Home
last modified time | relevance | path

Searched refs:native_slot_init (Results 1 – 4 of 4) sorted by relevance

/third_party/protobuf/ruby/ext/google/protobuf_c/
Drepeated_field.c179 native_slot_init(field_type, elem); in RepeatedField_index_set()
Dprotobuf.h364 void native_slot_init(upb_fieldtype_t type, void* memory);
Dencode_decode.c427 native_slot_init(mapdata->key_field_type, &frame->key_storage); in startmap_handler()
428 native_slot_init(mapdata->value_field_type, &frame->value_storage); in startmap_handler()
Dstorage.c333 void native_slot_init(upb_fieldtype_t type, void* memory) { in native_slot_init() function