Home
last modified time | relevance | path

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

/external/rust/crates/grpcio-sys/grpc/third_party/upb/upb/pb/
Ddecoder.int.h68 OP_DISPATCH = 36, /* No arg. */ enumerator
Dcompile_decoder.c243 case OP_DISPATCH: in putop()
359 case OP_DISPATCH: in dumpbc()
743 putop(c, OP_DISPATCH, 0); in compile_method()
Ddecoder.c873 VMCASE(OP_DISPATCH, { in run_decoder_vm()
933 getop(*d->pc) == OP_DISPATCH); in upb_pbdecoder_end()
/external/protobuf/php/ext/google/protobuf/
Dupb.c6038 case OP_DISPATCH: in putop()
6154 case OP_DISPATCH: in dumpbc()
6539 putop(c, OP_DISPATCH, 0); in compile_method()
7602 VMCASE(OP_DISPATCH, { in run_decoder_vm()
7681 getop(*d->pc) == OP_DISPATCH); in upb_pbdecoder_end()
Dupb.h6495 OP_DISPATCH = 36, /* No arg. */
/external/protobuf/ruby/ext/google/protobuf_c/
Dupb.c9789 case OP_DISPATCH: in putop()
9905 case OP_DISPATCH: in dumpbc()
10290 putop(c, OP_DISPATCH, 0); in compile_method()
11371 VMCASE(OP_DISPATCH, { in run_decoder_vm()
11450 getop(*d->pc) == OP_DISPATCH); in upb_pbdecoder_end()
Dupb.h9791 OP_DISPATCH = 36, /* No arg. */