Searched refs:writeLongLe (Results 1 – 4 of 4) sorted by relevance
107 @Override public BufferedSink writeLongLe(long v) throws IOException { in writeLongLe() method in RealBufferedSink109 buffer.writeLongLe(v); in writeLongLe()
65 BufferedSink writeLongLe(long v) throws IOException; in writeLongLe() method
493 @Override public BufferedSink writeLongLe(long v) {
416 @Test public void writeLongLe() throws Exception { in writeLongLe() method in OkBufferTest418 data.writeLongLe(0xabcdef0187654321L); in writeLongLe()419 data.writeLongLe(0xcafebabeb0b15c00L); in writeLongLe()