Home | History | Annotate | Download | only in protobuf

Lines Matching refs:ParseError

52 class ParseError(Exception):
134 ParseError: On ASCII parsing problems.
149 ParseError: In case of ASCII parsing problems.
230 ParseError: In case of ASCII parsing problems.
379 ParseError: If the text couldn't be consumed.
402 ParseError: If an identifier couldn't be consumed.
417 ParseError: If a signed 32bit integer couldn't be consumed.
433 ParseError: If an unsigned 32bit integer couldn't be consumed.
449 ParseError: If a signed 64bit integer couldn't be consumed.
465 ParseError: If an unsigned 64bit integer couldn't be consumed.
481 ParseError: If a floating point number couldn't be consumed.
508 ParseError: If a boolean value couldn't be consumed.
526 ParseError: If a string value couldn't be consumed.
537 ParseError: If a byte array value couldn't be consumed.
598 """Creates and *returns* a ParseError for the previously read token.
604 A ParseError instance.
606 return ParseError('%d:%d : %s' % (
610 """Creates and *returns* a ParseError for the current token."""
611 return ParseError('%d:%d : %s' % (