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

  /external/protobuf/src/google/protobuf/io/
zero_copy_stream_impl_lite.h 164 // CopyingInputStream and then use CopyingInputStreamAdaptor.
166 // CopyingInputStream implementations should avoid buffering if possible.
169 class LIBPROTOBUF_EXPORT CopyingInputStream {
171 virtual ~CopyingInputStream();
188 // A ZeroCopyInputStream which reads from a CopyingInputStream. This is
197 // Creates a stream that reads from the given CopyingInputStream.
202 explicit CopyingInputStreamAdaptor(CopyingInputStream* copying_stream,
207 // delete the underlying CopyingInputStream when it is destroyed.
223 CopyingInputStream* copying_stream_;
zero_copy_stream_impl_lite.cc 199 CopyingInputStream::~CopyingInputStream() {}
201 int CopyingInputStream::Skip(int count) {
217 CopyingInputStream* copying_stream, int block_size)
  /prebuilts/misc/darwin-x86_64/protobuf2.5/include/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_;
  /prebuilts/misc/linux-x86_64/protobuf2.5/include/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_;
  /prebuilts/misc/windows/protobuf2.5/include/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_;
  /prebuilts/tools/linux-x86_64/protoc/include/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_;
  /prebuilts/tools/darwin-x86_64/protoc/include/google/protobuf/io/
zero_copy_stream_impl_lite.h 196 // CopyingInputStream and then use CopyingInputStreamAdaptor.
198 // CopyingInputStream implementations should avoid buffering if possible.
201 class LIBPROTOBUF_EXPORT CopyingInputStream {
203 virtual ~CopyingInputStream();
220 // A ZeroCopyInputStream which reads from a CopyingInputStream. This is
229 // Creates a stream that reads from the given CopyingInputStream.
234 explicit CopyingInputStreamAdaptor(CopyingInputStream* copying_stream,
239 // delete the underlying CopyingInputStream when it is destroyed.
255 CopyingInputStream* copying_stream_;

Completed in 189 milliseconds