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

/external/protobuf/src/google/protobuf/io/
H A Dzero_copy_stream_impl_lite.cc206 : copying_stream_(copying_stream),
217 delete copying_stream_;
238 buffer_used_ = copying_stream_->Read(buffer_.get(), buffer_size_);
285 int skipped = copying_stream_->Skip(count);
312 : copying_stream_(copying_stream),
323 delete copying_stream_;
367 if (copying_stream_->Write(buffer_.get(), buffer_used_)) {
H A Dzero_copy_stream_impl_lite.h222 CopyingInputStream* copying_stream_; member in class:google::protobuf::io::CopyingInputStreamAdaptor
228 // The current position of copying_stream_, relative to the point where
311 CopyingOutputStream* copying_stream_; member in class:google::protobuf::io::CopyingOutputStreamAdaptor
317 // The current position of copying_stream_, relative to the point where

Completed in 1234 milliseconds