Home
last modified time | relevance | path

Searched refs:writeLazy (Results 1 – 6 of 6) sorted by relevance

/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/java/core/src/main/java/com/google/protobuf/
DByteOutput.java87 public abstract void writeLazy(byte[] value, int offset, int length) throws IOException; in writeLazy() method in ByteOutput
115 public abstract void writeLazy(ByteBuffer value) throws IOException; in writeLazy() method in ByteOutput
DCodedOutputStream.java486 public abstract void writeLazy(byte[] value, int offset, int length) throws IOException; in writeLazy() method in CodedOutputStream
493 public abstract void writeLazy(ByteBuffer value) throws IOException; in writeLazy() method in CodedOutputStream
1016 writeLazy(bytes, 0, bytes.length); in inefficientWriteStringNoTag()
1414 public final void writeLazy(byte[] value, int offset, int length) throws IOException { in writeLazy() method in CodedOutputStream.ArrayEncoder
1431 public final void writeLazy(ByteBuffer value) throws IOException { in writeLazy() method in CodedOutputStream.ArrayEncoder
1732 public void writeLazy(byte[] value, int offset, int length) throws IOException { in writeLazy() method in CodedOutputStream.NioEncoder
1746 public void writeLazy(ByteBuffer value) throws IOException { in writeLazy() method in CodedOutputStream.NioEncoder
2189 writeLazy(encodedBytes, 0, actualLength); in writeStringNoTag()
2249 public void writeLazy(byte[] value, int offset, int length) throws IOException { in writeLazy() method in CodedOutputStream.ByteOutputEncoder
2251 out.writeLazy(value, offset, length); in writeLazy()
[all …]
DNioByteString.java144 output.writeLazy(buffer.slice()); in writeTo()
DByteString.java1323 output.writeLazy(bytes, getOffsetIntoBytes(), size()); in writeTo()
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/java/core/src/test/java/com/google/protobuf/
DLiteralByteStringTest.java357 public void writeLazy(byte[] value, int offset, int length) throws IOException { in testWriteToShouldExposeInternalBufferToByteOutput()
367 public void writeLazy(ByteBuffer value) throws IOException { in testWriteToShouldExposeInternalBufferToByteOutput()
DNioByteStringTest.java379 public void writeLazy(byte[] value, int offset, int length) throws IOException { in testWriteToShouldExposeInternalBufferToByteOutput()
389 public void writeLazy(ByteBuffer value) throws IOException { in testWriteToShouldExposeInternalBufferToByteOutput()