Searched refs:copying_stream_ (Results 1 – 2 of 2) sorted by relevance
251 : copying_stream_(copying_stream), in CopyingInputStreamAdaptor()262 delete copying_stream_; in ~CopyingInputStreamAdaptor()283 buffer_used_ = copying_stream_->Read(buffer_.get(), buffer_size_); in Next()330 int skipped = copying_stream_->Skip(count); in Skip()357 : copying_stream_(copying_stream), in CopyingOutputStreamAdaptor()368 delete copying_stream_; in ~CopyingOutputStreamAdaptor()412 if (copying_stream_->Write(buffer_.get(), buffer_used_)) { in WriteBuffer()
254 CopyingInputStream* copying_stream_; variable343 CopyingOutputStream* copying_stream_; variable