Searched refs:GzipOutputStream (Results 1 – 9 of 9) sorted by relevance
/external/protobuf/src/google/protobuf/io/ |
D | gzip_stream.cc | 199 GzipOutputStream::Options::Options() in Options() 205 GzipOutputStream::GzipOutputStream(ZeroCopyOutputStream* sub_stream) { in GzipOutputStream() function in google::protobuf::io::GzipOutputStream 209 GzipOutputStream::GzipOutputStream(ZeroCopyOutputStream* sub_stream, in GzipOutputStream() function in google::protobuf::io::GzipOutputStream 214 void GzipOutputStream::Init(ZeroCopyOutputStream* sub_stream, in Init() 245 GzipOutputStream::~GzipOutputStream() { in ~GzipOutputStream() 251 int GzipOutputStream::Deflate(int flush) { in Deflate() 278 bool GzipOutputStream::Next(void** data, int* size) { in Next() 300 void GzipOutputStream::BackUp(int count) { in BackUp() 304 int64 GzipOutputStream::ByteCount() const { in ByteCount() 308 bool GzipOutputStream::Flush() { in Flush() [all …]
|
D | zero_copy_stream_unittest.cc | 129 const GzipOutputStream::Options& options); 360 GzipOutputStream::Options options; in TEST_F() 361 options.format = GzipOutputStream::GZIP; in TEST_F() 365 GzipOutputStream gzout(&output, options); in TEST_F() 394 GzipOutputStream::Options options; in TEST_F() 395 options.format = GzipOutputStream::GZIP; in TEST_F() 399 GzipOutputStream gzout(&output, options); in TEST_F() 425 GzipOutputStream::Options options; in TEST_F() 426 options.format = GzipOutputStream::GZIP; in TEST_F() 430 GzipOutputStream gzout(&output, options); in TEST_F() [all …]
|
D | gzip_stream.h | 106 class PROTOBUF_EXPORT GzipOutputStream : public ZeroCopyOutputStream { 137 explicit GzipOutputStream(ZeroCopyOutputStream* sub_stream); 140 GzipOutputStream(ZeroCopyOutputStream* sub_stream, const Options& options); 142 virtual ~GzipOutputStream(); 192 GOOGLE_DISALLOW_EVIL_CONSTRUCTORS(GzipOutputStream);
|
/external/protobuf/src/google/protobuf/testing/ |
D | zcgzip.cc | 58 using google::protobuf::io::GzipOutputStream; 62 GzipOutputStream out(&fout); in main()
|
/external/tflite-support/third_party/ |
D | com_google_protobuf_fixes.diff | 118 @@ -142,9 +148,11 @@ class PROTOBUF_EXPORT GzipOutputStream : public ZeroCopyOutputStream { 120 virtual ~GzipOutputStream(); 130 @@ -177,8 +185,10 @@ class PROTOBUF_EXPORT GzipOutputStream : public ZeroCopyOutputStream {
|
/external/icing/icing/file/ |
D | file-backed-proto-log.h | 713 google::protobuf::io::GzipOutputStream::Options options; in WriteProto() 714 options.format = google::protobuf::io::GzipOutputStream::ZLIB; in WriteProto() 717 google::protobuf::io::GzipOutputStream compressing_stream(&proto_stream, in WriteProto()
|
D | portable-file-backed-proto-log.h | 884 google::protobuf::io::GzipOutputStream::Options options; in WriteProto() 885 options.format = google::protobuf::io::GzipOutputStream::ZLIB; in WriteProto() 888 google::protobuf::io::GzipOutputStream compressing_stream(&proto_stream, in WriteProto()
|
/external/protobuf/cmake/ |
D | README.md | 268 If you want to include GzipInputStream and GzipOutputStream
|
/external/protobuf/ |
D | CHANGES.txt | 1892 * GzipInputStream and GzipOutputStream support reading/writing gzip- or
|