Home
last modified time | relevance | path

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

/third_party/protobuf/java/core/src/main/java/com/google/protobuf/
DCodedOutputStream.java474 public abstract void writeMessageNoTag(final MessageLite value) throws IOException; in writeMessageNoTag() method in CodedOutputStream
478 abstract void writeMessageNoTag(final MessageLite value, Schema schema) throws IOException; in writeMessageNoTag() method in CodedOutputStream
1304 public final void writeMessageNoTag(final MessageLite value) throws IOException { in writeMessageNoTag() method in CodedOutputStream.ArrayEncoder
1310 final void writeMessageNoTag(final MessageLite value, Schema schema) throws IOException { in writeMessageNoTag() method in CodedOutputStream.ArrayEncoder
1670 public void writeMessageNoTag(final MessageLite value) throws IOException { in writeMessageNoTag() method in CodedOutputStream.SafeDirectNioEncoder
1676 void writeMessageNoTag(final MessageLite value, Schema schema) throws IOException { in writeMessageNoTag() method in CodedOutputStream.SafeDirectNioEncoder
2000 public void writeMessageNoTag(MessageLite value) throws IOException { in writeMessageNoTag() method in CodedOutputStream.UnsafeDirectNioEncoder
2006 void writeMessageNoTag(MessageLite value, Schema schema) throws IOException { in writeMessageNoTag() method in CodedOutputStream.UnsafeDirectNioEncoder
2539 public void writeMessageNoTag(final MessageLite value) throws IOException { in writeMessageNoTag() method in CodedOutputStream.ByteOutputEncoder
2545 void writeMessageNoTag(final MessageLite value, Schema schema) throws IOException { in writeMessageNoTag() method in CodedOutputStream.ByteOutputEncoder
[all …]