Home
last modified time | relevance | path

Searched defs:ZipWriter (Results 1 – 4 of 4) sorted by relevance

/external/rust/crates/zip/src/
Dwrite.rs66 pub struct ZipWriter<W: Write + io::Seek> { struct
67 inner: GenericZipWriter<W>, argument
69 stats: ZipWriterStats, argument
76 struct ZipWriterStats { argument
156 impl<W: Write + io::Seek> Write for ZipWriter<W> { implementation
197 impl<W: Write + io::Seek> ZipWriter<W> { implementation
498 impl<W: Write + io::Seek> Drop for ZipWriter<W> { implementation
/external/protobuf/src/google/protobuf/compiler/
Dzip_writer.cc138 ZipWriter::ZipWriter(io::ZeroCopyOutputStream* raw_output) in ZipWriter() function in google::protobuf::compiler::ZipWriter
/external/zlib/google/
Dzip_writer.cc120 ZipWriter::ZipWriter(zipFile zip_file, in ZipWriter() function in zip::internal::ZipWriter
/external/angle/third_party/zlib/google/
Dzip_writer.cc165 ZipWriter::ZipWriter(zipFile zip_file, FileAccessor* file_accessor) in ZipWriter() function in zip::internal::ZipWriter