|
string | google::protobuf::compiler::objectivec::BaseFileName (const FileDescriptor *file) |
|
string | google::protobuf::compiler::objectivec::BuildCommentsString (const SourceLocation &location, bool prefer_single_line) |
|
string | google::protobuf::compiler::objectivec::BuildFlagsString (const FlagType flag_type, const std::vector< string > &strings) |
|
string | google::protobuf::compiler::objectivec::ClassName (const Descriptor *descriptor) |
|
string | google::protobuf::compiler::objectivec::ClassName (const Descriptor *descriptor, string *out_suffix_added) |
|
string | google::protobuf::compiler::objectivec::ClassNameWorker (const Descriptor *descriptor) |
|
string | google::protobuf::compiler::objectivec::ClassNameWorker (const EnumDescriptor *descriptor) |
|
string | google::protobuf::compiler::objectivec::DefaultValue (const FieldDescriptor *field) |
|
string | google::protobuf::compiler::objectivec::EnumName (const EnumDescriptor *descriptor) |
|
string | google::protobuf::compiler::objectivec::EnumValueName (const EnumValueDescriptor *descriptor) |
|
string | google::protobuf::compiler::objectivec::EnumValueShortName (const EnumValueDescriptor *descriptor) |
|
string | google::protobuf::compiler::objectivec::EscapeTrigraphs (const string &to_escape) |
|
string | google::protobuf::compiler::objectivec::ExtensionMethodName (const FieldDescriptor *descriptor) |
|
string | google::protobuf::compiler::objectivec::FieldName (const FieldDescriptor *field) |
|
string | google::protobuf::compiler::objectivec::FieldNameCapitalized (const FieldDescriptor *field) |
|
string | google::protobuf::compiler::objectivec::FileClassName (const FileDescriptor *file) |
|
string | google::protobuf::compiler::objectivec::FileClassPrefix (const FileDescriptor *file) |
|
string | google::protobuf::compiler::objectivec::FilePath (const FileDescriptor *file) |
|
string | google::protobuf::compiler::objectivec::FilePathBasename (const FileDescriptor *file) |
|
string | google::protobuf::compiler::objectivec::GetCapitalizedType (const FieldDescriptor *field) |
|
ObjectiveCType | google::protobuf::compiler::objectivec::GetObjectiveCType (FieldDescriptor::Type field_type) |
|
string | google::protobuf::compiler::objectivec::GPBGenericValueFieldName (const FieldDescriptor *field) |
|
static string | google::protobuf::compiler::objectivec::HandleExtremeFloatingPoint (string val, bool add_float_suffix) |
|
bool | google::protobuf::compiler::objectivec::HasNonZeroDefaultValue (const FieldDescriptor *field) |
|
bool | google::protobuf::compiler::objectivec::IsInitName (const string &name) |
|
bool | google::protobuf::compiler::objectivec::IsPrimitiveType (const FieldDescriptor *field) |
|
bool | google::protobuf::compiler::objectivec::IsProtobufLibraryBundledProtoFile (const FileDescriptor *file) |
|
bool | google::protobuf::compiler::objectivec::IsReferenceType (const FieldDescriptor *field) |
|
bool | google::protobuf::compiler::objectivec::IsRetainedName (const string &name) |
|
string | google::protobuf::compiler::objectivec::OneofEnumName (const OneofDescriptor *descriptor) |
|
string | google::protobuf::compiler::objectivec::OneofName (const OneofDescriptor *descriptor) |
|
string | google::protobuf::compiler::objectivec::OneofNameCapitalized (const OneofDescriptor *descriptor) |
|
bool | google::protobuf::compiler::objectivec::ParseSimpleFile (const string &path, LineConsumer *line_consumer, string *out_error) |
|
string | google::protobuf::compiler::objectivec::ProtobufFrameworkImportSymbol (const string &framework_name) |
|
bool | google::protobuf::compiler::objectivec::ReadLine (StringPiece *input, StringPiece *line) |
|
void | google::protobuf::compiler::objectivec::RemoveComment (StringPiece *input) |
|
string | google::protobuf::compiler::objectivec::StripProto (const string &filename) |
|
void | google::protobuf::compiler::objectivec::TrimWhitespace (StringPiece *input) |
|
string | google::protobuf::compiler::objectivec::UnCamelCaseEnumShortName (const string &name) |
|
string | google::protobuf::compiler::objectivec::UnCamelCaseFieldName (const string &name, const FieldDescriptor *field) |
|
bool | google::protobuf::compiler::objectivec::ValidateObjCClassPrefixes (const std::vector< const FileDescriptor * > &files, const Options &generation_options, string *out_error) |
|