Home
last modified time | relevance | path

Searched defs:writeBytesNoTag (Results 1 – 1 of 1) sorted by relevance

/third_party/protobuf/java/core/src/main/java/com/google/protobuf/
DCodedOutputStream.java465 public abstract void writeBytesNoTag(final ByteString value) throws IOException; in writeBytesNoTag() method in CodedOutputStream
1247 public final void writeBytesNoTag(final ByteString value) throws IOException { in writeBytesNoTag() method in CodedOutputStream.ArrayEncoder
1691 public void writeBytesNoTag(final ByteString value) throws IOException { in writeBytesNoTag() method in CodedOutputStream.SafeDirectNioEncoder
2021 public void writeBytesNoTag(ByteString value) throws IOException { in writeBytesNoTag() method in CodedOutputStream.UnsafeDirectNioEncoder
2485 public void writeBytesNoTag(final ByteString value) throws IOException { in writeBytesNoTag() method in CodedOutputStream.ByteOutputEncoder
2799 public void writeBytesNoTag(final ByteString value) throws IOException { in writeBytesNoTag() method in CodedOutputStream.OutputStreamEncoder