Searched refs:OP_STARTSUBMSG (Results 1 – 5 of 5) sorted by relevance
/third_party/grpc/third_party/upb/upb/pb/ |
D | decoder.int.h | 38 OP_STARTSUBMSG = 14, enumerator
|
D | compile_decoder.c | 261 case OP_STARTSUBMSG: in putop() 383 case OP_STARTSUBMSG: in dumpbc() 577 putop(c, OP_STARTSUBMSG, getsel(f, UPB_HANDLER_STARTSUBMSG)); in generate_msgfield() 595 putop(c, OP_STARTSUBMSG, getsel(f, UPB_HANDLER_STARTSUBMSG)); in generate_msgfield()
|
D | decoder.c | 54 case OP_STARTSUBMSG: in consumes_input() 749 VMCASE(OP_STARTSUBMSG, in run_decoder_vm()
|
/third_party/protobuf/ruby/ext/google/protobuf_c/ |
D | upb.c | 6273 case OP_STARTSUBMSG: in putop() 6395 case OP_STARTSUBMSG: in dumpbc() 6589 putop(c, OP_STARTSUBMSG, getsel(f, UPB_HANDLER_STARTSUBMSG)); in generate_msgfield() 6607 putop(c, OP_STARTSUBMSG, getsel(f, UPB_HANDLER_STARTSUBMSG)); in generate_msgfield() 6984 case OP_STARTSUBMSG: in consumes_input() 7679 VMCASE(OP_STARTSUBMSG, in run_decoder_vm()
|
D | upb.h | 5983 OP_STARTSUBMSG = 14,
|