Searched refs:UPB_HANDLER_ENDSUBMSG (Results 1 – 5 of 5) sorted by relevance
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/ruby/ext/google/protobuf_c/ |
D | encode_decode.c | 921 upb_sink_endsubmsg(sink, getsel(f, UPB_HANDLER_ENDSUBMSG)); in putsubmsg() 1052 upb_sink_endsubmsg(&subsink, getsel(f, UPB_HANDLER_ENDSUBMSG)); in putmap()
|
D | upb.c | 360 TRY(UPB_HANDLER_ENDSUBMSG) in assign_msg_indices() 2477 SETTER(endsubmsg, upb_endfield_handlerfunc*, UPB_HANDLER_ENDSUBMSG) in SETTER() 2580 h, handlers_getsel(h, f, UPB_HANDLER_ENDSUBMSG))) { in upb_handlers_freeze() 2696 case UPB_HANDLER_ENDSUBMSG: in upb_handlers_getselector() 7771 maybeput(c, OP_ENDSUBMSG, h, f, UPB_HANDLER_ENDSUBMSG); in generate_msgfield() 7789 maybeput(c, OP_ENDSUBMSG, h, f, UPB_HANDLER_ENDSUBMSG); in generate_msgfield() 11288 ok = upb_handlers_getselector(mapfield, UPB_HANDLER_ENDSUBMSG, &sel); in end_member() 11357 sel = getsel_for_handlertype(p, UPB_HANDLER_ENDSUBMSG); in end_subobject()
|
D | upb.h | 3923 UPB_HANDLER_ENDSUBMSG,
|
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/php/ext/google/protobuf/ |
D | upb.c | 306 TRY(UPB_HANDLER_ENDSUBMSG) in assign_msg_indices() 2324 SETTER(endsubmsg, upb_endfield_handlerfunc*, UPB_HANDLER_ENDSUBMSG) in SETTER() 2427 h, handlers_getsel(h, f, UPB_HANDLER_ENDSUBMSG))) { in upb_handlers_freeze() 2543 case UPB_HANDLER_ENDSUBMSG: in upb_handlers_getselector() 7092 maybeput(c, OP_ENDSUBMSG, h, f, UPB_HANDLER_ENDSUBMSG); in generate_msgfield() 7110 maybeput(c, OP_ENDSUBMSG, h, f, UPB_HANDLER_ENDSUBMSG); in generate_msgfield() 10590 ok = upb_handlers_getselector(mapfield, UPB_HANDLER_ENDSUBMSG, &sel); in end_member() 10657 sel = getsel_for_handlertype(p, UPB_HANDLER_ENDSUBMSG); in end_subobject()
|
D | upb.h | 3227 UPB_HANDLER_ENDSUBMSG, enumerator
|