Searched refs:readDecimalLong (Results 1 – 6 of 6) sorted by relevance
685 long actual = source.readDecimalLong(); in assertLongDecimalString()694 assertEquals(1234567890123456L, source.readDecimalLong()); in longDecimalStringAcrossSegment()701 source.readDecimalLong(); in longDecimalStringTooLongThrows()711 source.readDecimalLong(); in longDecimalStringTooHighThrows()721 source.readDecimalLong(); in longDecimalStringTooLowThrows()731 source.readDecimalLong(); in longDecimalStringTooShortThrows()741 source.readDecimalLong(); in longDecimalEmptyThrows()
79 long readDecimalLong() throws IOException; in readDecimalLong() method
251 @Override public long readDecimalLong() throws IOException { in readDecimalLong() method in RealBufferedSource266 return buffer.readDecimalLong(); in readDecimalLong()
410 @Override public long readDecimalLong() {
125 countRef.set(payload.readDecimalLong()); in getTestCount()
681 long result = source.readDecimalLong(); in readInt()