Searched refs:native_slot_get (Results 1 – 7 of 7) sorted by relevance
/external/protobuf/ruby/ext/google/protobuf_c/ |
D | map.c | 116 return native_slot_get(self->key_type, Qnil, buf); in table_key_to_ruby() 295 VALUE value = native_slot_get(self->value_type, in Map_each() 346 VALUE value = native_slot_get(self->value_type, in Map_values() 374 return native_slot_get(self->value_type, self->value_type_class, mem); in Map_index() 455 return native_slot_get(self->value_type, self->value_type_class, mem); in Map_delete() 658 VALUE value = native_slot_get(self->value_type, in Map_hash() 686 VALUE value = native_slot_get(self->value_type, in Map_to_h() 723 VALUE value = native_slot_get(self->value_type, in Map_inspect() 826 return native_slot_get(iter->self->value_type, in Map_iter_value()
|
D | repeated_field.c | 72 VALUE elem = native_slot_get(field_type, field_type_class, mem); in RepeatedField_subarray() 95 VALUE val = native_slot_get(field_type, field_type_class, memory); in RepeatedField_each() 126 return native_slot_get(field_type, field_type_class, memory); in RepeatedField_index() 275 ret = native_slot_get(field_type, field_type_class, memory); in RepeatedField_pop_one() 393 VALUE elem = native_slot_get(field_type, self->field_type_class, mem); in RepeatedField_to_ary() 464 VALUE elem = native_slot_get(field_type, field_type_class, mem); in RepeatedField_hash()
|
D | storage.c | 272 VALUE native_slot_get(upb_fieldtype_t type, in native_slot_get() function 760 return native_slot_get(upb_fielddef_type(field), in layout_get() 768 return native_slot_get(upb_fielddef_type(field), in layout_get()
|
D | protobuf.h | 355 VALUE native_slot_get(upb_fieldtype_t type,
|
D | encode_decode.c | 382 VALUE key = native_slot_get( in endmap_handler() 397 value = native_slot_get( in endmap_handler()
|
/external/protobuf/php/ext/google/protobuf/ |
D | storage.c | 311 void native_slot_get(upb_fieldtype_t type, const void* memory, in native_slot_get() function 416 native_slot_get(type, memory, cache TSRMLS_CC); in native_slot_get_by_array() 429 native_slot_get(type, memory, cache TSRMLS_CC); in native_slot_get_by_map_key() 821 native_slot_get(upb_fielddef_type(field), value_memory(field, memory), in layout_get() 828 native_slot_get(upb_fielddef_type(field), value_memory(field, memory), in layout_get()
|
D | protobuf.h | 1041 void native_slot_get(upb_fieldtype_t type, const void* memory,
|