|
| void | SetVariables (const FieldDescriptor *descriptor, const Params params, map< string, string > *variables) |
| |
| void | SetCommonOneofVariables (const FieldDescriptor *descriptor, map< string, string > *variables) |
| |
| void | GenerateOneofFieldEquals (const FieldDescriptor *descriptor, const map< string, string > &variables, io::Printer *printer) |
| |
| void | GenerateOneofFieldHashCode (const FieldDescriptor *descriptor, const map< string, string > &variables, io::Printer *printer) |
| |
| void | UpdateParamsRecursively (Params ¶ms, const FileDescriptor *file) |
| |
| string | UnderscoresToCamelCase (const FieldDescriptor *field) |
| |
| string | UnderscoresToCapitalizedCamelCase (const FieldDescriptor *field) |
| |
| string | UnderscoresToCamelCase (const MethodDescriptor *method) |
| |
| string | UnderscoresToCamelCase (const OneofDescriptor *oneof) |
| |
| string | UnderscoresToCapitalizedCamelCase (const OneofDescriptor *oneof) |
| |
| string | RenameJavaKeywords (const string &input) |
| |
| string | StripProto (const string &filename) |
| |
| string | FileClassName (const Params ¶ms, const FileDescriptor *file) |
| |
| string | FileJavaPackage (const Params ¶ms, const FileDescriptor *file) |
| |
| bool | IsOuterClassNeeded (const Params ¶ms, const FileDescriptor *file) |
| |
| string | ToJavaName (const Params ¶ms, const string &name, bool is_class, const Descriptor *parent, const FileDescriptor *file) |
| |
| string | ClassName (const Params ¶ms, const FileDescriptor *descriptor) |
| |
| string | ClassName (const Params ¶ms, const EnumDescriptor *descriptor) |
| |
| string | FieldConstantName (const FieldDescriptor *field) |
| |
| string | FieldDefaultConstantName (const FieldDescriptor *field) |
| |
| void | PrintFieldComment (io::Printer *printer, const FieldDescriptor *field) |
| |
| JavaType | GetJavaType (FieldDescriptor::Type field_type) |
| |
| string | PrimitiveTypeName (JavaType type) |
| |
| string | BoxedPrimitiveTypeName (JavaType type) |
| |
| string | EmptyArrayName (const Params ¶ms, const FieldDescriptor *field) |
| |
| string | DefaultValue (const Params ¶ms, const FieldDescriptor *field) |
| |
| string | GetBitFieldName (int index) |
| |
| string | GetBitFieldNameForBit (int bit_index) |
| |
| string | GenerateGetBit (int bit_index) |
| |
| string | GenerateSetBit (int bit_index) |
| |
| string | GenerateClearBit (int bit_index) |
| |
| string | GenerateDifferentBit (int bit_index) |
| |
| void | SetBitOperationVariables (const string name, int bitIndex, map< string, string > *variables) |
| |
| bool | HasMapField (const Descriptor *descriptor) |
| |
| string | ClassName (const Params ¶ms, const Descriptor *descriptor) |
| |
| string | ClassName (const Params ¶ms, const ServiceDescriptor *descriptor) |
| |
| string | ExtensionIdentifierName (const Params ¶ms, const FieldDescriptor *descriptor) |
| |
| JavaType | GetJavaType (const FieldDescriptor *field) |
| |
| bool | IsMapEntry (const Descriptor *descriptor) |
| |