Searched refs:native_slot_set (Results 1 – 4 of 4) sorted by relevance
/third_party/protobuf/ruby/ext/google/protobuf_c/ |
D | repeated_field.c | 185 native_slot_set("", field_type, field_type_class, memory, val); in RepeatedField_index_set() 224 native_slot_set("", field_type, self->field_type_class, memory, val); in RepeatedField_push()
|
D | map.c | 88 native_slot_set("", self->key_type, Qnil, buf, key); in table_key() 404 native_slot_set("", self->value_type, self->value_type_class, mem, value); in Map_index_set()
|
D | storage.c | 116 void native_slot_set(const char* name, in native_slot_set() function 831 native_slot_set(upb_fielddef_name(field), upb_fielddef_type(field), in layout_clear() 983 native_slot_set(upb_fielddef_name(field), upb_fielddef_type(field), in layout_set()
|
D | protobuf.h | 346 void native_slot_set(const char* name,
|