Searched refs:readDecimalLong (Results 1 - 6 of 6) sorted by relevance

/external/okhttp/okio/okio/src/main/java/okio/
H A DBufferedSource.java79 long readDecimalLong() throws IOException; method in interface:BufferedSource
H A DRealBufferedSource.java251 @Override public long readDecimalLong() throws IOException { method in class:RealBufferedSource
266 return buffer.readDecimalLong();
H A DBuffer.java410 @Override public long readDecimalLong() { method in class:Buffer
/external/okhttp/okio/okio/src/test/java/okio/
H A DBufferedSourceTest.java685 long actual = source.readDecimalLong();
694 assertEquals(1234567890123456L, source.readDecimalLong());
701 source.readDecimalLong();
711 source.readDecimalLong();
721 source.readDecimalLong();
731 source.readDecimalLong();
741 source.readDecimalLong();
/external/okhttp/okhttp-ws-tests/src/main/java/com/squareup/okhttp/ws/
H A DAutobahnTester.java140 countRef.set(message.source().readDecimalLong());
/external/okhttp/okhttp/src/main/java/com/squareup/okhttp/
H A DCache.java681 long result = source.readDecimalLong();

Completed in 227 milliseconds