Searched refs:OP_PUSHTAGDELIM (Results 1 – 5 of 5) sorted by relevance
/third_party/grpc/third_party/upb/upb/pb/ |
D | compile_decoder.c | 266 case OP_PUSHTAGDELIM: in putop() 388 case OP_PUSHTAGDELIM: in dumpbc() 493 putop(c, OP_PUSHTAGDELIM, 0); in putpush() 496 putop(c, OP_PUSHTAGDELIM, fn); in putpush() 573 putop(c, OP_PUSHTAGDELIM, 0); in generate_msgfield() 615 putop(c, OP_PUSHTAGDELIM, 0); in generate_delimfield() 679 putop(c, OP_PUSHTAGDELIM, 0); in generate_primitivefield()
|
D | decoder.int.h | 44 OP_PUSHTAGDELIM = 23, /* No arg. */ enumerator
|
D | decoder.c | 58 case OP_PUSHTAGDELIM: in consumes_input() 790 VMCASE(OP_PUSHTAGDELIM, in run_decoder_vm()
|
/third_party/protobuf/ruby/ext/google/protobuf_c/ |
D | upb.c | 6278 case OP_PUSHTAGDELIM: in putop() 6400 case OP_PUSHTAGDELIM: in dumpbc() 6505 putop(c, OP_PUSHTAGDELIM, 0); in putpush() 6508 putop(c, OP_PUSHTAGDELIM, fn); in putpush() 6585 putop(c, OP_PUSHTAGDELIM, 0); in generate_msgfield() 6627 putop(c, OP_PUSHTAGDELIM, 0); in generate_delimfield() 6691 putop(c, OP_PUSHTAGDELIM, 0); in generate_primitivefield() 6988 case OP_PUSHTAGDELIM: in consumes_input() 7720 VMCASE(OP_PUSHTAGDELIM, in run_decoder_vm()
|
D | upb.h | 5989 OP_PUSHTAGDELIM = 23, /* No arg. */
|