GzipInputStream 49 third_party/protobuf/src/google/protobuf/io/gzip_stream.cc GzipInputStream::GzipInputStream( GzipInputStream 71 third_party/protobuf/src/google/protobuf/io/gzip_stream.cc GzipInputStream::~GzipInputStream() { GzipInputStream 77 third_party/protobuf/src/google/protobuf/io/gzip_stream.cc z_stream* zcontext, GzipInputStream::Format format) { GzipInputStream 80 third_party/protobuf/src/google/protobuf/io/gzip_stream.cc case GzipInputStream::GZIP: windowBitsFormat = 16; break; GzipInputStream 81 third_party/protobuf/src/google/protobuf/io/gzip_stream.cc case GzipInputStream::AUTO: windowBitsFormat = 32; break; GzipInputStream 82 third_party/protobuf/src/google/protobuf/io/gzip_stream.cc case GzipInputStream::ZLIB: windowBitsFormat = 0; break; GzipInputStream 87 third_party/protobuf/src/google/protobuf/io/gzip_stream.cc int GzipInputStream::Inflate(int flush) { GzipInputStream 116 third_party/protobuf/src/google/protobuf/io/gzip_stream.cc void GzipInputStream::DoNextOutput(const void** data, int* size) { GzipInputStream 123 third_party/protobuf/src/google/protobuf/io/gzip_stream.cc bool GzipInputStream::Next(const void** data, int* size) { GzipInputStream 163 third_party/protobuf/src/google/protobuf/io/gzip_stream.cc void GzipInputStream::BackUp(int count) { GzipInputStream 167 third_party/protobuf/src/google/protobuf/io/gzip_stream.cc bool GzipInputStream::Skip(int count) { GzipInputStream 180 third_party/protobuf/src/google/protobuf/io/gzip_stream.cc int64 GzipInputStream::ByteCount() const { GzipInputStream 56 third_party/protobuf/src/google/protobuf/io/gzip_stream.h class LIBPROTOBUF_EXPORT GzipInputStream : public ZeroCopyInputStream { GzipInputStream 71 third_party/protobuf/src/google/protobuf/io/gzip_stream.h explicit GzipInputStream( GzipInputStream 75 third_party/protobuf/src/google/protobuf/io/gzip_stream.h virtual ~GzipInputStream(); GzipInputStream 106 third_party/protobuf/src/google/protobuf/io/gzip_stream.h GOOGLE_DISALLOW_EVIL_CONSTRUCTORS(GzipInputStream); GzipInputStream 363 third_party/protobuf/src/google/protobuf/io/zero_copy_stream_unittest.cc GzipInputStream gzin( GzipInputStream 364 third_party/protobuf/src/google/protobuf/io/zero_copy_stream_unittest.cc &input, GzipInputStream::GZIP, gzip_buffer_size); GzipInputStream 399 third_party/protobuf/src/google/protobuf/io/zero_copy_stream_unittest.cc GzipInputStream gzin( GzipInputStream 400 third_party/protobuf/src/google/protobuf/io/zero_copy_stream_unittest.cc &input, GzipInputStream::GZIP, gzip_buffer_size); GzipInputStream 431 third_party/protobuf/src/google/protobuf/io/zero_copy_stream_unittest.cc GzipInputStream gzin( GzipInputStream 432 third_party/protobuf/src/google/protobuf/io/zero_copy_stream_unittest.cc &input, GzipInputStream::GZIP, gzip_buffer_size); GzipInputStream 458 third_party/protobuf/src/google/protobuf/io/zero_copy_stream_unittest.cc GzipInputStream gzin( GzipInputStream 459 third_party/protobuf/src/google/protobuf/io/zero_copy_stream_unittest.cc &input, GzipInputStream::GZIP, gzip_buffer_size); GzipInputStream 489 third_party/protobuf/src/google/protobuf/io/zero_copy_stream_unittest.cc GzipInputStream gzin( GzipInputStream 490 third_party/protobuf/src/google/protobuf/io/zero_copy_stream_unittest.cc &input, GzipInputStream::ZLIB, gzip_buffer_size); GzipInputStream 514 third_party/protobuf/src/google/protobuf/io/zero_copy_stream_unittest.cc GzipInputStream gzin(&input, GzipInputStream::AUTO); GzipInputStream 528 third_party/protobuf/src/google/protobuf/io/zero_copy_stream_unittest.cc GzipInputStream gzin(&input, GzipInputStream::AUTO); GzipInputStream 549 third_party/protobuf/src/google/protobuf/io/zero_copy_stream_unittest.cc GzipInputStream gzin(&input); GzipInputStream 630 third_party/protobuf/src/google/protobuf/io/zero_copy_stream_unittest.cc GzipInputStream* gzin = new GzipInputStream(input); GzipInputStream 731 third_party/protobuf/src/google/protobuf/io/zero_copy_stream_unittest.cc GzipInputStream gzin(&input); GzipInputStream 52 third_party/protobuf/src/google/protobuf/testing/zcgunzip.cc using google::protobuf::io::GzipInputStream; GzipInputStream 56 third_party/protobuf/src/google/protobuf/testing/zcgunzip.cc GzipInputStream in(&fin);