Searched refs:OP_SETBIGGROUPNUM (Results 1 – 7 of 7) sorted by relevance
/external/rust/crates/grpcio-sys/grpc/third_party/upb/upb/pb/ |
D | decoder.int.h | 48 OP_SETBIGGROUPNUM = 27, /* two words: enumerator
|
D | compile_decoder.c | 119 case OP_SETBIGGROUPNUM: return 2; in instruction_len() 269 case OP_SETBIGGROUPNUM: in putop() 391 case OP_SETBIGGROUPNUM: in dumpbc() 494 putop(c, OP_SETBIGGROUPNUM, fn); in putpush()
|
D | decoder.c | 61 case OP_SETBIGGROUPNUM: in consumes_input() 793 VMCASE(OP_SETBIGGROUPNUM, in run_decoder_vm()
|
/external/protobuf/php/ext/google/protobuf/ |
D | upb.c | 5916 case OP_SETBIGGROUPNUM: return 2; in instruction_len() 6064 case OP_SETBIGGROUPNUM: in putop() 6186 case OP_SETBIGGROUPNUM: in dumpbc() 6289 putop(c, OP_SETBIGGROUPNUM, fn); in putpush() 6783 case OP_SETBIGGROUPNUM: in consumes_input() 7522 VMCASE(OP_SETBIGGROUPNUM, in run_decoder_vm()
|
D | upb.h | 6475 OP_SETBIGGROUPNUM = 27, /* two words:
|
/external/protobuf/ruby/ext/google/protobuf_c/ |
D | upb.c | 9667 case OP_SETBIGGROUPNUM: return 2; in instruction_len() 9815 case OP_SETBIGGROUPNUM: in putop() 9937 case OP_SETBIGGROUPNUM: in dumpbc() 10040 putop(c, OP_SETBIGGROUPNUM, fn); in putpush() 10550 case OP_SETBIGGROUPNUM: in consumes_input() 11291 VMCASE(OP_SETBIGGROUPNUM, in run_decoder_vm()
|
D | upb.h | 9771 OP_SETBIGGROUPNUM = 27, /* two words:
|