Searched refs:writeDelimitedTo (Results 1 – 10 of 10) sorted by relevance
57 message.writeDelimitedTo(out); in write()
129 void writeDelimitedTo(OutputStream output) throws IOException; in writeDelimitedTo() method
92 public void writeDelimitedTo(final OutputStream output) throws IOException { in writeDelimitedTo() method in AbstractMessageLite
196 public void writeDelimitedTo(OutputStream output) throws IOException { in writeDelimitedTo() method in UnknownFieldSet
198 normalMessage.writeDelimitedTo(output); in testParseDelimitedTo()202 packedMessage.writeDelimitedTo(output); in testParseDelimitedTo()
75 DescriptorProto.getDescriptor().toProto().writeDelimitedTo(bos); in setupDelimited()
229 TestUtil.getAllSet().writeDelimitedTo(output); in testSerializeDelimited()231 TestUtil.getPackedSet().writeDelimitedTo(output); in testSerializeDelimited()
655 This function is compatible with *writeDelimitedTo* in the Google's Protocol Buffers library.
665 This function is compatible with *writeDelimitedTo* in the Google's Protocol Buffers library.
997 writeDelimitedTo() read and write "delimited" messages from/to a stream,