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

  /external/chromium_org/third_party/protobuf/src/google/protobuf/io/
gzip_stream.cc 52 zcontext_.zalloc = Z_NULL;
53 zcontext_.zfree = Z_NULL;
54 zcontext_.opaque = Z_NULL;
55 zcontext_.total_out = 0;
56 zcontext_.next_in = NULL;
57 zcontext_.avail_in = 0;
58 zcontext_.total_in = 0;
59 zcontext_.msg = NULL;
67 zcontext_.next_out = static_cast<Bytef*>(output_buffer_);
68 zcontext_.avail_out = output_buffer_length_
    [all...]
gzip_stream.h 79 return zcontext_.msg;
96 z_stream zcontext_; member in class:google::protobuf::io::GzipInputStream
152 return zcontext_.msg;
189 z_stream zcontext_; member in class:google::protobuf::io::GzipOutputStream
  /external/protobuf/src/google/protobuf/io/
gzip_stream.cc 52 zcontext_.zalloc = Z_NULL;
53 zcontext_.zfree = Z_NULL;
54 zcontext_.opaque = Z_NULL;
55 zcontext_.total_out = 0;
56 zcontext_.next_in = NULL;
57 zcontext_.avail_in = 0;
58 zcontext_.total_in = 0;
59 zcontext_.msg = NULL;
67 zcontext_.next_out = static_cast<Bytef*>(output_buffer_);
68 zcontext_.avail_out = output_buffer_length_
    [all...]
gzip_stream.h 78 return zcontext_.msg;
95 z_stream zcontext_; member in class:google::protobuf::io::GzipInputStream
157 return zcontext_.msg;
187 z_stream zcontext_; member in class:google::protobuf::io::GzipOutputStream
  /prebuilts/misc/linux-x86/protobuf/
aprotoc 

Completed in 197 milliseconds