Home
last modified time | relevance | path

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

/external/protobuf/php/ext/google/protobuf/
Dstorage.c276 void native_slot_init(upb_fieldtype_t type, void* memory, CACHED_VALUE* cache) { in native_slot_init() function
791 native_slot_init(upb_fielddef_type(field), memory, property_ptr); in layout_init()
Dprotobuf.h1033 void native_slot_init(upb_fieldtype_t type, void* memory, CACHED_VALUE* cache);
Dencode_decode.c515 native_slot_init(type, memory, NULL); in map_slot_init()
/external/protobuf/ruby/ext/google/protobuf_c/
Drepeated_field.c175 native_slot_init(field_type, elem); in RepeatedField_index_set()
Dencode_decode.c357 native_slot_init(handlerdata->key_field_type, &frame->key_storage); in map_push_frame()
358 native_slot_init(handlerdata->value_field_type, &frame->value_storage); in map_push_frame()
Dprotobuf.h358 void native_slot_init(upb_fieldtype_t type, void* memory);
Dstorage.c308 void native_slot_init(upb_fieldtype_t type, void* memory) { in native_slot_init() function