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.java438 public abstract void writeMessageNoTag(final MessageLite value) throws IOException; in writeMessageNoTag() method in CodedOutputStream
1243 public final void writeMessageNoTag(final MessageLite value) throws IOException { in writeMessageNoTag() method in CodedOutputStream.ArrayEncoder
1589 public void writeMessageNoTag(final MessageLite value) throws IOException { in writeMessageNoTag() method in CodedOutputStream.NioEncoder
2092 public void writeMessageNoTag(final MessageLite value) throws IOException { in writeMessageNoTag() method in CodedOutputStream.ByteOutputEncoder
2395 public void writeMessageNoTag(final MessageLite value) throws IOException { in writeMessageNoTag() method in CodedOutputStream.OutputStreamEncoder
/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.java518 public void writeMessageNoTag(final MessageNano value) throws IOException { in writeMessageNoTag() method in CodedOutputByteBufferNano