Home
last modified time | relevance | path

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

/external/rust/crates/grpcio-sys/grpc/third_party/upb/upb/pb/
Ddecoder.int.h39 OP_ENDSUBMSG = 19, enumerator
Dcompile_decoder.c262 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()
Ddecoder.c55 case OP_ENDSUBMSG: in consumes_input()
753 VMCASE(OP_ENDSUBMSG, in run_decoder_vm()
/external/protobuf/php/ext/google/protobuf/
Dupb.c6057 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()
Dupb.h6466 OP_ENDSUBMSG = 19,
/external/protobuf/ruby/ext/google/protobuf_c/
Dupb.c9808 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()
Dupb.h9762 OP_ENDSUBMSG = 19,