#include <string>
#include <google/protobuf/port_def.inc>
#include <google/protobuf/port_undef.inc>
Go to the source code of this file.
Namespaces | |
google::protobuf | |
google::protobuf::compiler | |
google::protobuf::compiler::cpp | |
Functions | |
std::string | google::protobuf::compiler::cpp::ClassName (const Descriptor *descriptor) |
std::string | google::protobuf::compiler::cpp::ClassName (const EnumDescriptor *enum_descriptor) |
std::string | google::protobuf::compiler::cpp::EnumValueName (const EnumValueDescriptor *enum_value) |
std::string | google::protobuf::compiler::cpp::FieldName (const FieldDescriptor *field) |
std::string | google::protobuf::compiler::cpp::OneofCaseConstantName (const FieldDescriptor *field) |
std::string | google::protobuf::compiler::cpp::QualifiedClassName (const Descriptor *d) |
std::string | google::protobuf::compiler::cpp::QualifiedClassName (const EnumDescriptor *d) |
std::string | google::protobuf::compiler::cpp::QualifiedExtensionName (const FieldDescriptor *d) |
std::string | google::protobuf::compiler::cpp::QualifiedOneofCaseConstantName (const FieldDescriptor *field) |
std::string | google::protobuf::compiler::cpp::StripProto (const std::string &filename) |