Searched refs:OP_ENDSUBMSG (Results 1 – 7 of 7) sorted by relevance
/external/rust/crates/grpcio-sys/grpc/third_party/upb/upb/pb/ |
D | decoder.int.h | 39 OP_ENDSUBMSG = 19, enumerator
|
D | compile_decoder.c | 262 case OP_ENDSUBMSG: in putop() 384 case OP_ENDSUBMSG: in dumpbc() 580 maybeput(c, OP_ENDSUBMSG, h, f, UPB_HANDLER_ENDSUBMSG); in generate_msgfield() 598 maybeput(c, OP_ENDSUBMSG, h, f, UPB_HANDLER_ENDSUBMSG); in generate_msgfield()
|
D | decoder.c | 55 case OP_ENDSUBMSG: in consumes_input() 753 VMCASE(OP_ENDSUBMSG, in run_decoder_vm()
|
/external/protobuf/php/ext/google/protobuf/ |
D | upb.c | 6057 case OP_ENDSUBMSG: in putop() 6179 case OP_ENDSUBMSG: in dumpbc() 6375 maybeput(c, OP_ENDSUBMSG, h, f, UPB_HANDLER_ENDSUBMSG); in generate_msgfield() 6393 maybeput(c, OP_ENDSUBMSG, h, f, UPB_HANDLER_ENDSUBMSG); in generate_msgfield() 6777 case OP_ENDSUBMSG: in consumes_input() 7483 VMCASE(OP_ENDSUBMSG, in run_decoder_vm()
|
D | upb.h | 6466 OP_ENDSUBMSG = 19,
|
/external/protobuf/ruby/ext/google/protobuf_c/ |
D | upb.c | 9808 case OP_ENDSUBMSG: in putop() 9930 case OP_ENDSUBMSG: in dumpbc() 10126 maybeput(c, OP_ENDSUBMSG, h, f, UPB_HANDLER_ENDSUBMSG); in generate_msgfield() 10144 maybeput(c, OP_ENDSUBMSG, h, f, UPB_HANDLER_ENDSUBMSG); in generate_msgfield() 10544 case OP_ENDSUBMSG: in consumes_input() 11252 VMCASE(OP_ENDSUBMSG, in run_decoder_vm()
|
D | upb.h | 9762 OP_ENDSUBMSG = 19,
|