Searched defs:writeMessageNoTag (Results 1 – 3 of 3) 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 …]
346 public void writeMessageNoTag(final MessageMicro value) throws IOException { in writeMessageNoTag() method in CodedOutputStreamMicro
510 public void writeMessageNoTag(final MessageNano value) throws IOException { in writeMessageNoTag() method in CodedOutputByteBufferNano