Home
last modified time | relevance | path

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

/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/java/util/src/test/java/com/google/protobuf/util/
DJsonFormatTest.java367 BigDecimal maxDouble = new BigDecimal(Double.MAX_VALUE); in testParserRejectOutOfRangeNumericValues() local
369 assertAccepts("optionalDouble", maxDouble.toString()); in testParserRejectOutOfRangeNumericValues()
371 assertRejects("optionalDouble", maxDouble.multiply(moreThanOne).toString()); in testParserRejectOutOfRangeNumericValues()