Searched refs:mapdata (Results 1 – 2 of 2) sorted by relevance
/third_party/protobuf/ruby/ext/google/protobuf_c/ |
D | encode_decode.c | 421 const map_handlerdata_t* mapdata = hd; in startmap_handler() local 423 VALUE map_rb = DEREF(msg, mapdata->ofs, VALUE); in startmap_handler() 425 frame->handlerdata = mapdata; in startmap_handler() 427 native_slot_init(mapdata->key_field_type, &frame->key_storage); in startmap_handler() 428 native_slot_init(mapdata->value_field_type, &frame->value_storage); in startmap_handler() 446 const map_handlerdata_t* mapdata = hd; in endmapentry_handler() local 449 mapdata->key_field_type, Qnil, in endmapentry_handler() 453 mapdata->value_field_type, mapdata->subklass, in endmapentry_handler()
|
/third_party/python/Objects/ |
D | unicodeobject.c | 8284 const void *mapdata; in charmap_decode_string() local 8292 mapdata = PyUnicode_DATA(mapping); in charmap_decode_string() 8301 const Py_UCS1 *mapdata_ucs1 = (const Py_UCS1 *)mapdata; in charmap_decode_string() 8325 const Py_UCS2 *mapdata_ucs2 = (const Py_UCS2 *)mapdata; in charmap_decode_string() 8357 x = PyUnicode_READ(mapkind, mapdata, ch); in charmap_decode_string()
|