Home
last modified time | relevance | path

Searched refs:writeLongLe (Results 1 – 4 of 4) sorted by relevance

/external/okhttp/okio/src/main/java/okio/
DRealBufferedSink.java107 @Override public BufferedSink writeLongLe(long v) throws IOException { in writeLongLe() method in RealBufferedSink
109 buffer.writeLongLe(v); in writeLongLe()
DBufferedSink.java65 BufferedSink writeLongLe(long v) throws IOException; in writeLongLe() method
DOkBuffer.java493 @Override public BufferedSink writeLongLe(long v) {
/external/okhttp/okio/src/test/java/okio/
DOkBufferTest.java416 @Test public void writeLongLe() throws Exception { in writeLongLe() method in OkBufferTest
418 data.writeLongLe(0xabcdef0187654321L); in writeLongLe()
419 data.writeLongLe(0xcafebabeb0b15c00L); in writeLongLe()