Searched refs:native_slot_init (Results 1 – 7 of 7) sorted by relevance
/external/protobuf/php/ext/google/protobuf/ |
D | storage.c | 276 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()
|
D | protobuf.h | 1033 void native_slot_init(upb_fieldtype_t type, void* memory, CACHED_VALUE* cache);
|
D | encode_decode.c | 515 native_slot_init(type, memory, NULL); in map_slot_init()
|
/external/protobuf/ruby/ext/google/protobuf_c/ |
D | repeated_field.c | 175 native_slot_init(field_type, elem); in RepeatedField_index_set()
|
D | protobuf.h | 358 void native_slot_init(upb_fieldtype_t type, void* memory);
|
D | encode_decode.c | 357 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()
|
D | storage.c | 308 void native_slot_init(upb_fieldtype_t type, void* memory) { in native_slot_init() function
|