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

  /external/protobuf/src/google/protobuf/io/
gzip_stream.cc 51 : format_(format), sub_stream_(sub_stream), zerror_(Z_OK), byte_count_(0) {
74 zerror_ = inflateEnd(&zcontext_);
89 if ((zerror_ == Z_OK) && (zcontext_.avail_out == 0)) {
125 bool ok = (zerror_ == Z_OK) || (zerror_ == Z_STREAM_END)
126 || (zerror_ == Z_BUF_ERROR);
134 if (zerror_ == Z_STREAM_END) {
137 zerror_ = inflateEnd(&zcontext_);
139 if (zerror_ != Z_OK) {
142 zerror_ = internalInflateInit2(&zcontext_, format_)
    [all...]
gzip_stream.h 81 return zerror_;
96 int zerror_; member in class:google::protobuf::io::GzipInputStream
155 return zerror_;
190 int zerror_; member in class:google::protobuf::io::GzipOutputStream
  /prebuilts/misc/darwin-x86_64/protobuf2.5/include/google/protobuf/io/
gzip_stream.h 82 return zerror_;
97 int zerror_; member in class:google::protobuf::io::GzipInputStream
155 return zerror_;
190 int zerror_; member in class:google::protobuf::io::GzipOutputStream
  /prebuilts/misc/linux-x86_64/protobuf2.5/include/google/protobuf/io/
gzip_stream.h 82 return zerror_;
97 int zerror_; member in class:google::protobuf::io::GzipInputStream
155 return zerror_;
190 int zerror_; member in class:google::protobuf::io::GzipOutputStream
  /prebuilts/tools/darwin-x86_64/protoc/include/google/protobuf/io/
gzip_stream.h 81 return zerror_;
96 int zerror_; member in class:google::protobuf::io::GzipInputStream
155 return zerror_;
190 int zerror_; member in class:google::protobuf::io::GzipOutputStream
  /prebuilts/tools/linux-x86_64/protoc/include/google/protobuf/io/
gzip_stream.h 82 return zerror_;
97 int zerror_; member in class:google::protobuf::io::GzipInputStream
155 return zerror_;
190 int zerror_; member in class:google::protobuf::io::GzipOutputStream

Completed in 374 milliseconds