Home
last modified time | relevance | path

Searched refs:DECODE_MISMATCH (Results 1 – 6 of 6) sorted by relevance

/external/rust/crates/grpcio-sys/grpc/third_party/upb/upb/pb/
Ddecoder.int.h281 #define DECODE_MISMATCH -2 /* Used only from checktag_slow(). */ macro
Ddecoder.c530 return DECODE_MISMATCH; in upb_pbdecoder_checktag_slow()
860 if (result == DECODE_MISMATCH) goto badtag; in run_decoder_vm()
870 if (result == DECODE_MISMATCH) goto badtag; in run_decoder_vm()
/external/protobuf/php/ext/google/protobuf/
Dupb.c7262 return DECODE_MISMATCH; in upb_pbdecoder_checktag_slow()
7589 if (result == DECODE_MISMATCH) goto badtag; in run_decoder_vm()
7599 if (result == DECODE_MISMATCH) goto badtag; in run_decoder_vm()
Dupb.h6730 #define DECODE_MISMATCH -2 /* Used only from checktag_slow(). */
/external/protobuf/ruby/ext/google/protobuf_c/
Dupb.c11031 return DECODE_MISMATCH; in upb_pbdecoder_checktag_slow()
11358 if (result == DECODE_MISMATCH) goto badtag; in run_decoder_vm()
11368 if (result == DECODE_MISMATCH) goto badtag; in run_decoder_vm()
Dupb.h10040 #define DECODE_MISMATCH -2 /* Used only from checktag_slow(). */