GzipOutputStream 187 third_party/protobuf/src/google/protobuf/io/gzip_stream.cc GzipOutputStream::Options::Options() GzipOutputStream 193 third_party/protobuf/src/google/protobuf/io/gzip_stream.cc GzipOutputStream::GzipOutputStream(ZeroCopyOutputStream* sub_stream) { GzipOutputStream 197 third_party/protobuf/src/google/protobuf/io/gzip_stream.cc GzipOutputStream::GzipOutputStream(ZeroCopyOutputStream* sub_stream, GzipOutputStream 202 third_party/protobuf/src/google/protobuf/io/gzip_stream.cc void GzipOutputStream::Init(ZeroCopyOutputStream* sub_stream, GzipOutputStream 236 third_party/protobuf/src/google/protobuf/io/gzip_stream.cc GzipOutputStream::~GzipOutputStream() { GzipOutputStream 244 third_party/protobuf/src/google/protobuf/io/gzip_stream.cc int GzipOutputStream::Deflate(int flush) { GzipOutputStream 271 third_party/protobuf/src/google/protobuf/io/gzip_stream.cc bool GzipOutputStream::Next(void** data, int* size) { GzipOutputStream 293 third_party/protobuf/src/google/protobuf/io/gzip_stream.cc void GzipOutputStream::BackUp(int count) { GzipOutputStream 297 third_party/protobuf/src/google/protobuf/io/gzip_stream.cc int64 GzipOutputStream::ByteCount() const { GzipOutputStream 301 third_party/protobuf/src/google/protobuf/io/gzip_stream.cc bool GzipOutputStream::Flush() { GzipOutputStream 309 third_party/protobuf/src/google/protobuf/io/gzip_stream.cc bool GzipOutputStream::Close() { GzipOutputStream 110 third_party/protobuf/src/google/protobuf/io/gzip_stream.h class LIBPROTOBUF_EXPORT GzipOutputStream : public ZeroCopyOutputStream { GzipOutputStream 141 third_party/protobuf/src/google/protobuf/io/gzip_stream.h explicit GzipOutputStream(ZeroCopyOutputStream* sub_stream); GzipOutputStream 144 third_party/protobuf/src/google/protobuf/io/gzip_stream.h GzipOutputStream( GzipOutputStream 148 third_party/protobuf/src/google/protobuf/io/gzip_stream.h virtual ~GzipOutputStream(); GzipOutputStream 202 third_party/protobuf/src/google/protobuf/io/gzip_stream.h GOOGLE_DISALLOW_EVIL_CONSTRUCTORS(GzipOutputStream); GzipOutputStream 120 third_party/protobuf/src/google/protobuf/io/zero_copy_stream_unittest.cc string Compress(const string& data, const GzipOutputStream::Options& options); GzipOutputStream 351 third_party/protobuf/src/google/protobuf/io/zero_copy_stream_unittest.cc GzipOutputStream::Options options; GzipOutputStream 352 third_party/protobuf/src/google/protobuf/io/zero_copy_stream_unittest.cc options.format = GzipOutputStream::GZIP; GzipOutputStream 356 third_party/protobuf/src/google/protobuf/io/zero_copy_stream_unittest.cc GzipOutputStream gzout(&output, options); GzipOutputStream 386 third_party/protobuf/src/google/protobuf/io/zero_copy_stream_unittest.cc GzipOutputStream::Options options; GzipOutputStream 387 third_party/protobuf/src/google/protobuf/io/zero_copy_stream_unittest.cc options.format = GzipOutputStream::GZIP; GzipOutputStream 391 third_party/protobuf/src/google/protobuf/io/zero_copy_stream_unittest.cc GzipOutputStream gzout(&output, options); GzipOutputStream 418 third_party/protobuf/src/google/protobuf/io/zero_copy_stream_unittest.cc GzipOutputStream::Options options; GzipOutputStream 419 third_party/protobuf/src/google/protobuf/io/zero_copy_stream_unittest.cc options.format = GzipOutputStream::GZIP; GzipOutputStream 423 third_party/protobuf/src/google/protobuf/io/zero_copy_stream_unittest.cc GzipOutputStream gzout(&output, options); GzipOutputStream 446 third_party/protobuf/src/google/protobuf/io/zero_copy_stream_unittest.cc GzipOutputStream::Options options; GzipOutputStream 447 third_party/protobuf/src/google/protobuf/io/zero_copy_stream_unittest.cc options.format = GzipOutputStream::GZIP; GzipOutputStream 452 third_party/protobuf/src/google/protobuf/io/zero_copy_stream_unittest.cc GzipOutputStream gzout(&output, options); GzipOutputStream 477 third_party/protobuf/src/google/protobuf/io/zero_copy_stream_unittest.cc GzipOutputStream::Options options; GzipOutputStream 478 third_party/protobuf/src/google/protobuf/io/zero_copy_stream_unittest.cc options.format = GzipOutputStream::ZLIB; GzipOutputStream 482 third_party/protobuf/src/google/protobuf/io/zero_copy_stream_unittest.cc GzipOutputStream gzout(&output, options); GzipOutputStream 505 third_party/protobuf/src/google/protobuf/io/zero_copy_stream_unittest.cc GzipOutputStream::Options options; GzipOutputStream 506 third_party/protobuf/src/google/protobuf/io/zero_copy_stream_unittest.cc options.format = GzipOutputStream::ZLIB; GzipOutputStream 507 third_party/protobuf/src/google/protobuf/io/zero_copy_stream_unittest.cc GzipOutputStream gzout(&output, options); GzipOutputStream 519 third_party/protobuf/src/google/protobuf/io/zero_copy_stream_unittest.cc GzipOutputStream::Options options; GzipOutputStream 520 third_party/protobuf/src/google/protobuf/io/zero_copy_stream_unittest.cc options.format = GzipOutputStream::GZIP; GzipOutputStream 521 third_party/protobuf/src/google/protobuf/io/zero_copy_stream_unittest.cc GzipOutputStream gzout(&output, options); GzipOutputStream 535 third_party/protobuf/src/google/protobuf/io/zero_copy_stream_unittest.cc const GzipOutputStream::Options& options) { GzipOutputStream 539 third_party/protobuf/src/google/protobuf/io/zero_copy_stream_unittest.cc GzipOutputStream gzout(&output, options); GzipOutputStream 567 third_party/protobuf/src/google/protobuf/io/zero_copy_stream_unittest.cc GzipOutputStream::Options options; GzipOutputStream 574 third_party/protobuf/src/google/protobuf/io/zero_copy_stream_unittest.cc options = GzipOutputStream::Options(); GzipOutputStream 575 third_party/protobuf/src/google/protobuf/io/zero_copy_stream_unittest.cc options.format = GzipOutputStream::ZLIB; GzipOutputStream 607 third_party/protobuf/src/google/protobuf/io/zero_copy_stream_unittest.cc GzipOutputStream* gzout = new GzipOutputStream(output); GzipOutputStream 618 third_party/protobuf/src/google/protobuf/io/zero_copy_stream_unittest.cc gzout = new GzipOutputStream(output); GzipOutputStream 719 third_party/protobuf/src/google/protobuf/io/zero_copy_stream_unittest.cc GzipOutputStream gzout(&output); GzipOutputStream 51 third_party/protobuf/src/google/protobuf/testing/zcgzip.cc using google::protobuf::io::GzipOutputStream; GzipOutputStream 55 third_party/protobuf/src/google/protobuf/testing/zcgzip.cc GzipOutputStream out(&fout);