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