Searched refs:native_slot_set (Results 1 – 5 of 5) sorted by relevance
/external/protobuf/php/ext/google/protobuf/ |
D | storage.c | 141 void native_slot_set(upb_fieldtype_t type, /*VALUE type_class,*/ void* memory, in native_slot_set() function 452 native_slot_set(upb_fielddef_type(field), /*field_type_class(field),*/ memory, in layout_set()
|
/external/protobuf/ruby/ext/google/protobuf_c/ |
D | map.c | 85 native_slot_set(self->key_type, Qnil, buf, key); in table_key() 389 native_slot_set(self->value_type, self->value_type_class, mem, value); in Map_index_set()
|
D | repeated_field.c | 181 native_slot_set(field_type, field_type_class, memory, val); in RepeatedField_index_set() 220 native_slot_set(field_type, self->field_type_class, memory, val); in RepeatedField_push()
|
D | storage.c | 110 void native_slot_set(upb_fieldtype_t type, VALUE type_class, in native_slot_set() function 643 native_slot_set(upb_fielddef_type(field), field_type_class(field), in layout_set()
|
D | protobuf.h | 294 void native_slot_set(upb_fieldtype_t type,
|