#include <google/protobuf/compiler/zip_writer.h>
#include <cstdint>
#include <google/protobuf/io/coded_stream.h>
Go to the source code of this file.
Namespaces | |
google::protobuf | |
google::protobuf::compiler | |
Functions | |
static uint32_t | google::protobuf::compiler::ComputeCRC32 (const std::string &buf) |
static void | google::protobuf::compiler::WriteShort (io::CodedOutputStream *out, uint16_t val) |
Variables | |
static const uint32_t | google::protobuf::compiler::kCRC32Table [256] |
static const uint16_t | google::protobuf::compiler::kDosEpoch = 1 << 5 | 1 |