Home
last modified time | relevance | path

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

/external/protobuf/ruby/ext/google/protobuf_c/
Dencode_decode.c317 } map_handlerdata_t; typedef
327 const map_handlerdata_t* handlerdata;
353 const map_handlerdata_t* handlerdata) { in map_push_frame()
370 const map_handlerdata_t* mapdata = hd; in startmapentry_handler()
380 const map_handlerdata_t* mapdata = hd; in endmap_handler()
414 static map_handlerdata_t* new_map_handlerdata( in new_map_handlerdata()
420 map_handlerdata_t* hd = ALLOC(map_handlerdata_t); in new_map_handlerdata()
620 map_handlerdata_t* hd = new_map_handlerdata(offset, map_msgdef, desc); in add_handlers_for_mapfield()
635 map_handlerdata_t* hd = new_map_handlerdata(0, msgdef, desc); in add_handlers_for_mapentry()
/external/protobuf/php/ext/google/protobuf/
Dencode_decode.c457 } map_handlerdata_t; typedef
595 const map_handlerdata_t* mapdata = hd; in startmapentry_handler()
615 const map_handlerdata_t* mapdata = hd; in endmap_handler()
644 static map_handlerdata_t* new_map_handlerdata( in new_map_handlerdata()
651 map_handlerdata_t* hd = in new_map_handlerdata()
652 (map_handlerdata_t*)malloc(sizeof(map_handlerdata_t)); in new_map_handlerdata()
906 map_handlerdata_t* hd = new_map_handlerdata(offset, map_msgdef, desc); in add_handlers_for_mapfield()
919 map_handlerdata_t* hd = new_map_handlerdata(0, msgdef, desc); in add_handlers_for_mapentry()