Home | History | Annotate | Download | only in base

Lines Matching refs:CompoundBuffer

5 // CompoundBuffer implements a data buffer that is composed of several pieces,
12 // to be used by protobuf to decode data stored in CompoundBuffer into
34 class CompoundBuffer {
36 CompoundBuffer();
37 ~CompoundBuffer();
46 void Append(const CompoundBuffer& buffer);
49 void Prepend(const CompoundBuffer& buffer);
79 void CopyFrom(const CompoundBuffer& source, int start, int end);
98 DISALLOW_COPY_AND_ASSIGN(CompoundBuffer);
105 explicit CompoundBufferInputStream(const CompoundBuffer* buffer);
117 const CompoundBuffer* buffer_;