Home
last modified time | relevance | path

Searched refs:minDouble (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.java368 BigDecimal minDouble = new BigDecimal(-Double.MAX_VALUE); in testParserRejectOutOfRangeNumericValues() local
370 assertAccepts("optionalDouble", minDouble.toString()); in testParserRejectOutOfRangeNumericValues()
372 assertRejects("optionalDouble", minDouble.multiply(moreThanOne).toString()); in testParserRejectOutOfRangeNumericValues()