Lines Matching refs:ProtoStream
57 * A ProtoStream provides the shared functionality of the input and
60 class ProtoStream
69 * Create a ProtoStream.
71 ProtoStream() {}
79 ProtoStream(const ProtoStream&);
80 ProtoStream& operator=(const ProtoStream&);
92 class ProtoOutputStream : public ProtoStream
142 class ProtoInputStream : public ProtoStream