Searched defs:writeMessageNoTag (Results 1 – 1 of 1) sorted by relevance
454 public abstract void writeMessageNoTag(final MessageLite value) throws IOException; in writeMessageNoTag() method in CodedOutputStream458 abstract void writeMessageNoTag(final MessageLite value, Schema schema) throws IOException; in writeMessageNoTag() method in CodedOutputStream1316 public final void writeMessageNoTag(final MessageLite value) throws IOException { in writeMessageNoTag() method in CodedOutputStream.ArrayEncoder1322 final void writeMessageNoTag(final MessageLite value, Schema schema) throws IOException { in writeMessageNoTag() method in CodedOutputStream.ArrayEncoder1653 public void writeMessageNoTag(final MessageLite value) throws IOException { in writeMessageNoTag() method in CodedOutputStream.SafeDirectNioEncoder1659 void writeMessageNoTag(final MessageLite value, Schema schema) throws IOException { in writeMessageNoTag() method in CodedOutputStream.SafeDirectNioEncoder1983 public void writeMessageNoTag(MessageLite value) throws IOException { in writeMessageNoTag() method in CodedOutputStream.UnsafeDirectNioEncoder1989 void writeMessageNoTag(MessageLite value, Schema schema) throws IOException { in writeMessageNoTag() method in CodedOutputStream.UnsafeDirectNioEncoder2526 public void writeMessageNoTag(final MessageLite value) throws IOException { in writeMessageNoTag() method in CodedOutputStream.ByteOutputEncoder2532 void writeMessageNoTag(final MessageLite value, Schema schema) throws IOException { in writeMessageNoTag() method in CodedOutputStream.ByteOutputEncoder[all …]