Home
last modified time | relevance | path

Searched refs:Map_GetRubyWrapper (Results 1 – 6 of 6) sorted by relevance

/external/cronet/third_party/protobuf/ruby/ext/google/protobuf_c/
Dmap.h41 VALUE Map_GetRubyWrapper(upb_Map *map, upb_CType key_type, TypeInfo value_type,
Dmap.c87 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()
Dmessage.c327 return Map_GetRubyWrapper(map, key_type, value_type_info, self->arena); in Message_getfield()
/external/protobuf/ruby/ext/google/protobuf_c/
Dmap.h41 VALUE Map_GetRubyWrapper(upb_Map *map, upb_CType key_type, TypeInfo value_type,
Dmap.c87 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()
Dmessage.c327 return Map_GetRubyWrapper(map, key_type, value_type_info, self->arena); in Message_getfield()