Home
last modified time | relevance | path

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

/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/php/ext/google/protobuf/
Dstorage.c101 void native_slot_init(upb_fieldtype_t type, void* memory) { in native_slot_init() function
510 native_slot_init(upb_fielddef_type(field), memory); in layout_init()
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/ruby/ext/google/protobuf_c/
Dstorage.c286 void native_slot_init(upb_fieldtype_t type, void* memory) { in native_slot_init() function
732 native_slot_init(upb_fielddef_type(field), memory); in layout_init()
Dencode_decode.c272 native_slot_init(mapdata->key_field_type, &frame->key_storage); in startmapentry_handler()
273 native_slot_init(mapdata->value_field_type, &frame->value_storage); in startmapentry_handler()
Dprotobuf.h310 void native_slot_init(upb_fieldtype_t type, void* memory);
Drepeated_field.c175 native_slot_init(field_type, elem); in RepeatedField_index_set()