Searched refs:OP_PUSHTAGDELIM (Results 1 – 7 of 7) sorted by relevance
/external/rust/crates/grpcio-sys/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()
|
/external/protobuf/php/ext/google/protobuf/ |
D | upb.c | 6061 case OP_PUSHTAGDELIM: in putop() 6183 case OP_PUSHTAGDELIM: in dumpbc() 6288 putop(c, OP_PUSHTAGDELIM, 0); in putpush() 6291 putop(c, OP_PUSHTAGDELIM, fn); in putpush() 6368 putop(c, OP_PUSHTAGDELIM, 0); in generate_msgfield() 6410 putop(c, OP_PUSHTAGDELIM, 0); in generate_delimfield() 6474 putop(c, OP_PUSHTAGDELIM, 0); in generate_primitivefield() 6780 case OP_PUSHTAGDELIM: in consumes_input() 7519 VMCASE(OP_PUSHTAGDELIM, in run_decoder_vm()
|
D | upb.h | 6471 OP_PUSHTAGDELIM = 23, /* No arg. */
|
/external/protobuf/ruby/ext/google/protobuf_c/ |
D | upb.c | 9812 case OP_PUSHTAGDELIM: in putop() 9934 case OP_PUSHTAGDELIM: in dumpbc() 10039 putop(c, OP_PUSHTAGDELIM, 0); in putpush() 10042 putop(c, OP_PUSHTAGDELIM, fn); in putpush() 10119 putop(c, OP_PUSHTAGDELIM, 0); in generate_msgfield() 10161 putop(c, OP_PUSHTAGDELIM, 0); in generate_delimfield() 10225 putop(c, OP_PUSHTAGDELIM, 0); in generate_primitivefield() 10547 case OP_PUSHTAGDELIM: in consumes_input() 11288 VMCASE(OP_PUSHTAGDELIM, in run_decoder_vm()
|
D | upb.h | 9767 OP_PUSHTAGDELIM = 23, /* No arg. */
|