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

  /external/chromium_org/third_party/protobuf/src/google/protobuf/io/
gzip_stream.cc 51 : format_(format), sub_stream_(sub_stream), zerror_(Z_OK) {
94 bool ok = sub_stream_->Next(&in, &in_size);
135 // sub_stream_ may have concatenated streams to follow
204 sub_stream_ = sub_stream;
248 bool ok = sub_stream_->Next(&sub_data_, &sub_data_size_);
262 sub_stream_->BackUp(zcontext_.avail_out);
gzip_stream.h 94 ZeroCopyInputStream* sub_stream_; member in class:google::protobuf::io::GzipInputStream
184 ZeroCopyOutputStream* sub_stream_; member in class:google::protobuf::io::GzipOutputStream
185 // Result from calling Next() on sub_stream_
  /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 770 milliseconds