Home
last modified time | relevance | path

Searched refs:GzipOutputStream (Results 1 – 6 of 6) sorted by relevance

/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/src/google/protobuf/io/
Dgzip_stream.cc193 GzipOutputStream::Options::Options() in Options()
199 GzipOutputStream::GzipOutputStream(ZeroCopyOutputStream* sub_stream) { in GzipOutputStream() function in google::protobuf::io::GzipOutputStream
203 GzipOutputStream::GzipOutputStream(ZeroCopyOutputStream* sub_stream, in GzipOutputStream() function in google::protobuf::io::GzipOutputStream
208 void GzipOutputStream::Init(ZeroCopyOutputStream* sub_stream, in Init()
242 GzipOutputStream::~GzipOutputStream() { in ~GzipOutputStream()
248 int GzipOutputStream::Deflate(int flush) { in Deflate()
275 bool GzipOutputStream::Next(void** data, int* size) { in Next()
297 void GzipOutputStream::BackUp(int count) { in BackUp()
301 int64 GzipOutputStream::ByteCount() const { in ByteCount()
305 bool GzipOutputStream::Flush() { in Flush()
[all …]
Dzero_copy_stream_unittest.cc125 string Compress(const string& data, const GzipOutputStream::Options& options);
356 GzipOutputStream::Options options; in TEST_F()
357 options.format = GzipOutputStream::GZIP; in TEST_F()
361 GzipOutputStream gzout(&output, options); in TEST_F()
391 GzipOutputStream::Options options; in TEST_F()
392 options.format = GzipOutputStream::GZIP; in TEST_F()
396 GzipOutputStream gzout(&output, options); in TEST_F()
423 GzipOutputStream::Options options; in TEST_F()
424 options.format = GzipOutputStream::GZIP; in TEST_F()
428 GzipOutputStream gzout(&output, options); in TEST_F()
[all …]
Dgzip_stream.h110 class LIBPROTOBUF_EXPORT GzipOutputStream : public ZeroCopyOutputStream {
141 explicit GzipOutputStream(ZeroCopyOutputStream* sub_stream);
144 GzipOutputStream(
148 virtual ~GzipOutputStream();
202 GOOGLE_DISALLOW_EVIL_CONSTRUCTORS(GzipOutputStream);
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/src/google/protobuf/testing/
Dzcgzip.cc58 using google::protobuf::io::GzipOutputStream;
62 GzipOutputStream out(&fout); in main()
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/cmake/
DREADME.md264 If you want to include GzipInputStream and GzipOutputStream
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/
DCHANGES.txt1083 * GzipInputStream and GzipOutputStream support reading/writing gzip- or