Searched refs:native_slot_init (Results 1 – 5 of 5) sorted by relevance
101 void native_slot_init(upb_fieldtype_t type, void* memory) { in native_slot_init() function510 native_slot_init(upb_fielddef_type(field), memory); in layout_init()
256 void native_slot_init(upb_fieldtype_t type, void* memory) { in native_slot_init() function702 native_slot_init(upb_fielddef_type(field), memory); in layout_init()
255 native_slot_init(mapdata->key_field_type, &frame->key_storage); in startmapentry_handler()256 native_slot_init(mapdata->value_field_type, &frame->value_storage); in startmapentry_handler()
310 void native_slot_init(upb_fieldtype_t type, void* memory);
175 native_slot_init(field_type, elem); in RepeatedField_index_set()