Home
last modified time | relevance | path

Searched refs:GPBDecodeException (Results 1 - 4 of 4) sorted by relevance

/third_party/protobuf/php/src/Google/Protobuf/Internal/
H A DMessage.php308 throw new GPBDecodeException("Illegal field number zero.");
316 throw new GPBDecodeException(
323 throw new GPBDecodeException(
330 throw new GPBDecodeException(
337 throw new GPBDecodeException(
342 throw new GPBDecodeException(
348 throw new GPBDecodeException("Unexpected wire type.");
350 throw new GPBDecodeException("Unexpected wire type.");
367 throw new GPBDecodeException(
373 throw new GPBDecodeException(
[all...]
H A DGPBUtil.php462 throw new GPBDecodeException("Duration number too large.");
465 throw new GPBDecodeException("Duration number too small.");
478 throw new GPBDecodeException("Missing s after duration string");
482 throw new GPBDecodeException("Duration number too large.");
485 throw new GPBDecodeException("Duration number too small.");
508 throw new GPBDecodeException('Duration number too large.');
511 throw new GPBDecodeException('Duration number too small.');
H A DGPBDecodeException.php35 class GPBDecodeException extends \Exception class
H A DCodedInputStream.php340 throw new GPBDecodeException("Fail to push limit.");

Completed in 4 milliseconds