Searched defs:CopyingInputStream (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/third_party/protobuf/src/google/protobuf/io/
H A Dzero_copy_stream_impl_lite.h163 // CopyingInputStream and then use CopyingInputStreamAdaptor.
165 // CopyingInputStream implementations should avoid buffering if possible.
168 class LIBPROTOBUF_EXPORT CopyingInputStream { class in namespace:google::protobuf::io
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_;
H A Dzero_copy_stream_impl_lite.cc189 CopyingInputStream::~CopyingInputStream() {}
191 int CopyingInputStream::Skip(int count) {
207 CopyingInputStream* copying_stream, int block_size)
/external/protobuf/src/google/protobuf/io/
H A Dzero_copy_stream_impl_lite.h163 // CopyingInputStream and then use CopyingInputStreamAdaptor.
165 // CopyingInputStream implementations should avoid buffering if possible.
168 class LIBPROTOBUF_EXPORT CopyingInputStream { class in namespace:google::protobuf::io
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_;
H A Dzero_copy_stream_impl_lite.cc187 CopyingInputStream::~CopyingInputStream() {}
189 int CopyingInputStream::Skip(int count) {
205 CopyingInputStream* copying_stream, int block_size)

Completed in 119 milliseconds