Home
last modified time | relevance | path

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

/external/jackson-core/src/test/java/com/fasterxml/jackson/core/read/
DNextXxxAccessTest.java398 assertEquals(0L, p.nextLongValue(0L)); in _textNextLong()
400 assertEquals(0L, p.nextLongValue(0L)); in _textNextLong()
404 assertEquals(0L, p.nextLongValue(0L)); in _textNextLong()
409 assertEquals(-59L, p.nextLongValue(0L)); in _textNextLong()
413 assertEquals(0L, p.nextLongValue(0L)); in _textNextLong()
415 assertEquals(0L, p.nextLongValue(0L)); in _textNextLong()
417 assertEquals(-1L, p.nextLongValue(0L)); in _textNextLong()
419 assertEquals(0L, p.nextLongValue(0L)); in _textNextLong()
421 assertEquals(0L, p.nextLongValue(0L)); in _textNextLong()
424 assertEquals(0L, p.nextLongValue(0L)); in _textNextLong()
[all …]
/external/jackson-core/src/test/java/com/fasterxml/jackson/core/write/
DArrayGenerationTest.java192 assertEquals(i, p.nextLongValue(-1)); in _testLongArray()
/external/jackson-core/src/main/java/com/fasterxml/jackson/core/
DJsonParser.java935 public long nextLongValue(long defaultValue) throws IOException { in nextLongValue() method in JsonParser
/external/jackson-core/src/main/java/com/fasterxml/jackson/core/json/
DUTF8DataInputJsonParser.java931 public long nextLongValue(long defaultValue) throws IOException in nextLongValue() method in UTF8DataInputJsonParser
DReaderBasedJsonParser.java1225 public final long nextLongValue(long defaultValue) throws IOException in nextLongValue() method in ReaderBasedJsonParser
DUTF8StreamJsonParser.java1313 public long nextLongValue(long defaultValue) throws IOException in nextLongValue() method in UTF8StreamJsonParser