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

  /external/chromium_org/third_party/protobuf/src/google/protobuf/io/
gzip_stream.cc 33 // This file contains the implementation of classes GzipInputStream and
49 GzipInputStream::GzipInputStream(
71 GzipInputStream::~GzipInputStream() {
77 z_stream* zcontext, GzipInputStream::Format format) {
80 case GzipInputStream::GZIP: windowBitsFormat = 16; break;
81 case GzipInputStream::AUTO: windowBitsFormat = 32; break;
82 case GzipInputStream::ZLIB: windowBitsFormat = 0; break;
87 int GzipInputStream::Inflate(int flush)
    [all...]
gzip_stream.h 33 // This file contains the definition for classes GzipInputStream and
36 // GzipInputStream decompresses data from an underlying
56 class LIBPROTOBUF_EXPORT GzipInputStream : public ZeroCopyInputStream {
71 explicit GzipInputStream(
75 virtual ~GzipInputStream();
106 GOOGLE_DISALLOW_EVIL_CONSTRUCTORS(GzipInputStream);
  /external/protobuf/src/google/protobuf/io/
gzip_stream.cc 33 // This file contains the implementation of classes GzipInputStream and
49 GzipInputStream::GzipInputStream(
71 GzipInputStream::~GzipInputStream() {
76 int GzipInputStream::Inflate(int flush) {
112 void GzipInputStream::DoNextOutput(const void** data, int* size) {
119 bool GzipInputStream::Next(const void** data, int* size) {
147 void GzipInputStream::BackUp(int count) {
151 bool GzipInputStream::Skip(int count)
    [all...]
gzip_stream.h 33 // This file contains the definition for classes GzipInputStream and
36 // GzipInputStream decompresses data from an underlying
55 class LIBPROTOBUF_EXPORT GzipInputStream : public ZeroCopyInputStream {
70 explicit GzipInputStream(
74 virtual ~GzipInputStream();
105 GOOGLE_DISALLOW_EVIL_CONSTRUCTORS(GzipInputStream);

Completed in 53 milliseconds