Namespaces | |
posix | |
Classes | |
class | EnumFieldGenerator |
class | EnumGenerator |
class | ExtensionGenerator |
class | FieldGenerator |
class | FieldGeneratorMap |
class | FileGenerator |
class | ImportWriter |
class | LineConsumer |
class | MapFieldGenerator |
class | MessageFieldGenerator |
class | MessageGenerator |
class | ObjCObjFieldGenerator |
class | ObjectiveCGenerator |
class | OneofGenerator |
struct | Options |
class | PrimitiveFieldGenerator |
class | PrimitiveObjFieldGenerator |
class | RepeatedEnumFieldGenerator |
class | RepeatedFieldGenerator |
class | RepeatedMessageFieldGenerator |
class | RepeatedPrimitiveFieldGenerator |
class | SingleFieldGenerator |
class | TextFormatDecodeData |
Variables | |
const char *const | ProtobufLibraryFrameworkName = "protobuf" |
Enumerator | |
---|---|
FLAGTYPE_DESCRIPTOR_INITIALIZATION | |
FLAGTYPE_EXTENSION | |
FLAGTYPE_FIELD | |
FLAGTYPE_DESCRIPTOR_INITIALIZATION | |
FLAGTYPE_EXTENSION | |
FLAGTYPE_FIELD |
Definition at line 151 of file bloaty/third_party/protobuf/src/google/protobuf/compiler/objectivec/objectivec_helpers.h.
Enumerator | |
---|---|
FLAGTYPE_DESCRIPTOR_INITIALIZATION | |
FLAGTYPE_EXTENSION | |
FLAGTYPE_FIELD | |
FLAGTYPE_DESCRIPTOR_INITIALIZATION | |
FLAGTYPE_EXTENSION | |
FLAGTYPE_FIELD |
Definition at line 169 of file protobuf/src/google/protobuf/compiler/objectivec/objectivec_helpers.h.
Definition at line 137 of file bloaty/third_party/protobuf/src/google/protobuf/compiler/objectivec/objectivec_helpers.h.
Definition at line 155 of file protobuf/src/google/protobuf/compiler/objectivec/objectivec_helpers.h.
std::string google::protobuf::compiler::objectivec::BaseFileName | ( | const FileDescriptor * | file | ) |
Definition at line 392 of file bloaty/third_party/protobuf/src/google/protobuf/compiler/objectivec/objectivec_helpers.cc.
std::string PROTOC_EXPORT google::protobuf::compiler::objectivec::BuildCommentsString | ( | const SourceLocation & | location, |
bool | prefer_single_line | ||
) |
Definition at line 928 of file bloaty/third_party/protobuf/src/google/protobuf/compiler/objectivec/objectivec_helpers.cc.
std::string PROTOC_EXPORT google::protobuf::compiler::objectivec::BuildFlagsString | ( | const FlagType | flag_type, |
const std::vector< std::string > & | strings | ||
) |
Definition at line 1062 of file protobuf/src/google/protobuf/compiler/objectivec/objectivec_helpers.cc.
string PROTOC_EXPORT google::protobuf::compiler::objectivec::BuildFlagsString | ( | const FlagType | flag_type, |
const std::vector< string > & | strings | ||
) |
Definition at line 910 of file bloaty/third_party/protobuf/src/google/protobuf/compiler/objectivec/objectivec_helpers.cc.
std::string PROTOC_EXPORT google::protobuf::compiler::objectivec::ClassName | ( | const Descriptor * | descriptor | ) |
Definition at line 460 of file bloaty/third_party/protobuf/src/google/protobuf/compiler/objectivec/objectivec_helpers.cc.
std::string PROTOC_EXPORT google::protobuf::compiler::objectivec::ClassName | ( | const Descriptor * | descriptor, |
std::string * | out_suffix_added | ||
) |
Definition at line 605 of file protobuf/src/google/protobuf/compiler/objectivec/objectivec_helpers.cc.
string PROTOC_EXPORT google::protobuf::compiler::objectivec::ClassName | ( | const Descriptor * | descriptor, |
string * | out_suffix_added | ||
) |
Definition at line 464 of file bloaty/third_party/protobuf/src/google/protobuf/compiler/objectivec/objectivec_helpers.cc.
std::string google::protobuf::compiler::objectivec::ClassNameWorker | ( | const Descriptor * | descriptor | ) |
Definition at line 442 of file bloaty/third_party/protobuf/src/google/protobuf/compiler/objectivec/objectivec_helpers.cc.
std::string google::protobuf::compiler::objectivec::ClassNameWorker | ( | const EnumDescriptor * | descriptor | ) |
Definition at line 451 of file bloaty/third_party/protobuf/src/google/protobuf/compiler/objectivec/objectivec_helpers.cc.
std::string PROTOC_EXPORT google::protobuf::compiler::objectivec::DefaultValue | ( | const FieldDescriptor * | field | ) |
Definition at line 794 of file bloaty/third_party/protobuf/src/google/protobuf/compiler/objectivec/objectivec_helpers.cc.
std::string PROTOC_EXPORT google::protobuf::compiler::objectivec::EnumName | ( | const EnumDescriptor * | descriptor | ) |
Definition at line 472 of file bloaty/third_party/protobuf/src/google/protobuf/compiler/objectivec/objectivec_helpers.cc.
std::string PROTOC_EXPORT google::protobuf::compiler::objectivec::EnumValueName | ( | const EnumValueDescriptor * | descriptor | ) |
Definition at line 486 of file bloaty/third_party/protobuf/src/google/protobuf/compiler/objectivec/objectivec_helpers.cc.
std::string PROTOC_EXPORT google::protobuf::compiler::objectivec::EnumValueShortName | ( | const EnumValueDescriptor * | descriptor | ) |
Definition at line 501 of file bloaty/third_party/protobuf/src/google/protobuf/compiler/objectivec/objectivec_helpers.cc.
std::string PROTOC_EXPORT google::protobuf::compiler::objectivec::EscapeTrigraphs | ( | const std::string & | to_escape | ) |
Definition at line 473 of file protobuf/src/google/protobuf/compiler/objectivec/objectivec_helpers.cc.
string PROTOC_EXPORT google::protobuf::compiler::objectivec::EscapeTrigraphs | ( | const string & | to_escape | ) |
Definition at line 355 of file bloaty/third_party/protobuf/src/google/protobuf/compiler/objectivec/objectivec_helpers.cc.
std::string PROTOC_EXPORT google::protobuf::compiler::objectivec::ExtensionMethodName | ( | const FieldDescriptor * | descriptor | ) |
Definition at line 532 of file bloaty/third_party/protobuf/src/google/protobuf/compiler/objectivec/objectivec_helpers.cc.
std::string PROTOC_EXPORT google::protobuf::compiler::objectivec::FieldName | ( | const FieldDescriptor * | field | ) |
Definition at line 538 of file bloaty/third_party/protobuf/src/google/protobuf/compiler/objectivec/objectivec_helpers.cc.
std::string PROTOC_EXPORT google::protobuf::compiler::objectivec::FieldNameCapitalized | ( | const FieldDescriptor * | field | ) |
Definition at line 553 of file bloaty/third_party/protobuf/src/google/protobuf/compiler/objectivec/objectivec_helpers.cc.
std::string PROTOC_EXPORT google::protobuf::compiler::objectivec::FileClassName | ( | const FileDescriptor * | file | ) |
Definition at line 434 of file bloaty/third_party/protobuf/src/google/protobuf/compiler/objectivec/objectivec_helpers.cc.
std::string PROTOC_EXPORT google::protobuf::compiler::objectivec::FileClassPrefix | ( | const FileDescriptor * | file | ) |
Definition at line 398 of file bloaty/third_party/protobuf/src/google/protobuf/compiler/objectivec/objectivec_helpers.cc.
std::string PROTOC_EXPORT google::protobuf::compiler::objectivec::FilePath | ( | const FileDescriptor * | file | ) |
Definition at line 404 of file bloaty/third_party/protobuf/src/google/protobuf/compiler/objectivec/objectivec_helpers.cc.
std::string PROTOC_EXPORT google::protobuf::compiler::objectivec::FilePathBasename | ( | const FileDescriptor * | file | ) |
Definition at line 421 of file bloaty/third_party/protobuf/src/google/protobuf/compiler/objectivec/objectivec_helpers.cc.
std::string PROTOC_EXPORT google::protobuf::compiler::objectivec::GetCapitalizedType | ( | const FieldDescriptor * | field | ) |
Definition at line 619 of file bloaty/third_party/protobuf/src/google/protobuf/compiler/objectivec/objectivec_helpers.cc.
|
inline |
Definition at line 199 of file bloaty/third_party/protobuf/src/google/protobuf/compiler/objectivec/objectivec_helpers.h.
ObjectiveCType PROTOC_EXPORT google::protobuf::compiler::objectivec::GetObjectiveCType | ( | FieldDescriptor::Type | field_type | ) |
Definition at line 665 of file bloaty/third_party/protobuf/src/google/protobuf/compiler/objectivec/objectivec_helpers.cc.
string google::protobuf::compiler::objectivec::GetOptionalDeprecatedAttribute | ( | const TDescriptor * | descriptor, |
const FileDescriptor * | file = NULL , |
||
bool | preSpace = true , |
||
bool | postNewline = false |
||
) |
Definition at line 158 of file bloaty/third_party/protobuf/src/google/protobuf/compiler/objectivec/objectivec_helpers.h.
std::string google::protobuf::compiler::objectivec::GetOptionalDeprecatedAttribute | ( | const TDescriptor * | descriptor, |
const FileDescriptor * | file = NULL , |
||
bool | preSpace = true , |
||
bool | postNewline = false |
||
) |
Definition at line 176 of file protobuf/src/google/protobuf/compiler/objectivec/objectivec_helpers.h.
std::string PROTOC_EXPORT google::protobuf::compiler::objectivec::GetProtoPackagePrefixExceptionList | ( | ) |
Definition at line 162 of file protobuf/src/google/protobuf/compiler/objectivec/objectivec_helpers.cc.
std::string PROTOC_EXPORT google::protobuf::compiler::objectivec::GPBGenericValueFieldName | ( | const FieldDescriptor * | field | ) |
Definition at line 754 of file bloaty/third_party/protobuf/src/google/protobuf/compiler/objectivec/objectivec_helpers.cc.
|
static |
Definition at line 887 of file protobuf/src/google/protobuf/compiler/objectivec/objectivec_helpers.cc.
|
static |
Definition at line 736 of file bloaty/third_party/protobuf/src/google/protobuf/compiler/objectivec/objectivec_helpers.cc.
|
inline |
Definition at line 121 of file bloaty/third_party/protobuf/src/google/protobuf/compiler/objectivec/objectivec_helpers.h.
bool PROTOC_EXPORT google::protobuf::compiler::objectivec::HasNonZeroDefaultValue | ( | const FieldDescriptor * | field | ) |
Definition at line 865 of file bloaty/third_party/protobuf/src/google/protobuf/compiler/objectivec/objectivec_helpers.cc.
|
inline |
Definition at line 125 of file bloaty/third_party/protobuf/src/google/protobuf/compiler/objectivec/objectivec_helpers.h.
Definition at line 495 of file protobuf/src/google/protobuf/compiler/objectivec/objectivec_helpers.cc.
Definition at line 386 of file bloaty/third_party/protobuf/src/google/protobuf/compiler/objectivec/objectivec_helpers.cc.
|
inline |
Definition at line 129 of file bloaty/third_party/protobuf/src/google/protobuf/compiler/objectivec/objectivec_helpers.h.
bool PROTOC_EXPORT google::protobuf::compiler::objectivec::IsPrimitiveType | ( | const FieldDescriptor * | field | ) |
Definition at line 714 of file bloaty/third_party/protobuf/src/google/protobuf/compiler/objectivec/objectivec_helpers.cc.
bool PROTOC_EXPORT google::protobuf::compiler::objectivec::IsProtobufLibraryBundledProtoFile | ( | const FileDescriptor * | file | ) |
Definition at line 994 of file bloaty/third_party/protobuf/src/google/protobuf/compiler/objectivec/objectivec_helpers.cc.
bool PROTOC_EXPORT google::protobuf::compiler::objectivec::IsReferenceType | ( | const FieldDescriptor * | field | ) |
Definition at line 732 of file bloaty/third_party/protobuf/src/google/protobuf/compiler/objectivec/objectivec_helpers.cc.
bool PROTOC_EXPORT google::protobuf::compiler::objectivec::IsRetainedName | ( | const std::string & | name | ) |
Definition at line 486 of file protobuf/src/google/protobuf/compiler/objectivec/objectivec_helpers.cc.
Definition at line 377 of file bloaty/third_party/protobuf/src/google/protobuf/compiler/objectivec/objectivec_helpers.cc.
std::string PROTOC_EXPORT google::protobuf::compiler::objectivec::ObjCClass | ( | const std::string & | class_name | ) |
Definition at line 730 of file protobuf/src/google/protobuf/compiler/objectivec/objectivec_helpers.cc.
std::string PROTOC_EXPORT google::protobuf::compiler::objectivec::ObjCClassDeclaration | ( | const std::string & | class_name | ) |
Definition at line 734 of file protobuf/src/google/protobuf/compiler/objectivec/objectivec_helpers.cc.
std::string PROTOC_EXPORT google::protobuf::compiler::objectivec::OneofEnumName | ( | const OneofDescriptor * | descriptor | ) |
Definition at line 563 of file bloaty/third_party/protobuf/src/google/protobuf/compiler/objectivec/objectivec_helpers.cc.
std::string PROTOC_EXPORT google::protobuf::compiler::objectivec::OneofName | ( | const OneofDescriptor * | descriptor | ) |
Definition at line 571 of file bloaty/third_party/protobuf/src/google/protobuf/compiler/objectivec/objectivec_helpers.cc.
std::string PROTOC_EXPORT google::protobuf::compiler::objectivec::OneofNameCapitalized | ( | const OneofDescriptor * | descriptor | ) |
Definition at line 578 of file bloaty/third_party/protobuf/src/google/protobuf/compiler/objectivec/objectivec_helpers.cc.
bool PROTOC_EXPORT google::protobuf::compiler::objectivec::ParseSimpleFile | ( | const std::string & | path, |
LineConsumer * | line_consumer, | ||
std::string * | out_error | ||
) |
Definition at line 1712 of file protobuf/src/google/protobuf/compiler/objectivec/objectivec_helpers.cc.
bool PROTOC_EXPORT google::protobuf::compiler::objectivec::ParseSimpleFile | ( | const string & | path, |
LineConsumer * | line_consumer, | ||
string * | out_error | ||
) |
Definition at line 1525 of file bloaty/third_party/protobuf/src/google/protobuf/compiler/objectivec/objectivec_helpers.cc.
bool PROTOC_EXPORT google::protobuf::compiler::objectivec::ParseSimpleStream | ( | io::ZeroCopyInputStream & | input_stream, |
const std::string & | stream_name, | ||
LineConsumer * | line_consumer, | ||
std::string * | out_error | ||
) |
Definition at line 1729 of file protobuf/src/google/protobuf/compiler/objectivec/objectivec_helpers.cc.
std::string PROTOC_EXPORT google::protobuf::compiler::objectivec::ProtobufFrameworkImportSymbol | ( | const std::string & | framework_name | ) |
Definition at line 1138 of file protobuf/src/google/protobuf/compiler/objectivec/objectivec_helpers.cc.
string PROTOC_EXPORT google::protobuf::compiler::objectivec::ProtobufFrameworkImportSymbol | ( | const string & | framework_name | ) |
Definition at line 986 of file bloaty/third_party/protobuf/src/google/protobuf/compiler/objectivec/objectivec_helpers.cc.
bool google::protobuf::compiler::objectivec::ReadLine | ( | StringPiece * | input, |
StringPiece * | line | ||
) |
Definition at line 1014 of file bloaty/third_party/protobuf/src/google/protobuf/compiler/objectivec/objectivec_helpers.cc.
void google::protobuf::compiler::objectivec::RemoveComment | ( | StringPiece * | input | ) |
Definition at line 1026 of file bloaty/third_party/protobuf/src/google/protobuf/compiler/objectivec/objectivec_helpers.cc.
void PROTOC_EXPORT google::protobuf::compiler::objectivec::SetProtoPackagePrefixExceptionList | ( | const std::string & | file_path | ) |
Definition at line 166 of file protobuf/src/google/protobuf/compiler/objectivec/objectivec_helpers.cc.
void PROTOC_EXPORT google::protobuf::compiler::objectivec::SetUseProtoPackageAsDefaultPrefix | ( | bool | on_or_off | ) |
Definition at line 158 of file protobuf/src/google/protobuf/compiler/objectivec/objectivec_helpers.cc.
string PROTOC_EXPORT google::protobuf::compiler::objectivec::StripProto | ( | const string & | filename | ) |
Definition at line 359 of file bloaty/third_party/protobuf/src/google/protobuf/compiler/objectivec/objectivec_helpers.cc.
void PROTOC_EXPORT google::protobuf::compiler::objectivec::TrimWhitespace | ( | StringPiece * | input | ) |
Definition at line 367 of file bloaty/third_party/protobuf/src/google/protobuf/compiler/objectivec/objectivec_helpers.cc.
std::string PROTOC_EXPORT google::protobuf::compiler::objectivec::UnCamelCaseEnumShortName | ( | const std::string & | name | ) |
Definition at line 663 of file protobuf/src/google/protobuf/compiler/objectivec/objectivec_helpers.cc.
string PROTOC_EXPORT google::protobuf::compiler::objectivec::UnCamelCaseEnumShortName | ( | const string & | name | ) |
Definition at line 520 of file bloaty/third_party/protobuf/src/google/protobuf/compiler/objectivec/objectivec_helpers.cc.
std::string PROTOC_EXPORT google::protobuf::compiler::objectivec::UnCamelCaseFieldName | ( | const std::string & | name, |
const FieldDescriptor * | field | ||
) |
Definition at line 738 of file protobuf/src/google/protobuf/compiler/objectivec/objectivec_helpers.cc.
string PROTOC_EXPORT google::protobuf::compiler::objectivec::UnCamelCaseFieldName | ( | const string & | name, |
const FieldDescriptor * | field | ||
) |
Definition at line 587 of file bloaty/third_party/protobuf/src/google/protobuf/compiler/objectivec/objectivec_helpers.cc.
bool PROTOC_EXPORT google::protobuf::compiler::objectivec::UseProtoPackageAsDefaultPrefix | ( | ) |
Definition at line 154 of file protobuf/src/google/protobuf/compiler/objectivec/objectivec_helpers.cc.
bool PROTOC_EXPORT google::protobuf::compiler::objectivec::ValidateObjCClassPrefixes | ( | const std::vector< const FileDescriptor * > & | files, |
const Options & | generation_options, | ||
std::string * | out_error | ||
) |
Definition at line 1381 of file protobuf/src/google/protobuf/compiler/objectivec/objectivec_helpers.cc.
bool PROTOC_EXPORT google::protobuf::compiler::objectivec::ValidateObjCClassPrefixes | ( | const std::vector< const FileDescriptor * > & | files, |
const Options & | generation_options, | ||
string * | out_error | ||
) |
Definition at line 1202 of file bloaty/third_party/protobuf/src/google/protobuf/compiler/objectivec/objectivec_helpers.cc.
const PROTOC_EXPORT char *const google::protobuf::compiler::objectivec::ProtobufLibraryFrameworkName = "protobuf" |
Definition at line 984 of file bloaty/third_party/protobuf/src/google/protobuf/compiler/objectivec/objectivec_helpers.cc.