|
string | google::protobuf::compiler::cpp::ClassName (const Descriptor *descriptor, bool qualified) |
|
string | google::protobuf::compiler::cpp::ClassName (const EnumDescriptor *enum_descriptor, bool qualified) |
|
string | google::protobuf::compiler::cpp::SuperClassName (const Descriptor *descriptor) |
|
string | google::protobuf::compiler::cpp::FieldName (const FieldDescriptor *field) |
|
string | google::protobuf::compiler::cpp::FieldConstantName (const FieldDescriptor *field) |
|
const Descriptor * | google::protobuf::compiler::cpp::FieldScope (const FieldDescriptor *field) |
|
string | google::protobuf::compiler::cpp::FieldMessageTypeName (const FieldDescriptor *field) |
|
string | google::protobuf::compiler::cpp::StripProto (const string &filename) |
|
const char * | google::protobuf::compiler::cpp::PrimitiveTypeName (FieldDescriptor::CppType type) |
|
const char * | google::protobuf::compiler::cpp::DeclaredTypeMethodName (FieldDescriptor::Type type) |
|
string | google::protobuf::compiler::cpp::Int32ToString (int number) |
|
string | google::protobuf::compiler::cpp::Int64ToString (int64 number) |
|
string | google::protobuf::compiler::cpp::DefaultValue (const FieldDescriptor *field) |
|
string | google::protobuf::compiler::cpp::FilenameIdentifier (const string &filename) |
|
string | google::protobuf::compiler::cpp::GlobalAddDescriptorsName (const string &filename) |
|
string | google::protobuf::compiler::cpp::GlobalAssignDescriptorsName (const string &filename) |
|
string | google::protobuf::compiler::cpp::QualifiedFileLevelSymbol (const string &package, const string &name) |
|
string | google::protobuf::compiler::cpp::GlobalShutdownFileName (const string &filename) |
|
string | google::protobuf::compiler::cpp::EscapeTrigraphs (const string &to_escape) |
|
string | google::protobuf::compiler::cpp::SafeFunctionName (const Descriptor *descriptor, const FieldDescriptor *field, const string &prefix) |
|
bool | google::protobuf::compiler::cpp::UseUnknownFieldSet (const FileDescriptor *file) |
|
bool | google::protobuf::compiler::cpp::HasEnumDefinitions (const FileDescriptor *file) |
|
bool | google::protobuf::compiler::cpp::HasGeneratedMethods (const FileDescriptor *file) |
|
bool | google::protobuf::compiler::cpp::HasDescriptorMethods (const FileDescriptor *file) |
|
bool | google::protobuf::compiler::cpp::HasGenericServices (const FileDescriptor *file) |
|
bool | google::protobuf::compiler::cpp::HasUtf8Verification (const FileDescriptor *file) |
|
bool | google::protobuf::compiler::cpp::HasFastArraySerialization (const FileDescriptor *file) |
|
bool | google::protobuf::compiler::cpp::StaticInitializersForced (const FileDescriptor *file) |
|
void | google::protobuf::compiler::cpp::PrintHandlingOptionalStaticInitializers (const FileDescriptor *file, io::Printer *printer, const char *with_static_init, const char *without_static_init, const char *var1=NULL, const string &val1="", const char *var2=NULL, const string &val2="") |
|
void | google::protobuf::compiler::cpp::PrintHandlingOptionalStaticInitializers (const map< string, string > &vars, const FileDescriptor *file, io::Printer *printer, const char *with_static_init, const char *without_static_init) |
|
bool | google::protobuf::compiler::cpp::IsStringOrMessage (const FieldDescriptor *field) |
|
string | google::protobuf::compiler::cpp::UnderscoresToCamelCase (const string &input, bool cap_next_letter) |
|