HomeSort by relevance Sort by last modified time
    Searched defs:CopyingInputStream (Results 1 - 2 of 2) sorted by null

  /external/protobuf/src/google/protobuf/io/
zero_copy_stream_impl_lite.h 163 // CopyingInputStream and then use CopyingInputStreamAdaptor.
165 // CopyingInputStream implementations should avoid buffering if possible.
168 class LIBPROTOBUF_EXPORT CopyingInputStream {
170 virtual ~CopyingInputStream();
187 // A ZeroCopyInputStream which reads from a CopyingInputStream. This is
196 // Creates a stream that reads from the given CopyingInputStream.
201 explicit CopyingInputStreamAdaptor(CopyingInputStream* copying_stream,
206 // delete the underlying CopyingInputStream when it is destroyed.
222 CopyingInputStream* copying_stream_;
zero_copy_stream_impl_lite.cc 187 CopyingInputStream::~CopyingInputStream() {}
189 int CopyingInputStream::Skip(int count) {
205 CopyingInputStream* copying_stream, int block_size)

Completed in 30 milliseconds