Home
last modified time | relevance | path

Searched refs:integerParseException (Results 1 – 1 of 1) sorted by relevance

/external/protobuf/java/core/src/main/java/com/google/protobuf/
DTextFormat.java931 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