|
std::string | BinaryToHex (const string &binary) |
|
std::string | ClassNamePrefix (const string &classname) |
|
template<typename DescriptorType > |
std::string | ClassNamePrefix (const string &classname, const DescriptorType *desc) |
|
std::string | ConstantNamePrefix (const string &classname) |
|
std::string | DefaultForField (const FieldDescriptor *field) |
|
std::string | DefaultForField (FieldDescriptor *field) |
|
template<typename DescriptorType > |
std::string | DescriptorFullName (const DescriptorType *desc, bool is_descriptor) |
|
std::string | EnumOrMessageSuffix (const FieldDescriptor *field, bool is_descriptor) |
|
std::string | EscapeDollor (const string &to_escape) |
|
static string | EscapePhpdoc (const string &input) |
|
std::string | FilenameToClassname (const string &filename) |
|
static string | FirstLineOf (const string &value) |
|
template<typename DescriptorType > |
std::string | FullClassName (const DescriptorType *desc, bool is_descriptor) |
|
void | GenerateAddFileToPool (const FileDescriptor *file, bool is_descriptor, io::Printer *printer) |
|
template<typename DescriptorType > |
std::string | GeneratedClassFileName (const DescriptorType *desc, bool is_descriptor) |
|
std::string | GeneratedClassName (const Descriptor *desc) |
|
std::string | GeneratedClassName (const EnumDescriptor *desc) |
|
std::string | GeneratedClassName (const ServiceDescriptor *desc) |
|
template<typename DescriptorType > |
std::string | GeneratedClassNameImpl (const DescriptorType *desc) |
|
std::string | GeneratedClassNameImpl (const ServiceDescriptor *desc) |
|
std::string | GeneratedMetadataFileName (const FileDescriptor *file, bool is_descriptor) |
|
template<typename DescriptorType > |
static void | GenerateDocCommentBody (io::Printer *printer, const DescriptorType *descriptor) |
|
static void | GenerateDocCommentBodyForLocation (io::Printer *printer, const SourceLocation &location, bool trailingNewline, int indentCount) |
|
std::string | GeneratedServiceFileName (const ServiceDescriptor *service, bool is_descriptor) |
|
void | GenerateEnumDocComment (io::Printer *printer, const EnumDescriptor *enum_, int is_descriptor) |
|
void | GenerateEnumFile (const FileDescriptor *file, const EnumDescriptor *en, bool is_descriptor, GeneratorContext *generator_context) |
|
void | GenerateEnumToPool (const EnumDescriptor *en, io::Printer *printer) |
|
void | GenerateEnumValueDocComment (io::Printer *printer, const EnumValueDescriptor *value) |
|
void | GenerateField (const FieldDescriptor *field, io::Printer *printer, bool is_descriptor) |
|
void | GenerateFieldAccessor (const FieldDescriptor *field, bool is_descriptor, io::Printer *printer) |
|
void | GenerateFieldDocComment (io::Printer *printer, const FieldDescriptor *field, int is_descriptor, int function_type) |
|
void | GenerateFile (const FileDescriptor *file, bool is_descriptor, GeneratorContext *generator_context) |
|
void | GenerateHead (const FileDescriptor *file, io::Printer *printer) |
|
void | GenerateMessageConstructorDocComment (io::Printer *printer, const Descriptor *message, int is_descriptor) |
|
void | GenerateMessageDocComment (io::Printer *printer, const Descriptor *message, int is_descriptor) |
|
void | GenerateMessageFile (const FileDescriptor *file, const Descriptor *message, bool is_descriptor, GeneratorContext *generator_context) |
|
void | GenerateMessageToPool (const string &name_prefix, const Descriptor *message, io::Printer *printer) |
|
void | GenerateMetadataFile (const FileDescriptor *file, bool is_descriptor, GeneratorContext *generator_context) |
|
void | GenerateOneofField (const OneofDescriptor *oneof, io::Printer *printer) |
|
void | GenerateServiceDocComment (io::Printer *printer, const ServiceDescriptor *service) |
|
void | GenerateServiceFile (const FileDescriptor *file, const ServiceDescriptor *service, bool is_descriptor, GeneratorContext *generator_context) |
|
void | GenerateServiceMethod (const MethodDescriptor *method, io::Printer *printer) |
|
void | GenerateServiceMethodDocComment (io::Printer *printer, const MethodDescriptor *method) |
|
void | GenerateUseDeclaration (bool is_descriptor, io::Printer *printer) |
|
void | GenerateWrapperFieldGetterDocComment (io::Printer *printer, const FieldDescriptor *field) |
|
void | GenerateWrapperFieldSetterDocComment (io::Printer *printer, const FieldDescriptor *field) |
|
void | Indent (io::Printer *printer) |
|
std::string | IntToString (int32 value) |
|
bool | IsWrapperType (const FieldDescriptor *descriptor) |
|
std::string | LabelForField (const FieldDescriptor *field) |
|
std::string | LabelForField (FieldDescriptor *field) |
|
template<typename DescriptorType > |
std::string | LegacyFullClassName (const DescriptorType *desc, bool is_descriptor) |
|
template<typename DescriptorType > |
void | LegacyGenerateClassFile (const FileDescriptor *file, const DescriptorType *desc, bool is_descriptor, GeneratorContext *generator_context) |
|
template<typename DescriptorType > |
std::string | LegacyGeneratedClassFileName (const DescriptorType *desc, bool is_descriptor) |
|
template<typename DescriptorType > |
std::string | LegacyGeneratedClassName (const DescriptorType *desc) |
|
void | Outdent (io::Printer *printer) |
|
std::string | PhpGetterTypeName (const FieldDescriptor *field, bool is_descriptor) |
|
std::string | PhpName (const std::string &full_name, bool is_descriptor) |
|
std::string | PhpSetterTypeName (const FieldDescriptor *field, bool is_descriptor) |
|
std::string | ReservedNamePrefix (const string &classname, const FileDescriptor *file) |
|
template<typename DescriptorType > |
std::string | RootPhpNamespace (const DescriptorType *desc, bool is_descriptor) |
|
std::string | TypeName (const FieldDescriptor *field) |
|
std::string | TypeName (FieldDescriptor *field) |
|
std::string | UnderscoresToCamelCase (const string &name, bool cap_first_letter) |
|