Searched refs:OP_BRANCH (Results 1 – 7 of 7) sorted by relevance
/external/rust/crates/grpcio-sys/grpc/third_party/upb/upb/pb/ |
D | compile_decoder.c | 127 case OP_BRANCH: in op_has_longofs() 279 case OP_BRANCH: { in putop() 396 case OP_BRANCH: in dumpbc() 586 putop(c, OP_BRANCH, -LABEL_LOOPSTART); in generate_msgfield() 627 putop(c, OP_BRANCH, -LABEL_LOOPSTART); in generate_delimfield() 677 putop(c, OP_BRANCH, -LABEL_LOOPSTART); in generate_primitivefield() 685 putop(c, OP_BRANCH, -LABEL_LOOPSTART); in generate_primitivefield() 748 putop(c, OP_BRANCH, -LABEL_FIELD); in compile_method()
|
D | decoder.int.h | 54 OP_BRANCH = 31, enumerator
|
D | decoder.c | 65 case OP_BRANCH: in consumes_input() 825 VMCASE(OP_BRANCH, in run_decoder_vm()
|
/external/protobuf/php/ext/google/protobuf/ |
D | upb.c | 5924 case OP_BRANCH: in op_has_longofs() 6074 case OP_BRANCH: { in putop() 6191 case OP_BRANCH: in dumpbc() 6381 putop(c, OP_BRANCH, -LABEL_LOOPSTART); in generate_msgfield() 6422 putop(c, OP_BRANCH, -LABEL_LOOPSTART); in generate_delimfield() 6472 putop(c, OP_BRANCH, -LABEL_LOOPSTART); in generate_primitivefield() 6480 putop(c, OP_BRANCH, -LABEL_LOOPSTART); in generate_primitivefield() 6544 putop(c, OP_BRANCH, -LABEL_FIELD); in compile_method() 6787 case OP_BRANCH: in consumes_input() 7554 VMCASE(OP_BRANCH, in run_decoder_vm()
|
D | upb.h | 6481 OP_BRANCH = 31,
|
/external/protobuf/ruby/ext/google/protobuf_c/ |
D | upb.c | 9675 case OP_BRANCH: in op_has_longofs() 9825 case OP_BRANCH: { in putop() 9942 case OP_BRANCH: in dumpbc() 10132 putop(c, OP_BRANCH, -LABEL_LOOPSTART); in generate_msgfield() 10173 putop(c, OP_BRANCH, -LABEL_LOOPSTART); in generate_delimfield() 10223 putop(c, OP_BRANCH, -LABEL_LOOPSTART); in generate_primitivefield() 10231 putop(c, OP_BRANCH, -LABEL_LOOPSTART); in generate_primitivefield() 10295 putop(c, OP_BRANCH, -LABEL_FIELD); in compile_method() 10554 case OP_BRANCH: in consumes_input() 11323 VMCASE(OP_BRANCH, in run_decoder_vm()
|
D | upb.h | 9777 OP_BRANCH = 31,
|