Searched refs:native_slot_init (Results 1 – 4 of 4) sorted by relevance
179 native_slot_init(field_type, elem); in RepeatedField_index_set()
364 void native_slot_init(upb_fieldtype_t type, void* memory);
427 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()
333 void native_slot_init(upb_fieldtype_t type, void* memory) { in native_slot_init() function