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.cc251 : 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()
Dzero_copy_stream_impl_lite.h255 CopyingInputStream* copying_stream_; variable
344 CopyingOutputStream* copying_stream_; variable