Searched refs:writeByteArrayNoTag (Results 1 – 4 of 4) sorted by relevance
/external/protobuf/java/core/src/main/java/com/google/protobuf/ |
D | CodedOutputStream.java | 432 public final void writeByteArrayNoTag(final byte[] value) throws IOException { in writeByteArrayNoTag() method in CodedOutputStream 433 writeByteArrayNoTag(value, 0, value.length); in writeByteArrayNoTag() 963 abstract void writeByteArrayNoTag(final byte[] value, final int offset, final int length) in writeByteArrayNoTag() method in CodedOutputStream 1182 writeByteArrayNoTag(value, offset, length); in writeByteArray() 1200 public final void writeByteArrayNoTag(final byte[] value, int offset, int length) in writeByteArrayNoTag() method in CodedOutputStream.ArrayEncoder 1552 writeByteArrayNoTag(value, offset, length); in writeByteArray() 1610 public void writeByteArrayNoTag(final byte[] value, int offset, int length) throws IOException { in writeByteArrayNoTag() method in CodedOutputStream.NioEncoder 2032 writeByteArrayNoTag(value, offset, length); in writeByteArray() 2050 public void writeByteArrayNoTag(final byte[] value, int offset, int length) throws IOException { in writeByteArrayNoTag() method in CodedOutputStream.ByteOutputEncoder 2335 writeByteArrayNoTag(value, offset, length); in writeByteArray() [all …]
|
D | FieldSet.java | 691 output.writeByteArrayNoTag((byte[]) value); in writeElementNoTag()
|
/external/protobuf/javamicro/src/main/java/com/google/protobuf/micro/ |
D | CodedOutputStreamMicro.java | 208 writeByteArrayNoTag(value); in writeByteArray() 359 public void writeByteArrayNoTag(final byte [] value) throws IOException { in writeByteArrayNoTag() method in CodedOutputStreamMicro
|
/external/protobuf/java/core/src/test/java/com/google/protobuf/ |
D | CodedOutputStreamTest.java | 483 codedStream.writeByteArrayNoTag(fullArray, 2, 2);
|