Home
last modified time | relevance | path

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

/external/protobuf/src/google/protobuf/io/
Dzero_copy_stream_impl_lite.cc218 : copying_stream_(copying_stream), in CopyingInputStreamAdaptor()
229 delete copying_stream_; in ~CopyingInputStreamAdaptor()
250 buffer_used_ = copying_stream_->Read(buffer_.get(), buffer_size_); in Next()
297 int skipped = copying_stream_->Skip(count); in Skip()
324 : copying_stream_(copying_stream), in CopyingOutputStreamAdaptor()
335 delete copying_stream_; in ~CopyingOutputStreamAdaptor()
379 if (copying_stream_->Write(buffer_.get(), buffer_used_)) { in WriteBuffer()
Dzero_copy_stream_impl_lite.h223 CopyingInputStream* copying_stream_; variable
312 CopyingOutputStream* copying_stream_; variable