Searched defs:writeByteArrayNoTag (Results 1 – 2 of 2) 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 963 abstract void writeByteArrayNoTag(final byte[] value, final int offset, final int length) in writeByteArrayNoTag() method in CodedOutputStream 1200 public final void writeByteArrayNoTag(final byte[] value, int offset, int length) in writeByteArrayNoTag() method in CodedOutputStream.ArrayEncoder 1610 public void writeByteArrayNoTag(final byte[] value, int offset, int length) throws IOException { in writeByteArrayNoTag() method in CodedOutputStream.NioEncoder 2050 public void writeByteArrayNoTag(final byte[] value, int offset, int length) throws IOException { in writeByteArrayNoTag() method in CodedOutputStream.ByteOutputEncoder 2353 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
|