Searched refs:GzipInputStream (Results 1 - 8 of 8) sorted by relevance

/external/chromium_org/third_party/protobuf/src/google/protobuf/testing/
H A Dzcgunzip.cc35 // Test program to verify that GzipInputStream is compatible with command line
36 // gunzip or java.util.zip.GzipInputStream
52 using google::protobuf::io::GzipInputStream;
56 GzipInputStream in(&fin);
/external/protobuf/src/google/protobuf/testing/
H A Dzcgunzip.cc35 // Test program to verify that GzipInputStream is compatible with command line
36 // gunzip or java.util.zip.GzipInputStream
52 using google::protobuf::io::GzipInputStream;
56 GzipInputStream in(&fin);
/external/chromium_org/third_party/protobuf/src/google/protobuf/io/
H A Dgzip_stream.cc33 // This file contains the implementation of classes GzipInputStream and
49 GzipInputStream::GzipInputStream( function in class:google::protobuf::io::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
[all...]
H A Dgzip_stream.h33 // This file contains the definition for classes GzipInputStream and
36 // GzipInputStream decompresses data from an underlying
56 class LIBPROTOBUF_EXPORT GzipInputStream : public ZeroCopyInputStream { class in namespace:google::protobuf::io
71 explicit GzipInputStream(
75 virtual ~GzipInputStream();
106 GOOGLE_DISALLOW_EVIL_CONSTRUCTORS(GzipInputStream);
H A Dzero_copy_stream_unittest.cc363 GzipInputStream gzin(
364 &input, GzipInputStream::GZIP, gzip_buffer_size);
399 GzipInputStream gzin(
400 &input, GzipInputStream::GZIP, gzip_buffer_size);
431 GzipInputStream gzin(
432 &input, GzipInputStream::GZIP, gzip_buffer_size);
458 GzipInputStream gzin(
459 &input, GzipInputStream::GZIP, gzip_buffer_size);
489 GzipInputStream gzin(
490 &input, GzipInputStream
[all...]
/external/protobuf/src/google/protobuf/io/
H A Dgzip_stream.h33 // This file contains the definition for classes GzipInputStream and
36 // GzipInputStream decompresses data from an underlying
55 class LIBPROTOBUF_EXPORT GzipInputStream : public ZeroCopyInputStream { class in namespace:google::protobuf::io
70 explicit GzipInputStream(
74 virtual ~GzipInputStream();
105 GOOGLE_DISALLOW_EVIL_CONSTRUCTORS(GzipInputStream);
H A Dgzip_stream.cc33 // This file contains the implementation of classes GzipInputStream and
49 GzipInputStream::GzipInputStream( function in class:google::protobuf::io::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
[all...]
H A Dzero_copy_stream_unittest.cc307 GzipInputStream gzin(
308 &input, GzipInputStream::GZIP, gzip_buffer_size);
335 GzipInputStream gzin(
336 &input, GzipInputStream::ZLIB, gzip_buffer_size);
358 GzipInputStream gzin(&input, GzipInputStream::AUTO);
370 GzipInputStream gzin(&input, GzipInputStream::AUTO);
391 GzipInputStream gzin(&input);
508 GzipInputStream gzi
[all...]

Completed in 194 milliseconds