Searched refs:native_slot_get (Results 1 – 7 of 7) sorted by relevance
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/ruby/ext/google/protobuf_c/ |
D | map.c | 116 return native_slot_get(self->key_type, Qnil, buf); in table_key_to_ruby() 287 VALUE value = native_slot_get(self->value_type, in Map_each() 338 VALUE value = native_slot_get(self->value_type, in Map_values() 366 return native_slot_get(self->value_type, self->value_type_class, mem); in Map_index() 443 return native_slot_get(self->value_type, self->value_type_class, mem); in Map_delete() 644 VALUE value = native_slot_get(self->value_type, in Map_hash() 680 VALUE value = native_slot_get(self->value_type, in Map_inspect() 783 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() 269 ret = native_slot_get(field_type, field_type_class, memory); in RepeatedField_pop_one() 387 VALUE elem = native_slot_get(field_type, self->field_type_class, mem); in RepeatedField_to_ary() 459 VALUE elem = native_slot_get(field_type, field_type_class, mem); in RepeatedField_hash()
|
D | storage.c | 250 VALUE native_slot_get(upb_fieldtype_t type, in native_slot_get() function 572 return native_slot_get(upb_fielddef_type(field), in layout_get() 578 return native_slot_get(upb_fielddef_type(field), in layout_get()
|
D | encode_decode.c | 284 VALUE key = native_slot_get( in endmap_handler() 296 value = native_slot_get( in endmap_handler()
|
D | protobuf.h | 307 VALUE native_slot_get(upb_fieldtype_t type,
|
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/php/ext/google/protobuf/ |
D | storage.c | 63 zval* native_slot_get(upb_fieldtype_t type, /*VALUE type_class,*/ in native_slot_get() function 535 return native_slot_get( in layout_get()
|
D | protobuf.h | 149 zval* native_slot_get(upb_fieldtype_t type, /*VALUE type_class,*/
|