|
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::DependentBaseClassTemplateName (const Descriptor *descriptor) |
|
string | google::protobuf::compiler::cpp::SuperClassName (const Descriptor *descriptor, const Options &options) |
|
string | google::protobuf::compiler::cpp::DependentBaseDownCast () |
|
string | google::protobuf::compiler::cpp::DependentBaseConstDownCast () |
|
string | google::protobuf::compiler::cpp::FieldName (const FieldDescriptor *field) |
|
string | google::protobuf::compiler::cpp::EnumValueName (const EnumValueDescriptor *enum_value) |
|
string | google::protobuf::compiler::cpp::FieldConstantName (const FieldDescriptor *field) |
|
const Descriptor * | google::protobuf::compiler::cpp::FieldScope (const FieldDescriptor *field) |
|
bool | google::protobuf::compiler::cpp::IsFieldDependent (const FieldDescriptor *field) |
|
string | google::protobuf::compiler::cpp::DependentTypeName (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::PreserveUnknownFields (const Descriptor *message) |
|
::google::protobuf::FileOptions_OptimizeMode | google::protobuf::compiler::cpp::GetOptimizeFor (const FileDescriptor *file, const Options &options) |
|
bool | google::protobuf::compiler::cpp::UseUnknownFieldSet (const FileDescriptor *file, const Options &options) |
|
bool | google::protobuf::compiler::cpp::HasMapFields (const FileDescriptor *file) |
|
bool | google::protobuf::compiler::cpp::HasEnumDefinitions (const FileDescriptor *file) |
|
bool | google::protobuf::compiler::cpp::HasGeneratedMethods (const FileDescriptor *file, const Options &options) |
|
bool | google::protobuf::compiler::cpp::HasDescriptorMethods (const FileDescriptor *file, const Options &options) |
|
bool | google::protobuf::compiler::cpp::HasGenericServices (const FileDescriptor *file, const Options &options) |
|
bool | google::protobuf::compiler::cpp::HasFastArraySerialization (const FileDescriptor *file, const Options &options) |
|
bool | google::protobuf::compiler::cpp::StaticInitializersForced (const FileDescriptor *file, const Options &options) |
|
void | google::protobuf::compiler::cpp::PrintHandlingOptionalStaticInitializers (const FileDescriptor *file, const Options &options, io::Printer *printer, const char *with_static_init, const char *without_static_init, const char *var1, const string &val1, const char *var2, const string &val2) |
|
void | google::protobuf::compiler::cpp::PrintHandlingOptionalStaticInitializers (const map< string, string > &vars, const FileDescriptor *file, const Options &options, io::Printer *printer, const char *with_static_init, const char *without_static_init) |
|
bool | google::protobuf::compiler::cpp::IsMapEntryMessage (const Descriptor *descriptor) |
|
bool | google::protobuf::compiler::cpp::IsStringOrMessage (const FieldDescriptor *field) |
|
FieldOptions::CType | google::protobuf::compiler::cpp::EffectiveStringCType (const FieldDescriptor *field) |
|
string | google::protobuf::compiler::cpp::UnderscoresToCamelCase (const string &input, bool cap_next_letter) |
|
bool | google::protobuf::compiler::cpp::HasFieldPresence (const FileDescriptor *file) |
|
bool | google::protobuf::compiler::cpp::HasPreservingUnknownEnumSemantics (const FileDescriptor *file) |
|
bool | google::protobuf::compiler::cpp::SupportsArenas (const FileDescriptor *file) |
|
bool | google::protobuf::compiler::cpp::SupportsArenas (const Descriptor *desc) |
|
bool | google::protobuf::compiler::cpp::SupportsArenas (const FieldDescriptor *field) |
|
bool | google::protobuf::compiler::cpp::IsAnyMessage (const FileDescriptor *descriptor) |
|
bool | google::protobuf::compiler::cpp::IsAnyMessage (const Descriptor *descriptor) |
|
bool | google::protobuf::compiler::cpp::IsWellKnownMessage (const FileDescriptor *descriptor) |
|
void | google::protobuf::compiler::cpp::GenerateUtf8CheckCodeForString (const FieldDescriptor *field, const Options &options, bool for_parse, const map< string, string > &variables, const char *parameters, io::Printer *printer) |
|
void | google::protobuf::compiler::cpp::GenerateUtf8CheckCodeForCord (const FieldDescriptor *field, const Options &options, bool for_parse, const map< string, string > &variables, const char *parameters, io::Printer *printer) |
|