Home | History | Annotate | Download | only in protobuf

Lines Matching refs:output

172   // Write a protocol buffer of this message to the given output.  Returns
175 bool SerializeToCodedStream(io::CodedOutputStream* output) const;
177 bool SerializePartialToCodedStream(io::CodedOutputStream* output) const;
178 // Write the message to the given zero-copy output stream. All required
180 bool SerializeToZeroCopyStream(io::ZeroCopyOutputStream* output) const;
182 bool SerializePartialToZeroCopyStream(io::ZeroCopyOutputStream* output) const;
185 bool SerializeToString(string* output) const;
187 bool SerializePartialToString(string* output) const;
206 bool AppendToString(string* output) const;
208 bool AppendPartialToString(string* output) const;
219 io::CodedOutputStream* output) const = 0;