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/ |
D | ByteOutput.java | 87 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
|
D | CodedOutputStream.java | 486 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 …]
|
D | NioByteString.java | 144 output.writeLazy(buffer.slice()); in writeTo()
|
D | ByteString.java | 1323 output.writeLazy(bytes, getOffsetIntoBytes(), size()); in writeTo()
|
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/java/core/src/test/java/com/google/protobuf/ |
D | LiteralByteStringTest.java | 357 public void writeLazy(byte[] value, int offset, int length) throws IOException { in testWriteToShouldExposeInternalBufferToByteOutput() 367 public void writeLazy(ByteBuffer value) throws IOException { in testWriteToShouldExposeInternalBufferToByteOutput()
|
D | NioByteStringTest.java | 379 public void writeLazy(byte[] value, int offset, int length) throws IOException { in testWriteToShouldExposeInternalBufferToByteOutput() 389 public void writeLazy(ByteBuffer value) throws IOException { in testWriteToShouldExposeInternalBufferToByteOutput()
|