Searched refs:copying_stream_ (Results 1 – 2 of 2) sorted by relevance
203 : copying_stream_(copying_stream), in CopyingInputStreamAdaptor()213 delete copying_stream_; in ~CopyingInputStreamAdaptor()234 buffer_used_ = copying_stream_->Read(buffer_.get(), buffer_size_); in Next()280 int skipped = copying_stream_->Skip(count); in Skip()305 : copying_stream_(copying_stream), in CopyingOutputStreamAdaptor()315 delete copying_stream_; in ~CopyingOutputStreamAdaptor()357 if (copying_stream_->Write(buffer_.get(), buffer_used_)) { in WriteBuffer()
231 CopyingInputStream* copying_stream_; variable320 CopyingOutputStream* copying_stream_; variable