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

/prebuilts/misc/darwin-x86_64/protobuf2.5/include/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_;
/prebuilts/misc/linux-x86_64/protobuf2.5/include/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_;
/prebuilts/misc/windows/protobuf2.5/include/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_;
/prebuilts/tools/linux-x86_64/protoc/include/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_;
/prebuilts/tools/darwin-x86_64/protoc/include/google/protobuf/io/
H A Dzero_copy_stream_impl_lite.h196 // CopyingInputStream and then use CopyingInputStreamAdaptor.
198 // CopyingInputStream implementations should avoid buffering if possible.
201 class LIBPROTOBUF_EXPORT CopyingInputStream { class in namespace:google::protobuf::io
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 2608 milliseconds