Home
last modified time | relevance | path

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

/external/rust/crates/grpcio-sys/grpc/third_party/upb/upb/pb/
Ddecoder.int.h57 OP_TAG1 = 32, /* | match tag (16) | jump target (8) | opc (8) | */ enumerator
Dcompile_decoder.c132 case OP_TAG1: in op_has_longofs()
286 case OP_TAG1: in putop()
399 case OP_TAG1: in dumpbc()
437 putop(c, OP_TAG1, dest, tag); in putchecktag()
Ddecoder.c828 VMCASE(OP_TAG1, in run_decoder_vm()
930 UPB_ASSERT(getop(*d->pc) == OP_TAG1 || in upb_pbdecoder_end()
/external/protobuf/php/ext/google/protobuf/
Dupb.c5929 case OP_TAG1: in op_has_longofs()
6081 case OP_TAG1: in putop()
6194 case OP_TAG1: in dumpbc()
6232 putop(c, OP_TAG1, dest, tag); in putchecktag()
7557 VMCASE(OP_TAG1, in run_decoder_vm()
7678 UPB_ASSERT(getop(*d->pc) == OP_TAG1 || in upb_pbdecoder_end()
Dupb.h6484 OP_TAG1 = 32, /* | match tag (16) | jump target (8) | opc (8) | */
/external/protobuf/ruby/ext/google/protobuf_c/
Dupb.c9680 case OP_TAG1: in op_has_longofs()
9832 case OP_TAG1: in putop()
9945 case OP_TAG1: in dumpbc()
9983 putop(c, OP_TAG1, dest, tag); in putchecktag()
11326 VMCASE(OP_TAG1, in run_decoder_vm()
11447 UPB_ASSERT(getop(*d->pc) == OP_TAG1 || in upb_pbdecoder_end()
Dupb.h9780 OP_TAG1 = 32, /* | match tag (16) | jump target (8) | opc (8) | */