#include <cstdint>
#include <map>
#include <memory>
#include <string>
#include <google/protobuf/compiler/cpp/cpp_helpers.h>
#include <google/protobuf/compiler/cpp/cpp_options.h>
#include <google/protobuf/descriptor.h>
Go to the source code of this file.
Classes | |
class | google::protobuf::compiler::cpp::FieldGenerator |
class | google::protobuf::compiler::cpp::FieldGeneratorMap |
Namespaces | |
google::protobuf | |
google::protobuf::compiler | |
google::protobuf::compiler::cpp | |
google::protobuf::io | |
Functions | |
void | google::protobuf::compiler::cpp::SetCommonFieldVariables (const FieldDescriptor *descriptor, std::map< std::string, std::string > *variables, const Options &options) |
void | google::protobuf::compiler::cpp::SetCommonOneofFieldVariables (const FieldDescriptor *descriptor, std::map< std::string, std::string > *variables) |