Home
last modified time | relevance | path

Searched refs:maxLong (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.java346 BigInteger maxLong = new BigInteger(String.valueOf(Long.MAX_VALUE)); in testParserRejectOutOfRangeNumericValues() local
348 assertAccepts("optionalInt64", maxLong.toString()); in testParserRejectOutOfRangeNumericValues()
350 assertRejects("optionalInt64", maxLong.add(one).toString()); in testParserRejectOutOfRangeNumericValues()
353 assertAccepts("optionalUint64", maxLong.add(one).toString()); in testParserRejectOutOfRangeNumericValues()