Home
last modified time | relevance | path

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

/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/java/core/src/main/java/com/google/protobuf/
DTextFormat.java915 throw floatParseException(e); in consumeDouble()
953 throw floatParseException(e); in consumeFloat()
1092 private ParseException floatParseException(final NumberFormatException e) { in floatParseException() method in TextFormat.Tokenizer