Home
last modified time | relevance | path

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

/external/rust/crates/grpcio-sys/grpc/third_party/upb/upb/pb/
Ddecoder.int.h58 OP_TAG2 = 33, /* | match tag (16) | jump target (8) | opc (8) | */ enumerator
Dcompile_decoder.c133 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()
Ddecoder.c846 VMCASE(OP_TAG2, in run_decoder_vm()
931 getop(*d->pc) == OP_TAG2 || in upb_pbdecoder_end()
/external/protobuf/php/ext/google/protobuf/
Dupb.c5930 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()
Dupb.h6485 OP_TAG2 = 33, /* | match tag (16) | jump target (8) | opc (8) | */
/external/protobuf/ruby/ext/google/protobuf_c/
Dupb.c9681 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()
Dupb.h9781 OP_TAG2 = 33, /* | match tag (16) | jump target (8) | opc (8) | */