Searched defs:writeMessageNoTag (Results 1 – 1 of 1) sorted by relevance
474 public abstract void writeMessageNoTag(final MessageLite value) throws IOException; in writeMessageNoTag() method in CodedOutputStream478 abstract void writeMessageNoTag(final MessageLite value, Schema schema) throws IOException; in writeMessageNoTag() method in CodedOutputStream1304 public final void writeMessageNoTag(final MessageLite value) throws IOException { in writeMessageNoTag() method in CodedOutputStream.ArrayEncoder1310 final void writeMessageNoTag(final MessageLite value, Schema schema) throws IOException { in writeMessageNoTag() method in CodedOutputStream.ArrayEncoder1670 public void writeMessageNoTag(final MessageLite value) throws IOException { in writeMessageNoTag() method in CodedOutputStream.SafeDirectNioEncoder1676 void writeMessageNoTag(final MessageLite value, Schema schema) throws IOException { in writeMessageNoTag() method in CodedOutputStream.SafeDirectNioEncoder2000 public void writeMessageNoTag(MessageLite value) throws IOException { in writeMessageNoTag() method in CodedOutputStream.UnsafeDirectNioEncoder2006 void writeMessageNoTag(MessageLite value, Schema schema) throws IOException { in writeMessageNoTag() method in CodedOutputStream.UnsafeDirectNioEncoder2539 public void writeMessageNoTag(final MessageLite value) throws IOException { in writeMessageNoTag() method in CodedOutputStream.ByteOutputEncoder2545 void writeMessageNoTag(final MessageLite value, Schema schema) throws IOException { in writeMessageNoTag() method in CodedOutputStream.ByteOutputEncoder[all …]