Searched refs:native_slot_set (Results 1 – 6 of 6) sorted by relevance
/external/protobuf/php/ext/google/protobuf/ |
D | storage.c | 87 bool native_slot_set(upb_fieldtype_t type, const zend_class_entry* klass, in native_slot_set() function 214 return native_slot_set(type, klass, memory, value TSRMLS_CC); in native_slot_set_by_array() 271 return native_slot_set(type, klass, memory, value TSRMLS_CC); in native_slot_set_by_map() 867 native_slot_set(type, ce, memory, val TSRMLS_CC); in layout_set() 919 native_slot_set(type, ce, value_memory(field, memory), val TSRMLS_CC); in layout_set() 946 native_slot_set(type, NULL, value_memory(field, to_memory), in native_slot_merge()
|
D | protobuf.h | 1024 bool native_slot_set(upb_fieldtype_t type, const zend_class_entry* klass,
|
/external/protobuf/ruby/ext/google/protobuf_c/ |
D | storage.c | 114 void native_slot_set(const char* name, in native_slot_set() function 701 native_slot_set(upb_fielddef_name(field), in layout_clear() 872 native_slot_set(upb_fielddef_name(field), in layout_set()
|
D | map.c | 85 native_slot_set("", self->key_type, Qnil, buf, key); in table_key() 401 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 | protobuf.h | 340 void native_slot_set(const char* name,
|