Home
last modified time | relevance | path

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

/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/ruby/ext/google/protobuf_c/
Dencode_decode.c266 const map_handlerdata_t* mapdata = hd; in startmapentry_handler() local
267 VALUE map_rb = DEREF(msg, mapdata->ofs, VALUE); in startmapentry_handler()
272 native_slot_init(mapdata->key_field_type, &frame->key_storage); in startmapentry_handler()
273 native_slot_init(mapdata->value_field_type, &frame->value_storage); in startmapentry_handler()
282 const map_handlerdata_t* mapdata = hd; in endmap_handler() local
285 mapdata->key_field_type, Qnil, in endmap_handler()
291 if (mapdata->value_field_type == UPB_TYPE_MESSAGE || in endmap_handler()
292 mapdata->value_field_type == UPB_TYPE_ENUM) { in endmap_handler()
293 value_field_typeclass = get_def_obj(mapdata->value_field_subdef); in endmap_handler()
297 mapdata->value_field_type, value_field_typeclass, in endmap_handler()