Home
last modified time | relevance | path

Searched refs:decode_err (Results 1 - 2 of 2) sorted by relevance

/third_party/protobuf/php/ext/google/protobuf/
H A Dphp-upb.c336 UPB_NORETURN static void decode_err(upb_decstate *d) { longjmp(d->err, 1); } in decode_err() function
360 decode_err(d); in decode_verifyutf8()
364 decode_err(d); in decode_verifyutf8()
369 if (i != len) decode_err(d); in decode_verifyutf8()
375 decode_err(d); in decode_reserve()
388 if (bitpos >= 70 || ptr == limit) decode_err(d); in decode_longvarint64()
414 if (u64 > UINT32_MAX) decode_err(d); in decode_varint32()
464 if (--d->depth < 0) decode_err(d); in decode_tosubmsg()
468 if (d->end_group != 0) decode_err(d); in decode_tosubmsg()
475 if (--d->depth < 0) decode_err( in decode_group()
[all...]
/third_party/protobuf/ruby/ext/google/protobuf_c/
H A Dupb.c321 UPB_NORETURN static void decode_err(upb_decstate *d) { longjmp(d->err, 1); } in decode_err() function
326 decode_err(d); in decode_reserve()
339 if (bitpos >= 70 || ptr == limit) decode_err(d); in decode_longvarint64()
365 if (u64 > UINT32_MAX) decode_err(d); in decode_varint32()
415 if (--d->depth < 0) decode_err(d); in decode_tosubmsg()
419 if (d->end_group != 0) decode_err(d); in decode_tosubmsg()
426 if (--d->depth < 0) decode_err(d); in decode_group()
428 if (d->end_group != number) decode_err(d); in decode_group()
452 if (!arr) decode_err(d); in decode_toarray()
494 decode_err( in decode_toarray()
[all...]

Completed in 18 milliseconds