Home
last modified time | relevance | path

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

/external/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 …]
/external/protobuf/javamicro/src/main/java/com/google/protobuf/micro/
DCodedOutputStreamMicro.java346 public void writeMessageNoTag(final MessageMicro value) throws IOException { in writeMessageNoTag() method in CodedOutputStreamMicro
/external/protobuf/javanano/src/main/java/com/google/protobuf/nano/
DCodedOutputByteBufferNano.java510 public void writeMessageNoTag(final MessageNano value) throws IOException { in writeMessageNoTag() method in CodedOutputByteBufferNano