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

/external/chromium_org/third_party/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.cc403 // Create the ZipWriter
405 ZipWriter zip_writer(&stream);
/external/protobuf/src/google/protobuf/compiler/
H A Dzip_writer.h41 class ZipWriter { class in namespace:google::protobuf::compiler
43 ZipWriter(io::ZeroCopyOutputStream* raw_output);
44 ~ZipWriter();
H A Dzip_writer.cc105 ZipWriter::ZipWriter(io::ZeroCopyOutputStream* raw_output) function in class:google::protobuf::compiler::ZipWriter
107 ZipWriter::~ZipWriter() {}
109 bool ZipWriter::Write(const string& filename, const string& contents) {
139 bool ZipWriter::WriteDirectory() {
H A Dcommand_line_interface.cc384 // Create the ZipWriter
386 ZipWriter zip_writer(&stream);

Completed in 3294 milliseconds