Searched refs:Map_GetRubyWrapper (Results 1 – 6 of 6) sorted by relevance
| /external/cronet/third_party/protobuf/ruby/ext/google/protobuf_c/ |
| D | map.h | 41 VALUE Map_GetRubyWrapper(upb_Map *map, upb_CType key_type, TypeInfo value_type,
|
| D | map.c | 87 VALUE Map_GetRubyWrapper(upb_Map* map, upb_CType key_type, TypeInfo value_type, in Map_GetRubyWrapper() function 116 Map_GetRubyWrapper(map, from->key_type, from->value_type_info, arena_rb); in Map_new_this_type() 167 return Map_GetRubyWrapper(new_map, self->key_type, self->value_type_info, in Map_deep_copy()
|
| D | message.c | 327 return Map_GetRubyWrapper(map, key_type, value_type_info, self->arena); in Message_getfield()
|
| /external/protobuf/ruby/ext/google/protobuf_c/ |
| D | map.h | 41 VALUE Map_GetRubyWrapper(upb_Map *map, upb_CType key_type, TypeInfo value_type,
|
| D | map.c | 87 VALUE Map_GetRubyWrapper(upb_Map* map, upb_CType key_type, TypeInfo value_type, in Map_GetRubyWrapper() function 116 Map_GetRubyWrapper(map, from->key_type, from->value_type_info, arena_rb); in Map_new_this_type() 167 return Map_GetRubyWrapper(new_map, self->key_type, self->value_type_info, in Map_deep_copy()
|
| D | message.c | 327 return Map_GetRubyWrapper(map, key_type, value_type_info, self->arena); in Message_getfield()
|