Searched refs:writeLongLe (Results 1 – 4 of 4) sorted by relevance
164 @Test public void writeLongLe() throws Exception {165 sink.writeLongLe(0xabcdef0187654321L);166 sink.writeLongLe(0xcafebabeb0b15c00L);
155 @Override public BufferedSink writeLongLe(long v) throws IOException { in writeLongLe() method in RealBufferedSink157 buffer.writeLongLe(v); in writeLongLe()
94 BufferedSink writeLongLe(long v) throws IOException; in writeLongLe() method
1027 @Override public Buffer writeLongLe(long v) {