Searched refs:OP_TAG2 (Results 1 – 7 of 7) sorted by relevance
/external/rust/crates/grpcio-sys/grpc/third_party/upb/upb/pb/ |
D | decoder.int.h | 58 OP_TAG2 = 33, /* | match tag (16) | jump target (8) | opc (8) | */ enumerator
|
D | compile_decoder.c | 133 case OP_TAG2: in op_has_longofs() 287 case OP_TAG2: { in putop() 400 case OP_TAG2: { in dumpbc() 440 putop(c, OP_TAG2, dest, tag); in putchecktag()
|
D | decoder.c | 846 VMCASE(OP_TAG2, in run_decoder_vm() 931 getop(*d->pc) == OP_TAG2 || in upb_pbdecoder_end()
|
/external/protobuf/php/ext/google/protobuf/ |
D | upb.c | 5930 case OP_TAG2: in op_has_longofs() 6082 case OP_TAG2: { in putop() 6195 case OP_TAG2: { in dumpbc() 6235 putop(c, OP_TAG2, dest, tag); in putchecktag() 7575 VMCASE(OP_TAG2, in run_decoder_vm() 7679 getop(*d->pc) == OP_TAG2 || in upb_pbdecoder_end()
|
D | upb.h | 6485 OP_TAG2 = 33, /* | match tag (16) | jump target (8) | opc (8) | */
|
/external/protobuf/ruby/ext/google/protobuf_c/ |
D | upb.c | 9681 case OP_TAG2: in op_has_longofs() 9833 case OP_TAG2: { in putop() 9946 case OP_TAG2: { in dumpbc() 9986 putop(c, OP_TAG2, dest, tag); in putchecktag() 11344 VMCASE(OP_TAG2, in run_decoder_vm() 11448 getop(*d->pc) == OP_TAG2 || in upb_pbdecoder_end()
|
D | upb.h | 9781 OP_TAG2 = 33, /* | match tag (16) | jump target (8) | opc (8) | */
|