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

  /external/protobuf/src/google/protobuf/io/
zero_copy_stream_impl_lite.h 257 // CopyingOutputStream and then use CopyingOutputStreamAdaptor.
259 // CopyingOutputStream implementations should avoid buffering if possible.
262 class LIBPROTOBUF_EXPORT CopyingOutputStream {
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_;
zero_copy_stream_impl_lite.cc 308 CopyingOutputStream::~CopyingOutputStream() {}
311 CopyingOutputStream* copying_stream, int block_size)

Completed in 35 milliseconds