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

  /external/chromium_org/third_party/protobuf/src/google/protobuf/io/
gzip_stream.cc 34 // GzipOutputStream.
187 GzipOutputStream::Options::Options()
193 GzipOutputStream::GzipOutputStream(ZeroCopyOutputStream* sub_stream) {
197 GzipOutputStream::GzipOutputStream(ZeroCopyOutputStream* sub_stream,
202 void GzipOutputStream::Init(ZeroCopyOutputStream* sub_stream,
236 GzipOutputStream::~GzipOutputStream() {
244 int GzipOutputStream::Deflate(int flush)
    [all...]
gzip_stream.h 34 // GzipOutputStream.
40 // GzipOutputStream is an ZeroCopyOutputStream that compresses data to
110 class LIBPROTOBUF_EXPORT GzipOutputStream : public ZeroCopyOutputStream {
140 // Create a GzipOutputStream with default options.
141 explicit GzipOutputStream(ZeroCopyOutputStream* sub_stream);
143 // Create a GzipOutputStream with the given options.
144 GzipOutputStream(
148 virtual ~GzipOutputStream();
202 GOOGLE_DISALLOW_EVIL_CONSTRUCTORS(GzipOutputStream);
  /external/protobuf/src/google/protobuf/io/
gzip_stream.cc 34 // GzipOutputStream.
171 GzipOutputStream::Options::Options()
177 GzipOutputStream::GzipOutputStream(ZeroCopyOutputStream* sub_stream) {
181 GzipOutputStream::GzipOutputStream(ZeroCopyOutputStream* sub_stream,
186 GzipOutputStream::GzipOutputStream(
196 void GzipOutputStream::Init(ZeroCopyOutputStream* sub_stream,
230 GzipOutputStream::~GzipOutputStream()
    [all...]
gzip_stream.h 34 // GzipOutputStream.
40 // GzipOutputStream is an ZeroCopyOutputStream that compresses data to
109 class LIBPROTOBUF_EXPORT GzipOutputStream : public ZeroCopyOutputStream {
139 // Create a GzipOutputStream with default options.
140 explicit GzipOutputStream(ZeroCopyOutputStream* sub_stream);
142 // Create a GzipOutputStream with the given options.
143 GzipOutputStream(
148 GzipOutputStream(
153 virtual ~GzipOutputStream();
200 GOOGLE_DISALLOW_EVIL_CONSTRUCTORS(GzipOutputStream);
    [all...]

Completed in 34 milliseconds