Searched defs:writeByteArrayNoTag (Results 1 – 2 of 2) sorted by relevance
| /external/protobuf/java/core/src/main/java/com/google/protobuf/ |
| D | CodedOutputStream.java | 468 public final void writeByteArrayNoTag(final byte[] value) throws IOException { in writeByteArrayNoTag() method in CodedOutputStream 979 abstract void writeByteArrayNoTag(final byte[] value, final int offset, final int length) in writeByteArrayNoTag() method in CodedOutputStream 1253 public final void writeByteArrayNoTag(final byte[] value, int offset, int length) in writeByteArrayNoTag() method in CodedOutputStream.ArrayEncoder 1697 public void writeByteArrayNoTag(final byte[] value, int offset, int length) throws IOException { in writeByteArrayNoTag() method in CodedOutputStream.SafeDirectNioEncoder 2027 public void writeByteArrayNoTag(byte[] value, int offset, int length) throws IOException { in writeByteArrayNoTag() method in CodedOutputStream.UnsafeDirectNioEncoder 2491 public void writeByteArrayNoTag(final byte[] value, int offset, int length) throws IOException { in writeByteArrayNoTag() method in CodedOutputStream.ByteOutputEncoder 2805 public void writeByteArrayNoTag(final byte[] value, int offset, int length) throws IOException { in writeByteArrayNoTag() method in CodedOutputStream.OutputStreamEncoder
|
| /external/protobuf/javamicro/src/main/java/com/google/protobuf/micro/ |
| D | CodedOutputStreamMicro.java | 359 public void writeByteArrayNoTag(final byte [] value) throws IOException { in writeByteArrayNoTag() method in CodedOutputStreamMicro
|