|
| void | SetCommonFieldVariables (const FieldDescriptor *descriptor, map< string, string > *variables, const Options &options) |
| |
| void | SetCommonOneofFieldVariables (const FieldDescriptor *descriptor, map< string, string > *variables) |
| |
| string | ClassName (const Descriptor *descriptor, bool qualified) |
| |
| string | ClassName (const EnumDescriptor *enum_descriptor, bool qualified) |
| |
| string | SuperClassName (const Descriptor *descriptor) |
| |
| string | FieldName (const FieldDescriptor *field) |
| |
| string | FieldConstantName (const FieldDescriptor *field) |
| |
| const Descriptor * | FieldScope (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 | QualifiedFileLevelSymbol (const string &package, const string &name) |
| |
| string | GlobalShutdownFileName (const string &filename) |
| |
| string | EscapeTrigraphs (const string &to_escape) |
| |
| string | SafeFunctionName (const Descriptor *descriptor, const FieldDescriptor *field, const string &prefix) |
| |
| bool | UseUnknownFieldSet (const FileDescriptor *file) |
| |
| bool | HasEnumDefinitions (const FileDescriptor *file) |
| |
| bool | HasGeneratedMethods (const FileDescriptor *file) |
| |
| bool | HasDescriptorMethods (const FileDescriptor *file) |
| |
| bool | HasGenericServices (const FileDescriptor *file) |
| |
| bool | HasUtf8Verification (const FileDescriptor *file) |
| |
| bool | HasFastArraySerialization (const FileDescriptor *file) |
| |
| bool | StaticInitializersForced (const FileDescriptor *file) |
| |
| void | 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 | PrintHandlingOptionalStaticInitializers (const map< string, string > &vars, const FileDescriptor *file, io::Printer *printer, const char *with_static_init, const char *without_static_init) |
| |
| bool | IsStringOrMessage (const FieldDescriptor *field) |
| |
| string | UnderscoresToCamelCase (const string &input, bool cap_next_letter) |
| |