Home | History | Annotate | Download | only in protobuf

Lines Matching defs:io

47 namespace io {
117 bool ParseFromCodedStream(io::CodedInputStream* input);
120 bool ParsePartialFromCodedStream(io::CodedInputStream* input);
123 bool ParseFromZeroCopyStream(io::ZeroCopyInputStream* input);
126 bool ParsePartialFromZeroCopyStream(io::ZeroCopyInputStream* input);
130 bool ParseFromBoundedZeroCopyStream(io::ZeroCopyInputStream* input, int size);
133 bool ParsePartialFromBoundedZeroCopyStream(io::ZeroCopyInputStream* input,
158 bool MergeFromCodedStream(io::CodedInputStream* input);
165 virtual bool MergePartialFromCodedStream(io::CodedInputStream* input) = 0;
175 bool SerializeToCodedStream(io::CodedOutputStream* output) const;
177 bool SerializePartialToCodedStream(io::CodedOutputStream* output) const;
180 bool SerializeToZeroCopyStream(io::ZeroCopyOutputStream* output) const;
182 bool SerializePartialToZeroCopyStream(io::ZeroCopyOutputStream* output) const;
219 io::CodedOutputStream* output) const = 0;