|
| void | SetCommonFieldVariables (const FieldDescriptor *descriptor, map< string, string > *variables, const Options &options) |
| |
| void | SetCommonOneofFieldVariables (const FieldDescriptor *descriptor, map< string, string > *variables) |
| |
| string | UnderscoresToCamelCase (const string &input, bool cap_next_letter) |
| |
| string | ClassName (const Descriptor *descriptor, bool qualified) |
| |
| string | ClassName (const EnumDescriptor *enum_descriptor, bool qualified) |
| |
| string | DependentBaseClassTemplateName (const Descriptor *descriptor) |
| |
| string | SuperClassName (const Descriptor *descriptor, const Options &options) |
| |
| string | DependentBaseDownCast () |
| |
| string | DependentBaseConstDownCast () |
| |
| string | FieldName (const FieldDescriptor *field) |
| |
| string | EnumValueName (const EnumValueDescriptor *enum_value) |
| |
| string | FieldConstantName (const FieldDescriptor *field) |
| |
| bool | IsFieldDependent (const FieldDescriptor *field) |
| |
| string | DependentTypeName (const FieldDescriptor *field) |
| |
| string | FieldMessageTypeName (const FieldDescriptor *field) |
| |
| string | StripProto (const string &filename) |
| |
| const char * | PrimitiveTypeName (FieldDescriptor::CppType type) |
| |
| const char * | DeclaredTypeMethodName (FieldDescriptor::Type type) |
| |
| string | Int32ToString (int number) |
| |
| string | Int64ToString (int64 number) |
| |
| string | DefaultValue (const FieldDescriptor *field) |
| |
| string | FilenameIdentifier (const string &filename) |
| |
| string | GlobalAddDescriptorsName (const string &filename) |
| |
| string | GlobalAssignDescriptorsName (const string &filename) |
| |
| string | GlobalShutdownFileName (const string &filename) |
| |
| string | QualifiedFileLevelSymbol (const string &package, const string &name) |
| |
| string | EscapeTrigraphs (const string &to_escape) |
| |
| string | SafeFunctionName (const Descriptor *descriptor, const FieldDescriptor *field, const string &prefix) |
| |
| bool | StaticInitializersForced (const FileDescriptor *file, const Options &options) |
| |
| void | 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 | 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 | HasMapFields (const FileDescriptor *file) |
| |
| bool | HasEnumDefinitions (const FileDescriptor *file) |
| |
| bool | IsStringOrMessage (const FieldDescriptor *field) |
| |
| FieldOptions::CType | EffectiveStringCType (const FieldDescriptor *field) |
| |
| bool | IsAnyMessage (const FileDescriptor *descriptor) |
| |
| bool | IsAnyMessage (const Descriptor *descriptor) |
| |
| bool | IsWellKnownMessage (const FileDescriptor *descriptor) |
| |
| void | GenerateUtf8CheckCodeForString (const FieldDescriptor *field, const Options &options, bool for_parse, const map< string, string > &variables, const char *parameters, io::Printer *printer) |
| |
| void | GenerateUtf8CheckCodeForCord (const FieldDescriptor *field, const Options &options, bool for_parse, const map< string, string > &variables, const char *parameters, io::Printer *printer) |
| |
| const Descriptor * | FieldScope (const FieldDescriptor *field) |
| |
| bool | PreserveUnknownFields (const Descriptor *message) |
| |
| ::google::protobuf::FileOptions_OptimizeMode | GetOptimizeFor (const FileDescriptor *file, const Options &options) |
| |
| bool | UseUnknownFieldSet (const FileDescriptor *file, const Options &options) |
| |
| bool | HasGeneratedMethods (const FileDescriptor *file, const Options &options) |
| |
| bool | HasDescriptorMethods (const FileDescriptor *file, const Options &options) |
| |
| bool | HasGenericServices (const FileDescriptor *file, const Options &options) |
| |
| bool | HasFastArraySerialization (const FileDescriptor *file, const Options &options) |
| |
| bool | IsMapEntryMessage (const Descriptor *descriptor) |
| |
| bool | HasFieldPresence (const FileDescriptor *file) |
| |
| bool | HasPreservingUnknownEnumSemantics (const FileDescriptor *file) |
| |
| bool | SupportsArenas (const FileDescriptor *file) |
| |
| bool | SupportsArenas (const Descriptor *desc) |
| |
| bool | SupportsArenas (const FieldDescriptor *field) |
| |
| bool | IsProto3Field (const FieldDescriptor *field_descriptor) |
| |
| void | SetMessageVariables (const FieldDescriptor *descriptor, map< string, string > *variables, const Options &options) |
| |