Searched defs:CopyingOutputStream (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.h257 // CopyingOutputStream and then use CopyingOutputStreamAdaptor.
259 // CopyingOutputStream implementations should avoid buffering if possible.
262 class LIBPROTOBUF_EXPORT CopyingOutputStream { class in namespace:google::protobuf::io
264 virtual ~CopyingOutputStream();
271 // A ZeroCopyOutputStream which writes to a CopyingOutputStream. This is
284 explicit CopyingOutputStreamAdaptor(CopyingOutputStream* copying_stream,
294 // delete the underlying CopyingOutputStream when it is destroyed.
311 CopyingOutputStream* copying_stream_;
H A Dzero_copy_stream_impl_lite.cc310 CopyingOutputStream::~CopyingOutputStream() {}
313 CopyingOutputStream* copying_stream, int block_size)
/external/protobuf/src/google/protobuf/io/
H A Dzero_copy_stream_impl_lite.h257 // CopyingOutputStream and then use CopyingOutputStreamAdaptor.
259 // CopyingOutputStream implementations should avoid buffering if possible.
262 class LIBPROTOBUF_EXPORT CopyingOutputStream { class in namespace:google::protobuf::io
264 virtual ~CopyingOutputStream();
271 // A ZeroCopyOutputStream which writes to a CopyingOutputStream. This is
284 explicit CopyingOutputStreamAdaptor(CopyingOutputStream* copying_stream,
294 // delete the underlying CopyingOutputStream when it is destroyed.
311 CopyingOutputStream* copying_stream_;
H A Dzero_copy_stream_impl_lite.cc308 CopyingOutputStream::~CopyingOutputStream() {}
311 CopyingOutputStream* copying_stream, int block_size)

Completed in 130 milliseconds