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

  /external/protobuf/src/google/protobuf/io/
gzip_stream.h 93 ZeroCopyInputStream* sub_stream_; member in class:google::protobuf::io::GzipInputStream
182 ZeroCopyOutputStream* sub_stream_; member in class:google::protobuf::io::GzipOutputStream
183 // Result from calling Next() on sub_stream_
gzip_stream.cc 51 : format_(format), sub_stream_(sub_stream), zerror_(Z_OK) {
83 bool ok = sub_stream_->Next(&in, &in_size);
198 sub_stream_ = sub_stream;
242 bool ok = sub_stream_->Next(&sub_data_, &sub_data_size_);
257 sub_stream_->BackUp(zcontext_.avail_out);

Completed in 2010 milliseconds