HomeSort by relevance Sort by last modified time
    Searched refs:copying_stream_ (Results 1 - 2 of 2) sorted by null

  /external/protobuf/src/google/protobuf/io/
zero_copy_stream_impl_lite.cc 251 : copying_stream_(copying_stream),
262 delete copying_stream_;
283 buffer_used_ = copying_stream_->Read(buffer_.get(), buffer_size_);
330 int skipped = copying_stream_->Skip(count);
357 : copying_stream_(copying_stream),
368 delete copying_stream_;
412 if (copying_stream_->Write(buffer_.get(), buffer_used_)) {
zero_copy_stream_impl_lite.h 255 CopyingInputStream* copying_stream_; member in class:google::protobuf::io::CopyingInputStreamAdaptor
261 // The current position of copying_stream_, relative to the point where
344 CopyingOutputStream* copying_stream_; member in class:google::protobuf::io::CopyingOutputStreamAdaptor
350 // The current position of copying_stream_, relative to the point where

Completed in 824 milliseconds