Searched refs:ZipWriter (Results 1 - 3 of 3) sorted by relevance

/external/protobuf/src/google/protobuf/compiler/
H A Dzip_writer.h71 class ZipWriter { class in namespace:google::protobuf::compiler
73 ZipWriter(io::ZeroCopyOutputStream* raw_output);
74 ~ZipWriter();
H A Dzip_writer.cc135 ZipWriter::ZipWriter(io::ZeroCopyOutputStream* raw_output) function in class:google::protobuf::compiler::ZipWriter
137 ZipWriter::~ZipWriter() {}
139 bool ZipWriter::Write(const string& filename, const string& contents) {
169 bool ZipWriter::WriteDirectory() {
H A Dcommand_line_interface.cc409 // Create the ZipWriter
411 ZipWriter zip_writer(&stream);

Completed in 184 milliseconds