Searched refs:integerParseException (Results 1 – 1 of 1) sorted by relevance
931 throw integerParseException(e); in consumeInt32()945 throw integerParseException(e); in consumeUInt32()959 throw integerParseException(e); in consumeInt64()986 throw integerParseException(e); in consumeUInt64()1179 private ParseException integerParseException(final NumberFormatException e) { in integerParseException() method in TextFormat.Tokenizer