Searched refs:VMCASE (Results 1 – 2 of 2) sorted by relevance
/external/protobuf/php/ext/google/protobuf/ |
D | upb.c | 8111 #define VMCASE(op, code) \ in run_decoder_vm() macro 8114 VMCASE(OP_PARSE_ ## type, { \ in run_decoder_vm() 8163 VMCASE(OP_SETDISPATCH, in run_decoder_vm() 8168 VMCASE(OP_STARTMSG, in run_decoder_vm() 8171 VMCASE(OP_ENDMSG, in run_decoder_vm() 8174 VMCASE(OP_STARTSEQ, in run_decoder_vm() 8178 VMCASE(OP_ENDSEQ, in run_decoder_vm() 8181 VMCASE(OP_STARTSUBMSG, in run_decoder_vm() 8185 VMCASE(OP_ENDSUBMSG, in run_decoder_vm() 8188 VMCASE(OP_STARTSTR, in run_decoder_vm() [all …]
|
/external/protobuf/ruby/ext/google/protobuf_c/ |
D | upb.c | 8822 #define VMCASE(op, code) \ in run_decoder_vm() macro 8825 VMCASE(OP_PARSE_ ## type, { \ in run_decoder_vm() 8874 VMCASE(OP_SETDISPATCH, in run_decoder_vm() 8879 VMCASE(OP_STARTMSG, in run_decoder_vm() 8882 VMCASE(OP_ENDMSG, in run_decoder_vm() 8885 VMCASE(OP_STARTSEQ, in run_decoder_vm() 8889 VMCASE(OP_ENDSEQ, in run_decoder_vm() 8892 VMCASE(OP_STARTSUBMSG, in run_decoder_vm() 8896 VMCASE(OP_ENDSUBMSG, in run_decoder_vm() 8899 VMCASE(OP_STARTSTR, in run_decoder_vm() [all …]
|