Home
last modified time | relevance | path

Searched defs:decode_err (Results 1 – 2 of 2) sorted by relevance

/third_party/protobuf/php/ext/google/protobuf/
Dphp-upb.c336 UPB_NORETURN static void decode_err(upb_decstate *d) { longjmp(d->err, 1); } in decode_err() function
/third_party/protobuf/ruby/ext/google/protobuf_c/
Dupb.c321 UPB_NORETURN static void decode_err(upb_decstate *d) { longjmp(d->err, 1); } in decode_err() function