Searched refs:writeByteArrayNoTag (Results 1 – 3 of 3) sorted by relevance
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/java/core/src/main/java/com/google/protobuf/ |
D | CodedOutputStream.java | 466 public final void writeByteArrayNoTag(final byte[] value) throws IOException { in writeByteArrayNoTag() method in CodedOutputStream 467 writeByteArrayNoTag(value, 0, value.length); in writeByteArrayNoTag() 1001 abstract void writeByteArrayNoTag(final byte[] value, final int offset, final int length) in writeByteArrayNoTag() method in CodedOutputStream 1220 writeByteArrayNoTag(value, offset, length); in writeByteArray() 1238 public final void writeByteArrayNoTag(final byte[] value, int offset, int length) in writeByteArrayNoTag() method in CodedOutputStream.ArrayEncoder 1584 writeByteArrayNoTag(value, offset, length); in writeByteArray() 1642 public void writeByteArrayNoTag(final byte[] value, int offset, int length) throws IOException { in writeByteArrayNoTag() method in CodedOutputStream.NioEncoder 2064 writeByteArrayNoTag(value, offset, length); in writeByteArray() 2082 public void writeByteArrayNoTag(final byte[] value, int offset, int length) throws IOException { in writeByteArrayNoTag() method in CodedOutputStream.ByteOutputEncoder 2367 writeByteArrayNoTag(value, offset, length); in writeByteArray() [all …]
|
D | FieldSet.java | 692 output.writeByteArrayNoTag((byte[]) value); in writeElementNoTag()
|
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/java/core/src/test/java/com/google/protobuf/ |
D | CodedOutputStreamTest.java | 483 codedStream.writeByteArrayNoTag(fullArray, 2, 2);
|