#include <zip_writer.h>
Classes | |
struct | FileInfo |
Public Member Functions | |
bool | Write (const std::string &filename, const std::string &contents) |
bool | Write (const std::string &filename, const std::string &contents) |
bool | WriteDirectory () |
bool | WriteDirectory () |
ZipWriter (io::ZeroCopyOutputStream *raw_output) | |
ZipWriter (io::ZeroCopyOutputStream *raw_output) | |
~ZipWriter () | |
~ZipWriter () | |
Private Attributes | |
std::vector< FileInfo > | files_ |
io::ZeroCopyOutputStream * | raw_output_ |
Definition at line 71 of file bloaty/third_party/protobuf/src/google/protobuf/compiler/zip_writer.h.
google::protobuf::compiler::ZipWriter::ZipWriter | ( | io::ZeroCopyOutputStream * | raw_output | ) |
Definition at line 138 of file bloaty/third_party/protobuf/src/google/protobuf/compiler/zip_writer.cc.
google::protobuf::compiler::ZipWriter::~ZipWriter | ( | ) |
Definition at line 140 of file bloaty/third_party/protobuf/src/google/protobuf/compiler/zip_writer.cc.
google::protobuf::compiler::ZipWriter::ZipWriter | ( | io::ZeroCopyOutputStream * | raw_output | ) |
google::protobuf::compiler::ZipWriter::~ZipWriter | ( | ) |
bool google::protobuf::compiler::ZipWriter::Write | ( | const std::string & | filename, |
const std::string & | contents | ||
) |
bool google::protobuf::compiler::ZipWriter::Write | ( | const std::string & | filename, |
const std::string & | contents | ||
) |
Definition at line 142 of file bloaty/third_party/protobuf/src/google/protobuf/compiler/zip_writer.cc.
bool google::protobuf::compiler::ZipWriter::WriteDirectory | ( | ) |
bool google::protobuf::compiler::ZipWriter::WriteDirectory | ( | ) |
Definition at line 173 of file bloaty/third_party/protobuf/src/google/protobuf/compiler/zip_writer.cc.
|
private |
Definition at line 88 of file bloaty/third_party/protobuf/src/google/protobuf/compiler/zip_writer.h.
|
private |
Definition at line 87 of file bloaty/third_party/protobuf/src/google/protobuf/compiler/zip_writer.h.