Home
last modified time | relevance | path

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

/third_party/protobuf/java/core/src/main/java/com/google/protobuf/
DTextFormat.java1183 throw floatParseException(e); in consumeDouble()
1221 throw floatParseException(e); in consumeFloat()
1346 private ParseException floatParseException(final NumberFormatException e) { in floatParseException() method in TextFormat.Tokenizer