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.java814 throw integerParseException(e); in consumeInt32()
828 throw integerParseException(e); in consumeUInt32()
842 throw integerParseException(e); in consumeInt64()
869 throw integerParseException(e); in consumeUInt64()
1075 private ParseException integerParseException( in integerParseException() method in TextFormat.Tokenizer