Home
last modified time | relevance | path

Searched refs:copying_stream_ (Results 1 – 2 of 2) sorted by relevance

/third_party/protobuf/src/google/protobuf/io/
Dzero_copy_stream_impl_lite.cc203 : 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()
Dzero_copy_stream_impl_lite.h231 CopyingInputStream* copying_stream_; variable
320 CopyingOutputStream* copying_stream_; variable