#include <google/protobuf/compiler/plugin.h>
#include <iostream>
#include <set>
#include <unistd.h>
#include <google/protobuf/stubs/logging.h>
#include <google/protobuf/stubs/common.h>
#include <google/protobuf/compiler/plugin.pb.h>
#include <google/protobuf/compiler/code_generator.h>
#include <google/protobuf/io/zero_copy_stream_impl.h>
#include <google/protobuf/descriptor.h>
#include <google/protobuf/io/io_win32.h>
Go to the source code of this file.
Classes | |
class | google::protobuf::compiler::GeneratorResponseContext |
Namespaces | |
google::protobuf | |
google::protobuf::compiler | |
Functions | |
bool | google::protobuf::compiler::GenerateCode (const CodeGeneratorRequest &request, const CodeGenerator &generator, CodeGeneratorResponse *response, std::string *error_msg) |
int | google::protobuf::compiler::PluginMain (int argc, char *argv[], const CodeGenerator *generator) |