Classes | |
class | AbortingErrorCollector |
class | AllowUnknownDependenciesTest |
class | CopySourceCodeInfoToTest |
class | DatabaseBackedPoolTest |
class | DescriptorTest |
class | EnumDescriptorTest |
class | ExponentialErrorDatabase |
class | ExtensionDescriptorTest |
class | FileDescriptorTest |
class | LazilyBuildDependenciesTest |
class | MiscTest |
class | MockErrorCollector |
class | NestedDescriptorTest |
class | OneofDescriptorTest |
class | ReservedDescriptorTest |
class | ReservedEnumDescriptorTest |
class | ServiceDescriptorTest |
class | SimpleErrorCollector |
class | SingletonSourceTree |
class | SourceLocationTest |
class | StylizedFieldNamesTest |
class | ValidationErrorTest |
Enumerations | |
enum | DescriptorPoolMode { NO_DATABASE, FALLBACK_DATABASE } |
Variables | |
const char *const | kCopySourceCodeInfoToTestInput |
const char *const | kSourceLocationTestInput |
Enumerator | |
---|---|
NO_DATABASE | |
FALLBACK_DATABASE |
Definition at line 2653 of file descriptor_unittest.cc.
void google::protobuf::descriptor_unittest::AddEmptyEnum | ( | FileDescriptorProto * | file, |
const std::string & | name | ||
) |
Definition at line 193 of file descriptor_unittest.cc.
EnumDescriptorProto* google::protobuf::descriptor_unittest::AddEnum | ( | FileDescriptorProto * | file, |
const std::string & | name | ||
) |
Definition at line 88 of file descriptor_unittest.cc.
EnumValueDescriptorProto* google::protobuf::descriptor_unittest::AddEnumValue | ( | EnumDescriptorProto * | enum_proto, |
const std::string & | name, | ||
int | number | ||
) |
Definition at line 172 of file descriptor_unittest.cc.
FieldDescriptorProto* google::protobuf::descriptor_unittest::AddExtension | ( | FileDescriptorProto * | file, |
const std::string & | extendee, | ||
const std::string & | name, | ||
int | number, | ||
FieldDescriptorProto::Label | label, | ||
FieldDescriptorProto::Type | type | ||
) |
Definition at line 120 of file descriptor_unittest.cc.
DescriptorProto::ExtensionRange* google::protobuf::descriptor_unittest::AddExtensionRange | ( | DescriptorProto * | parent, |
int | start, | ||
int | end | ||
) |
Definition at line 148 of file descriptor_unittest.cc.
FieldDescriptorProto* google::protobuf::descriptor_unittest::AddField | ( | DescriptorProto * | parent, |
const std::string & | name, | ||
int | number, | ||
FieldDescriptorProto::Label | label, | ||
FieldDescriptorProto::Type | type | ||
) |
Definition at line 109 of file descriptor_unittest.cc.
DescriptorProto* google::protobuf::descriptor_unittest::AddMessage | ( | FileDescriptorProto * | file, |
const std::string & | name | ||
) |
Definition at line 74 of file descriptor_unittest.cc.
MethodDescriptorProto* google::protobuf::descriptor_unittest::AddMethod | ( | ServiceDescriptorProto * | service, |
const std::string & | name, | ||
const std::string & | input_type, | ||
const std::string & | output_type | ||
) |
Definition at line 180 of file descriptor_unittest.cc.
EnumDescriptorProto* google::protobuf::descriptor_unittest::AddNestedEnum | ( | DescriptorProto * | parent, |
const std::string & | name | ||
) |
Definition at line 95 of file descriptor_unittest.cc.
FieldDescriptorProto* google::protobuf::descriptor_unittest::AddNestedExtension | ( | DescriptorProto * | parent, |
const std::string & | extendee, | ||
const std::string & | name, | ||
int | number, | ||
FieldDescriptorProto::Label | label, | ||
FieldDescriptorProto::Type | type | ||
) |
Definition at line 134 of file descriptor_unittest.cc.
DescriptorProto* google::protobuf::descriptor_unittest::AddNestedMessage | ( | DescriptorProto * | parent, |
const std::string & | name | ||
) |
Definition at line 81 of file descriptor_unittest.cc.
DescriptorProto::ReservedRange* google::protobuf::descriptor_unittest::AddReservedRange | ( | DescriptorProto * | parent, |
int | start, | ||
int | end | ||
) |
Definition at line 156 of file descriptor_unittest.cc.
EnumDescriptorProto::EnumReservedRange* google::protobuf::descriptor_unittest::AddReservedRange | ( | EnumDescriptorProto * | parent, |
int | start, | ||
int | end | ||
) |
Definition at line 164 of file descriptor_unittest.cc.
ServiceDescriptorProto* google::protobuf::descriptor_unittest::AddService | ( | FileDescriptorProto * | file, |
const std::string & | name | ||
) |
Definition at line 102 of file descriptor_unittest.cc.
|
static |
Definition at line 6505 of file descriptor_unittest.cc.
|
static |
Definition at line 5551 of file descriptor_unittest.cc.
void google::protobuf::descriptor_unittest::ExtractDebugString | ( | const FileDescriptor * | file, |
std::set< std::string > * | visited, | ||
std::vector< std::pair< std::string, std::string >> * | debug_strings | ||
) |
Definition at line 552 of file descriptor_unittest.cc.
google::protobuf::descriptor_unittest::INSTANTIATE_TEST_SUITE_P | ( | DatabaseSource | , |
AllowUnknownDependenciesTest | , | ||
testing::Values(NO_DATABASE, FALLBACK_DATABASE) | |||
) |
google::protobuf::descriptor_unittest::TEST | ( | CustomOptions | , |
AggregateOptions | |||
) |
Definition at line 3421 of file descriptor_unittest.cc.
google::protobuf::descriptor_unittest::TEST | ( | CustomOptions | , |
ComplexExtensionOptions | |||
) |
Definition at line 3068 of file descriptor_unittest.cc.
google::protobuf::descriptor_unittest::TEST | ( | CustomOptions | , |
DebugString | |||
) |
Definition at line 3535 of file descriptor_unittest.cc.
google::protobuf::descriptor_unittest::TEST | ( | CustomOptions | , |
MessageOptionRepeatedLeafFieldSet | |||
) |
Definition at line 3253 of file descriptor_unittest.cc.
google::protobuf::descriptor_unittest::TEST | ( | CustomOptions | , |
MessageOptionRepeatedMsgFieldSet | |||
) |
Definition at line 3333 of file descriptor_unittest.cc.
google::protobuf::descriptor_unittest::TEST | ( | CustomOptions | , |
MessageOptionThreeFieldsSet | |||
) |
Definition at line 3176 of file descriptor_unittest.cc.
google::protobuf::descriptor_unittest::TEST | ( | CustomOptions | , |
OptionLocations | |||
) |
Definition at line 2977 of file descriptor_unittest.cc.
google::protobuf::descriptor_unittest::TEST | ( | CustomOptions | , |
OptionsFromOtherFile | |||
) |
Definition at line 3121 of file descriptor_unittest.cc.
google::protobuf::descriptor_unittest::TEST | ( | CustomOptions | , |
OptionsWithIncompatibleDescriptors | |||
) |
Definition at line 3486 of file descriptor_unittest.cc.
google::protobuf::descriptor_unittest::TEST | ( | CustomOptions | , |
OptionTypes | |||
) |
Definition at line 3011 of file descriptor_unittest.cc.
google::protobuf::descriptor_unittest::TEST | ( | CustomOptions | , |
UnusedImportWarning | |||
) |
Definition at line 3460 of file descriptor_unittest.cc.
google::protobuf::descriptor_unittest::TEST_F | ( | CopySourceCodeInfoToTest | , |
CopySourceCodeInfoTo | |||
) |
Definition at line 7663 of file descriptor_unittest.cc.
google::protobuf::descriptor_unittest::TEST_F | ( | CopySourceCodeInfoToTest | , |
CopyTo_DoesNotCopySourceCodeInfo | |||
) |
Definition at line 7653 of file descriptor_unittest.cc.
google::protobuf::descriptor_unittest::TEST_F | ( | DatabaseBackedPoolTest | , |
DoesntFallbackOnWrongType | |||
) |
Definition at line 6982 of file descriptor_unittest.cc.
google::protobuf::descriptor_unittest::TEST_F | ( | DatabaseBackedPoolTest | , |
DoesntReloadFilesUncesessarily | |||
) |
Definition at line 6874 of file descriptor_unittest.cc.
google::protobuf::descriptor_unittest::TEST_F | ( | DatabaseBackedPoolTest | , |
DoesntReloadKnownBadFiles | |||
) |
Definition at line 6972 of file descriptor_unittest.cc.
google::protobuf::descriptor_unittest::TEST_F | ( | DatabaseBackedPoolTest | , |
DoesntRetryDbUnnecessarily | |||
) |
Definition at line 6829 of file descriptor_unittest.cc.
google::protobuf::descriptor_unittest::TEST_F | ( | DatabaseBackedPoolTest | , |
ErrorWithErrorCollector | |||
) |
Definition at line 6759 of file descriptor_unittest.cc.
google::protobuf::descriptor_unittest::TEST_F | ( | DatabaseBackedPoolTest | , |
ErrorWithoutErrorCollector | |||
) |
Definition at line 6744 of file descriptor_unittest.cc.
google::protobuf::descriptor_unittest::TEST_F | ( | DatabaseBackedPoolTest | , |
FindAllExtensions | |||
) |
Definition at line 6729 of file descriptor_unittest.cc.
google::protobuf::descriptor_unittest::TEST_F | ( | DatabaseBackedPoolTest | , |
FindDependencyBeforeDependent | |||
) |
Definition at line 6655 of file descriptor_unittest.cc.
google::protobuf::descriptor_unittest::TEST_F | ( | DatabaseBackedPoolTest | , |
FindDependentBeforeDependency | |||
) |
Definition at line 6674 of file descriptor_unittest.cc.
google::protobuf::descriptor_unittest::TEST_F | ( | DatabaseBackedPoolTest | , |
FindExtensionByNumber | |||
) |
Definition at line 6715 of file descriptor_unittest.cc.
google::protobuf::descriptor_unittest::TEST_F | ( | DatabaseBackedPoolTest | , |
FindFileByName | |||
) |
Definition at line 6641 of file descriptor_unittest.cc.
google::protobuf::descriptor_unittest::TEST_F | ( | DatabaseBackedPoolTest | , |
FindFileContainingSymbol | |||
) |
Definition at line 6693 of file descriptor_unittest.cc.
google::protobuf::descriptor_unittest::TEST_F | ( | DatabaseBackedPoolTest | , |
FindMessageTypeByName | |||
) |
Definition at line 6704 of file descriptor_unittest.cc.
google::protobuf::descriptor_unittest::TEST_F | ( | DatabaseBackedPoolTest | , |
RollbackAfterError | |||
) |
Definition at line 6788 of file descriptor_unittest.cc.
google::protobuf::descriptor_unittest::TEST_F | ( | DatabaseBackedPoolTest | , |
UndeclaredDependencyOnUnbuiltType | |||
) |
Definition at line 6775 of file descriptor_unittest.cc.
google::protobuf::descriptor_unittest::TEST_F | ( | DatabaseBackedPoolTest | , |
UnittestProto | |||
) |
Definition at line 6802 of file descriptor_unittest.cc.
google::protobuf::descriptor_unittest::TEST_F | ( | DescriptorTest | , |
ContainingType | |||
) |
Definition at line 812 of file descriptor_unittest.cc.
google::protobuf::descriptor_unittest::TEST_F | ( | DescriptorTest | , |
FieldContainingType | |||
) |
Definition at line 1009 of file descriptor_unittest.cc.
google::protobuf::descriptor_unittest::TEST_F | ( | DescriptorTest | , |
FieldEnumType | |||
) |
Definition at line 1028 of file descriptor_unittest.cc.
google::protobuf::descriptor_unittest::TEST_F | ( | DescriptorTest | , |
FieldFile | |||
) |
Definition at line 945 of file descriptor_unittest.cc.
google::protobuf::descriptor_unittest::TEST_F | ( | DescriptorTest | , |
FieldFullName | |||
) |
Definition at line 867 of file descriptor_unittest.cc.
google::protobuf::descriptor_unittest::TEST_F | ( | DescriptorTest | , |
FieldHasDefault | |||
) |
Definition at line 1002 of file descriptor_unittest.cc.
google::protobuf::descriptor_unittest::TEST_F | ( | DescriptorTest | , |
FieldIndex | |||
) |
Definition at line 956 of file descriptor_unittest.cc.
google::protobuf::descriptor_unittest::TEST_F | ( | DescriptorTest | , |
FieldJsonName | |||
) |
Definition at line 906 of file descriptor_unittest.cc.
google::protobuf::descriptor_unittest::TEST_F | ( | DescriptorTest | , |
FieldLabel | |||
) |
Definition at line 977 of file descriptor_unittest.cc.
google::protobuf::descriptor_unittest::TEST_F | ( | DescriptorTest | , |
FieldMessageType | |||
) |
Definition at line 1020 of file descriptor_unittest.cc.
google::protobuf::descriptor_unittest::TEST_F | ( | DescriptorTest | , |
FieldName | |||
) |
Definition at line 860 of file descriptor_unittest.cc.
google::protobuf::descriptor_unittest::TEST_F | ( | DescriptorTest | , |
FieldNumber | |||
) |
Definition at line 963 of file descriptor_unittest.cc.
google::protobuf::descriptor_unittest::TEST_F | ( | DescriptorTest | , |
FieldsByIndex | |||
) |
Definition at line 817 of file descriptor_unittest.cc.
google::protobuf::descriptor_unittest::TEST_F | ( | DescriptorTest | , |
FieldType | |||
) |
Definition at line 970 of file descriptor_unittest.cc.
google::protobuf::descriptor_unittest::TEST_F | ( | DescriptorTest | , |
FindFieldByName | |||
) |
Definition at line 825 of file descriptor_unittest.cc.
google::protobuf::descriptor_unittest::TEST_F | ( | DescriptorTest | , |
FindFieldByNumber | |||
) |
Definition at line 845 of file descriptor_unittest.cc.
google::protobuf::descriptor_unittest::TEST_F | ( | DescriptorTest | , |
IsMap | |||
) |
Definition at line 996 of file descriptor_unittest.cc.
google::protobuf::descriptor_unittest::TEST_F | ( | DescriptorTest | , |
Name | |||
) |
Definition at line 802 of file descriptor_unittest.cc.
google::protobuf::descriptor_unittest::TEST_F | ( | DescriptorTest | , |
PrintableNameIsExtendingTypeForMessageSetExtension | |||
) |
Definition at line 899 of file descriptor_unittest.cc.
google::protobuf::descriptor_unittest::TEST_F | ( | DescriptorTest | , |
PrintableNameIsFullNameForNonExtensionFields | |||
) |
Definition at line 878 of file descriptor_unittest.cc.
google::protobuf::descriptor_unittest::TEST_F | ( | DescriptorTest | , |
PrintableNameIsFullNameForNonMessageSetExtension | |||
) |
Definition at line 892 of file descriptor_unittest.cc.
google::protobuf::descriptor_unittest::TEST_F | ( | EnumDescriptorTest | , |
ContainingType | |||
) |
Definition at line 1386 of file descriptor_unittest.cc.
google::protobuf::descriptor_unittest::TEST_F | ( | EnumDescriptorTest | , |
FindValueByName | |||
) |
Definition at line 1397 of file descriptor_unittest.cc.
google::protobuf::descriptor_unittest::TEST_F | ( | EnumDescriptorTest | , |
FindValueByNumber | |||
) |
Definition at line 1408 of file descriptor_unittest.cc.
google::protobuf::descriptor_unittest::TEST_F | ( | EnumDescriptorTest | , |
Name | |||
) |
Definition at line 1376 of file descriptor_unittest.cc.
google::protobuf::descriptor_unittest::TEST_F | ( | EnumDescriptorTest | , |
ValueFullName | |||
) |
Definition at line 1424 of file descriptor_unittest.cc.
google::protobuf::descriptor_unittest::TEST_F | ( | EnumDescriptorTest | , |
ValueIndex | |||
) |
Definition at line 1431 of file descriptor_unittest.cc.
google::protobuf::descriptor_unittest::TEST_F | ( | EnumDescriptorTest | , |
ValueName | |||
) |
Definition at line 1419 of file descriptor_unittest.cc.
google::protobuf::descriptor_unittest::TEST_F | ( | EnumDescriptorTest | , |
ValueNumber | |||
) |
Definition at line 1436 of file descriptor_unittest.cc.
google::protobuf::descriptor_unittest::TEST_F | ( | EnumDescriptorTest | , |
ValuesByIndex | |||
) |
Definition at line 1391 of file descriptor_unittest.cc.
google::protobuf::descriptor_unittest::TEST_F | ( | EnumDescriptorTest | , |
ValueType | |||
) |
Definition at line 1441 of file descriptor_unittest.cc.
google::protobuf::descriptor_unittest::TEST_F | ( | ExtensionDescriptorTest | , |
DuplicateFieldNumber | |||
) |
Definition at line 2017 of file descriptor_unittest.cc.
google::protobuf::descriptor_unittest::TEST_F | ( | ExtensionDescriptorTest | , |
ExtensionRanges | |||
) |
Definition at line 1897 of file descriptor_unittest.cc.
google::protobuf::descriptor_unittest::TEST_F | ( | ExtensionDescriptorTest | , |
Extensions | |||
) |
Definition at line 1908 of file descriptor_unittest.cc.
google::protobuf::descriptor_unittest::TEST_F | ( | ExtensionDescriptorTest | , |
FindAllExtensions | |||
) |
Definition at line 2006 of file descriptor_unittest.cc.
google::protobuf::descriptor_unittest::TEST_F | ( | ExtensionDescriptorTest | , |
FindExtensionByName | |||
) |
Definition at line 1964 of file descriptor_unittest.cc.
google::protobuf::descriptor_unittest::TEST_F | ( | ExtensionDescriptorTest | , |
FindExtensionByPrintableName | |||
) |
Definition at line 1977 of file descriptor_unittest.cc.
google::protobuf::descriptor_unittest::TEST_F | ( | ExtensionDescriptorTest | , |
IsExtensionNumber | |||
) |
Definition at line 1953 of file descriptor_unittest.cc.
google::protobuf::descriptor_unittest::TEST_F | ( | FileDescriptorTest | , |
BuildAgain | |||
) |
Definition at line 481 of file descriptor_unittest.cc.
google::protobuf::descriptor_unittest::TEST_F | ( | FileDescriptorTest | , |
BuildAgainWithSyntax | |||
) |
Definition at line 493 of file descriptor_unittest.cc.
google::protobuf::descriptor_unittest::TEST_F | ( | FileDescriptorTest | , |
DebugStringRoundTrip | |||
) |
Definition at line 578 of file descriptor_unittest.cc.
google::protobuf::descriptor_unittest::TEST_F | ( | FileDescriptorTest | , |
Dependencies | |||
) |
Definition at line 407 of file descriptor_unittest.cc.
google::protobuf::descriptor_unittest::TEST_F | ( | FileDescriptorTest | , |
FindEnumTypeByName | |||
) |
Definition at line 425 of file descriptor_unittest.cc.
google::protobuf::descriptor_unittest::TEST_F | ( | FileDescriptorTest | , |
FindEnumValueByName | |||
) |
Definition at line 437 of file descriptor_unittest.cc.
google::protobuf::descriptor_unittest::TEST_F | ( | FileDescriptorTest | , |
FindExtensionByName | |||
) |
Definition at line 461 of file descriptor_unittest.cc.
google::protobuf::descriptor_unittest::TEST_F | ( | FileDescriptorTest | , |
FindExtensionByNumber | |||
) |
Definition at line 473 of file descriptor_unittest.cc.
google::protobuf::descriptor_unittest::TEST_F | ( | FileDescriptorTest | , |
FindMessageTypeByName | |||
) |
Definition at line 413 of file descriptor_unittest.cc.
google::protobuf::descriptor_unittest::TEST_F | ( | FileDescriptorTest | , |
FindServiceByName | |||
) |
Definition at line 449 of file descriptor_unittest.cc.
google::protobuf::descriptor_unittest::TEST_F | ( | FileDescriptorTest | , |
Name | |||
) |
Definition at line 396 of file descriptor_unittest.cc.
google::protobuf::descriptor_unittest::TEST_F | ( | FileDescriptorTest | , |
Package | |||
) |
Definition at line 402 of file descriptor_unittest.cc.
google::protobuf::descriptor_unittest::TEST_F | ( | FileDescriptorTest | , |
Syntax | |||
) |
Definition at line 524 of file descriptor_unittest.cc.
google::protobuf::descriptor_unittest::TEST_F | ( | LazilyBuildDependenciesTest | , |
Dependency | |||
) |
Definition at line 8001 of file descriptor_unittest.cc.
google::protobuf::descriptor_unittest::TEST_F | ( | LazilyBuildDependenciesTest | , |
Enum | |||
) |
Definition at line 7778 of file descriptor_unittest.cc.
google::protobuf::descriptor_unittest::TEST_F | ( | LazilyBuildDependenciesTest | , |
Extension | |||
) |
Definition at line 7876 of file descriptor_unittest.cc.
google::protobuf::descriptor_unittest::TEST_F | ( | LazilyBuildDependenciesTest | , |
GeneratedFile | |||
) |
Definition at line 7945 of file descriptor_unittest.cc.
google::protobuf::descriptor_unittest::TEST_F | ( | LazilyBuildDependenciesTest | , |
Message | |||
) |
Definition at line 7738 of file descriptor_unittest.cc.
google::protobuf::descriptor_unittest::TEST_F | ( | LazilyBuildDependenciesTest | , |
Service | |||
) |
Definition at line 7908 of file descriptor_unittest.cc.
google::protobuf::descriptor_unittest::TEST_F | ( | LazilyBuildDependenciesTest | , |
Type | |||
) |
Definition at line 7815 of file descriptor_unittest.cc.
google::protobuf::descriptor_unittest::TEST_F | ( | MiscTest | , |
CppTypeNames | |||
) |
Definition at line 2400 of file descriptor_unittest.cc.
google::protobuf::descriptor_unittest::TEST_F | ( | MiscTest | , |
CppTypes | |||
) |
Definition at line 2375 of file descriptor_unittest.cc.
google::protobuf::descriptor_unittest::TEST_F | ( | MiscTest | , |
DefaultValues | |||
) |
Definition at line 2492 of file descriptor_unittest.cc.
google::protobuf::descriptor_unittest::TEST_F | ( | MiscTest | , |
EnumType | |||
) |
Definition at line 2467 of file descriptor_unittest.cc.
google::protobuf::descriptor_unittest::TEST_F | ( | MiscTest | , |
FieldOptions | |||
) |
Definition at line 2615 of file descriptor_unittest.cc.
google::protobuf::descriptor_unittest::TEST_F | ( | MiscTest | , |
MessageType | |||
) |
Definition at line 2442 of file descriptor_unittest.cc.
google::protobuf::descriptor_unittest::TEST_F | ( | MiscTest | , |
StaticCppTypeNames | |||
) |
Definition at line 2425 of file descriptor_unittest.cc.
google::protobuf::descriptor_unittest::TEST_F | ( | MiscTest | , |
StaticTypeNames | |||
) |
Definition at line 2350 of file descriptor_unittest.cc.
google::protobuf::descriptor_unittest::TEST_F | ( | MiscTest | , |
TypeNames | |||
) |
Definition at line 2325 of file descriptor_unittest.cc.
google::protobuf::descriptor_unittest::TEST_F | ( | NestedDescriptorTest | , |
EnumContainingType | |||
) |
Definition at line 1784 of file descriptor_unittest.cc.
google::protobuf::descriptor_unittest::TEST_F | ( | NestedDescriptorTest | , |
EnumName | |||
) |
Definition at line 1772 of file descriptor_unittest.cc.
google::protobuf::descriptor_unittest::TEST_F | ( | NestedDescriptorTest | , |
FindEnumTypeByName | |||
) |
Definition at line 1797 of file descriptor_unittest.cc.
google::protobuf::descriptor_unittest::TEST_F | ( | NestedDescriptorTest | , |
FindEnumValueByName | |||
) |
Definition at line 1810 of file descriptor_unittest.cc.
google::protobuf::descriptor_unittest::TEST_F | ( | NestedDescriptorTest | , |
FindFieldByNameDoesntFindNestedTypes | |||
) |
Definition at line 1752 of file descriptor_unittest.cc.
google::protobuf::descriptor_unittest::TEST_F | ( | NestedDescriptorTest | , |
FindNestedTypeByName | |||
) |
Definition at line 1759 of file descriptor_unittest.cc.
google::protobuf::descriptor_unittest::TEST_F | ( | NestedDescriptorTest | , |
MessageContainingType | |||
) |
Definition at line 1739 of file descriptor_unittest.cc.
google::protobuf::descriptor_unittest::TEST_F | ( | NestedDescriptorTest | , |
MessageName | |||
) |
Definition at line 1727 of file descriptor_unittest.cc.
google::protobuf::descriptor_unittest::TEST_F | ( | NestedDescriptorTest | , |
NestedEnumsByIndex | |||
) |
Definition at line 1791 of file descriptor_unittest.cc.
google::protobuf::descriptor_unittest::TEST_F | ( | NestedDescriptorTest | , |
NestedMessagesByIndex | |||
) |
Definition at line 1746 of file descriptor_unittest.cc.
google::protobuf::descriptor_unittest::TEST_F | ( | OneofDescriptorTest | , |
FindByName | |||
) |
Definition at line 1123 of file descriptor_unittest.cc.
google::protobuf::descriptor_unittest::TEST_F | ( | OneofDescriptorTest | , |
Normal | |||
) |
Definition at line 1111 of file descriptor_unittest.cc.
google::protobuf::descriptor_unittest::TEST_F | ( | ReservedDescriptorTest | , |
IsReservedName | |||
) |
Definition at line 2123 of file descriptor_unittest.cc.
google::protobuf::descriptor_unittest::TEST_F | ( | ReservedDescriptorTest | , |
IsReservedNumber | |||
) |
Definition at line 2101 of file descriptor_unittest.cc.
google::protobuf::descriptor_unittest::TEST_F | ( | ReservedDescriptorTest | , |
ReservedNames | |||
) |
Definition at line 2116 of file descriptor_unittest.cc.
google::protobuf::descriptor_unittest::TEST_F | ( | ReservedDescriptorTest | , |
ReservedRanges | |||
) |
Definition at line 2088 of file descriptor_unittest.cc.
google::protobuf::descriptor_unittest::TEST_F | ( | ReservedEnumDescriptorTest | , |
IsReservedName | |||
) |
Definition at line 2254 of file descriptor_unittest.cc.
google::protobuf::descriptor_unittest::TEST_F | ( | ReservedEnumDescriptorTest | , |
IsReservedNumber | |||
) |
Definition at line 2214 of file descriptor_unittest.cc.
google::protobuf::descriptor_unittest::TEST_F | ( | ReservedEnumDescriptorTest | , |
ReservedNames | |||
) |
Definition at line 2247 of file descriptor_unittest.cc.
google::protobuf::descriptor_unittest::TEST_F | ( | ReservedEnumDescriptorTest | , |
ReservedRanges | |||
) |
Definition at line 2187 of file descriptor_unittest.cc.
google::protobuf::descriptor_unittest::TEST_F | ( | ServiceDescriptorTest | , |
FindMethodByName | |||
) |
Definition at line 1566 of file descriptor_unittest.cc.
google::protobuf::descriptor_unittest::TEST_F | ( | ServiceDescriptorTest | , |
MethodFullName | |||
) |
Definition at line 1582 of file descriptor_unittest.cc.
google::protobuf::descriptor_unittest::TEST_F | ( | ServiceDescriptorTest | , |
MethodIndex | |||
) |
Definition at line 1589 of file descriptor_unittest.cc.
google::protobuf::descriptor_unittest::TEST_F | ( | ServiceDescriptorTest | , |
MethodInputType | |||
) |
Definition at line 1599 of file descriptor_unittest.cc.
google::protobuf::descriptor_unittest::TEST_F | ( | ServiceDescriptorTest | , |
MethodName | |||
) |
Definition at line 1577 of file descriptor_unittest.cc.
google::protobuf::descriptor_unittest::TEST_F | ( | ServiceDescriptorTest | , |
MethodOutputType | |||
) |
Definition at line 1604 of file descriptor_unittest.cc.
google::protobuf::descriptor_unittest::TEST_F | ( | ServiceDescriptorTest | , |
MethodParent | |||
) |
Definition at line 1594 of file descriptor_unittest.cc.
google::protobuf::descriptor_unittest::TEST_F | ( | ServiceDescriptorTest | , |
MethodsByIndex | |||
) |
Definition at line 1560 of file descriptor_unittest.cc.
google::protobuf::descriptor_unittest::TEST_F | ( | ServiceDescriptorTest | , |
Name | |||
) |
Definition at line 1550 of file descriptor_unittest.cc.
google::protobuf::descriptor_unittest::TEST_F | ( | SourceLocationTest | , |
ExtensionSourceLocation | |||
) |
Definition at line 7196 of file descriptor_unittest.cc.
google::protobuf::descriptor_unittest::TEST_F | ( | SourceLocationTest | , |
GetSourceLocation | |||
) |
Definition at line 7164 of file descriptor_unittest.cc.
google::protobuf::descriptor_unittest::TEST_F | ( | SourceLocationTest | , |
GetSourceLocation_BogusSourceCodeInfo | |||
) |
Definition at line 7604 of file descriptor_unittest.cc.
google::protobuf::descriptor_unittest::TEST_F | ( | SourceLocationTest | , |
GetSourceLocation_MissingSourceCodeInfo | |||
) |
Definition at line 7586 of file descriptor_unittest.cc.
google::protobuf::descriptor_unittest::TEST_F | ( | SourceLocationTest | , |
InterpretedOptionSourceLocation | |||
) |
Definition at line 7216 of file descriptor_unittest.cc.
google::protobuf::descriptor_unittest::TEST_F | ( | StylizedFieldNamesTest | , |
CamelcaseName | |||
) |
Definition at line 1220 of file descriptor_unittest.cc.
google::protobuf::descriptor_unittest::TEST_F | ( | StylizedFieldNamesTest | , |
FindByCamelcaseName | |||
) |
Definition at line 1269 of file descriptor_unittest.cc.
google::protobuf::descriptor_unittest::TEST_F | ( | StylizedFieldNamesTest | , |
FindByLowercaseName | |||
) |
Definition at line 1240 of file descriptor_unittest.cc.
google::protobuf::descriptor_unittest::TEST_F | ( | StylizedFieldNamesTest | , |
LowercaseName | |||
) |
Definition at line 1200 of file descriptor_unittest.cc.
google::protobuf::descriptor_unittest::TEST_F | ( | ValidationErrorTest | , |
AggregateValueNotFound | |||
) |
Definition at line 5565 of file descriptor_unittest.cc.
google::protobuf::descriptor_unittest::TEST_F | ( | ValidationErrorTest | , |
AggregateValueParseError | |||
) |
Definition at line 5576 of file descriptor_unittest.cc.
google::protobuf::descriptor_unittest::TEST_F | ( | ValidationErrorTest | , |
AggregateValueUnknownFields | |||
) |
Definition at line 5585 of file descriptor_unittest.cc.
google::protobuf::descriptor_unittest::TEST_F | ( | ValidationErrorTest | , |
AllowEnumAlias | |||
) |
Definition at line 5740 of file descriptor_unittest.cc.
google::protobuf::descriptor_unittest::TEST_F | ( | ValidationErrorTest | , |
AlreadyDefined | |||
) |
Definition at line 3668 of file descriptor_unittest.cc.
google::protobuf::descriptor_unittest::TEST_F | ( | ValidationErrorTest | , |
AlreadyDefinedInOtherFile | |||
) |
Definition at line 3688 of file descriptor_unittest.cc.
google::protobuf::descriptor_unittest::TEST_F | ( | ValidationErrorTest | , |
AlreadyDefinedInPackage | |||
) |
Definition at line 3677 of file descriptor_unittest.cc.
google::protobuf::descriptor_unittest::TEST_F | ( | ValidationErrorTest | , |
BadEnumDefaultValue | |||
) |
Definition at line 4916 of file descriptor_unittest.cc.
google::protobuf::descriptor_unittest::TEST_F | ( | ValidationErrorTest | , |
BadMessageSetExtensionLabel | |||
) |
Definition at line 4388 of file descriptor_unittest.cc.
google::protobuf::descriptor_unittest::TEST_F | ( | ValidationErrorTest | , |
BadMessageSetExtensionType | |||
) |
Definition at line 4370 of file descriptor_unittest.cc.
google::protobuf::descriptor_unittest::TEST_F | ( | ValidationErrorTest | , |
BoolOptionValueIsNotTrueOrFalse | |||
) |
Definition at line 5416 of file descriptor_unittest.cc.
google::protobuf::descriptor_unittest::TEST_F | ( | ValidationErrorTest | , |
CustomOptionConflictingFieldNumber | |||
) |
Definition at line 5237 of file descriptor_unittest.cc.
google::protobuf::descriptor_unittest::TEST_F | ( | ValidationErrorTest | , |
DisallowEnumAlias | |||
) |
Definition at line 5726 of file descriptor_unittest.cc.
google::protobuf::descriptor_unittest::TEST_F | ( | ValidationErrorTest | , |
DoubleOptionValueIsNotNumber | |||
) |
Definition at line 5400 of file descriptor_unittest.cc.
google::protobuf::descriptor_unittest::TEST_F | ( | ValidationErrorTest | , |
DupeDependency | |||
) |
Definition at line 3770 of file descriptor_unittest.cc.
google::protobuf::descriptor_unittest::TEST_F | ( | ValidationErrorTest | , |
DupeFile | |||
) |
Definition at line 3824 of file descriptor_unittest.cc.
google::protobuf::descriptor_unittest::TEST_F | ( | ValidationErrorTest | , |
DuplicateExtensionFieldNumber | |||
) |
Definition at line 5529 of file descriptor_unittest.cc.
google::protobuf::descriptor_unittest::TEST_F | ( | ValidationErrorTest | , |
DupOption | |||
) |
Definition at line 5114 of file descriptor_unittest.cc.
google::protobuf::descriptor_unittest::TEST_F | ( | ValidationErrorTest | , |
EmptyEnum | |||
) |
Definition at line 4458 of file descriptor_unittest.cc.
google::protobuf::descriptor_unittest::TEST_F | ( | ValidationErrorTest | , |
EnumDefaultValueIsInteger | |||
) |
Definition at line 4930 of file descriptor_unittest.cc.
google::protobuf::descriptor_unittest::TEST_F | ( | ValidationErrorTest | , |
EnumFieldTypeIsMessage | |||
) |
Definition at line 4890 of file descriptor_unittest.cc.
google::protobuf::descriptor_unittest::TEST_F | ( | ValidationErrorTest | , |
EnumMixedReservedRangeOverlap | |||
) |
Definition at line 4045 of file descriptor_unittest.cc.
google::protobuf::descriptor_unittest::TEST_F | ( | ValidationErrorTest | , |
EnumMixedReservedRangeOverlap2 | |||
) |
Definition at line 4059 of file descriptor_unittest.cc.
google::protobuf::descriptor_unittest::TEST_F | ( | ValidationErrorTest | , |
EnumNegativeReservedFieldError | |||
) |
Definition at line 3991 of file descriptor_unittest.cc.
google::protobuf::descriptor_unittest::TEST_F | ( | ValidationErrorTest | , |
EnumNegativeReservedRangeOverlap | |||
) |
Definition at line 4031 of file descriptor_unittest.cc.
google::protobuf::descriptor_unittest::TEST_F | ( | ValidationErrorTest | , |
EnumOptionValueIsNotEnumValueName | |||
) |
Definition at line 5451 of file descriptor_unittest.cc.
google::protobuf::descriptor_unittest::TEST_F | ( | ValidationErrorTest | , |
EnumOptionValueIsNotIdentifier | |||
) |
Definition at line 5432 of file descriptor_unittest.cc.
google::protobuf::descriptor_unittest::TEST_F | ( | ValidationErrorTest | , |
EnumOptionValueIsSiblingEnumValueName | |||
) |
Definition at line 5470 of file descriptor_unittest.cc.
google::protobuf::descriptor_unittest::TEST_F | ( | ValidationErrorTest | , |
EnumReservedFieldError | |||
) |
Definition at line 3979 of file descriptor_unittest.cc.
google::protobuf::descriptor_unittest::TEST_F | ( | ValidationErrorTest | , |
EnumReservedFieldsDebugString | |||
) |
Definition at line 4114 of file descriptor_unittest.cc.
google::protobuf::descriptor_unittest::TEST_F | ( | ValidationErrorTest | , |
EnumReservedNameError | |||
) |
Definition at line 4086 of file descriptor_unittest.cc.
google::protobuf::descriptor_unittest::TEST_F | ( | ValidationErrorTest | , |
EnumReservedNameRedundant | |||
) |
Definition at line 4101 of file descriptor_unittest.cc.
google::protobuf::descriptor_unittest::TEST_F | ( | ValidationErrorTest | , |
EnumReservedRangeOverlap | |||
) |
Definition at line 4003 of file descriptor_unittest.cc.
google::protobuf::descriptor_unittest::TEST_F | ( | ValidationErrorTest | , |
EnumReservedRangeOverlapByOne | |||
) |
Definition at line 4017 of file descriptor_unittest.cc.
google::protobuf::descriptor_unittest::TEST_F | ( | ValidationErrorTest | , |
EnumReservedRangeStartGreaterThanEnd | |||
) |
Definition at line 4073 of file descriptor_unittest.cc.
google::protobuf::descriptor_unittest::TEST_F | ( | ValidationErrorTest | , |
EnumValueAlreadyDefinedInParent | |||
) |
Definition at line 3713 of file descriptor_unittest.cc.
google::protobuf::descriptor_unittest::TEST_F | ( | ValidationErrorTest | , |
EnumValueAlreadyDefinedInParentNonGlobal | |||
) |
Definition at line 3726 of file descriptor_unittest.cc.
google::protobuf::descriptor_unittest::TEST_F | ( | ValidationErrorTest | , |
EnumValuesConflictWhenPrefixesStripped | |||
) |
Definition at line 6134 of file descriptor_unittest.cc.
google::protobuf::descriptor_unittest::TEST_F | ( | ValidationErrorTest | , |
EnumValuesConflictWithDifferentCasing | |||
) |
Definition at line 6106 of file descriptor_unittest.cc.
google::protobuf::descriptor_unittest::TEST_F | ( | ValidationErrorTest | , |
ErrorsReportedToLogError | |||
) |
Definition at line 5701 of file descriptor_unittest.cc.
google::protobuf::descriptor_unittest::TEST_F | ( | ValidationErrorTest | , |
ExtensionMissingExtendee | |||
) |
Definition at line 4233 of file descriptor_unittest.cc.
google::protobuf::descriptor_unittest::TEST_F | ( | ValidationErrorTest | , |
ExtensionRangeEndBeforeStart | |||
) |
Definition at line 4443 of file descriptor_unittest.cc.
google::protobuf::descriptor_unittest::TEST_F | ( | ValidationErrorTest | , |
FieldInExtensionRange | |||
) |
Definition at line 3841 of file descriptor_unittest.cc.
google::protobuf::descriptor_unittest::TEST_F | ( | ValidationErrorTest | , |
FieldInMessageSet | |||
) |
Definition at line 4407 of file descriptor_unittest.cc.
google::protobuf::descriptor_unittest::TEST_F | ( | ValidationErrorTest | , |
FieldNumberConflict | |||
) |
Definition at line 4357 of file descriptor_unittest.cc.
google::protobuf::descriptor_unittest::TEST_F | ( | ValidationErrorTest | , |
FieldOneofIndexNegative | |||
) |
Definition at line 4279 of file descriptor_unittest.cc.
google::protobuf::descriptor_unittest::TEST_F | ( | ValidationErrorTest | , |
FieldOneofIndexTooLarge | |||
) |
Definition at line 4263 of file descriptor_unittest.cc.
google::protobuf::descriptor_unittest::TEST_F | ( | ValidationErrorTest | , |
FieldTypeDefinedInIndirectDependency | |||
) |
Definition at line 4599 of file descriptor_unittest.cc.
google::protobuf::descriptor_unittest::TEST_F | ( | ValidationErrorTest | , |
FieldTypeDefinedInPrivateDependencyOfPublicDependency | |||
) |
Definition at line 4710 of file descriptor_unittest.cc.
google::protobuf::descriptor_unittest::TEST_F | ( | ValidationErrorTest | , |
FieldTypeDefinedInPublicDependency | |||
) |
Definition at line 4634 of file descriptor_unittest.cc.
google::protobuf::descriptor_unittest::TEST_F | ( | ValidationErrorTest | , |
FieldTypeDefinedInTransitivePublicDependency | |||
) |
Definition at line 4669 of file descriptor_unittest.cc.
google::protobuf::descriptor_unittest::TEST_F | ( | ValidationErrorTest | , |
FieldTypeDefinedInUndeclaredDependency | |||
) |
Definition at line 4583 of file descriptor_unittest.cc.
google::protobuf::descriptor_unittest::TEST_F | ( | ValidationErrorTest | , |
FieldTypeMayBeItsName | |||
) |
Definition at line 4878 of file descriptor_unittest.cc.
google::protobuf::descriptor_unittest::TEST_F | ( | ValidationErrorTest | , |
FieldTypeNotAType | |||
) |
Definition at line 4850 of file descriptor_unittest.cc.
google::protobuf::descriptor_unittest::TEST_F | ( | ValidationErrorTest | , |
FloatOptionValueIsNotNumber | |||
) |
Definition at line 5384 of file descriptor_unittest.cc.
google::protobuf::descriptor_unittest::TEST_F | ( | ValidationErrorTest | , |
ForeignUnimportedPackageNoCrash | |||
) |
Definition at line 3798 of file descriptor_unittest.cc.
google::protobuf::descriptor_unittest::TEST_F | ( | ValidationErrorTest | , |
HugeExtensionRangeNumber | |||
) |
Definition at line 4431 of file descriptor_unittest.cc.
google::protobuf::descriptor_unittest::TEST_F | ( | ValidationErrorTest | , |
HugeFieldNumber | |||
) |
Definition at line 4199 of file descriptor_unittest.cc.
google::protobuf::descriptor_unittest::TEST_F | ( | ValidationErrorTest | , |
IllegalPackedField | |||
) |
Definition at line 5048 of file descriptor_unittest.cc.
google::protobuf::descriptor_unittest::TEST_F | ( | ValidationErrorTest | , |
InputTypeNotAMessage | |||
) |
Definition at line 5006 of file descriptor_unittest.cc.
google::protobuf::descriptor_unittest::TEST_F | ( | ValidationErrorTest | , |
InputTypeNotDefined | |||
) |
Definition at line 4993 of file descriptor_unittest.cc.
google::protobuf::descriptor_unittest::TEST_F | ( | ValidationErrorTest | , |
Int32OptionValueIsNotPositiveInt | |||
) |
Definition at line 5286 of file descriptor_unittest.cc.
google::protobuf::descriptor_unittest::TEST_F | ( | ValidationErrorTest | , |
Int32OptionValueOutOfNegativeRange | |||
) |
Definition at line 5269 of file descriptor_unittest.cc.
google::protobuf::descriptor_unittest::TEST_F | ( | ValidationErrorTest | , |
Int32OptionValueOutOfPositiveRange | |||
) |
Definition at line 5252 of file descriptor_unittest.cc.
google::protobuf::descriptor_unittest::TEST_F | ( | ValidationErrorTest | , |
Int64OptionValueIsNotPositiveInt | |||
) |
Definition at line 5320 of file descriptor_unittest.cc.
google::protobuf::descriptor_unittest::TEST_F | ( | ValidationErrorTest | , |
Int64OptionValueOutOfRange | |||
) |
Definition at line 5302 of file descriptor_unittest.cc.
google::protobuf::descriptor_unittest::TEST_F | ( | ValidationErrorTest | , |
InvalidDefaults | |||
) |
Definition at line 4139 of file descriptor_unittest.cc.
google::protobuf::descriptor_unittest::TEST_F | ( | ValidationErrorTest | , |
InvalidName | |||
) |
Definition at line 3748 of file descriptor_unittest.cc.
google::protobuf::descriptor_unittest::TEST_F | ( | ValidationErrorTest | , |
InvalidOptionName | |||
) |
Definition at line 5134 of file descriptor_unittest.cc.
google::protobuf::descriptor_unittest::TEST_F | ( | ValidationErrorTest | , |
InvalidPackageName | |||
) |
Definition at line 3756 of file descriptor_unittest.cc.
google::protobuf::descriptor_unittest::TEST_F | ( | ValidationErrorTest | , |
InvalidPublicDependencyIndex | |||
) |
Definition at line 3789 of file descriptor_unittest.cc.
google::protobuf::descriptor_unittest::TEST_F | ( | ValidationErrorTest | , |
JsonNameOptionOnExtensions | |||
) |
Definition at line 5509 of file descriptor_unittest.cc.
google::protobuf::descriptor_unittest::TEST_F | ( | ValidationErrorTest | , |
LiteExtendsNotLite | |||
) |
Definition at line 5608 of file descriptor_unittest.cc.
google::protobuf::descriptor_unittest::TEST_F | ( | ValidationErrorTest | , |
MapEntryBase | |||
) |
Definition at line 5834 of file descriptor_unittest.cc.
google::protobuf::descriptor_unittest::TEST_F | ( | ValidationErrorTest | , |
MapEntryConflictsWithEnum | |||
) |
Definition at line 6089 of file descriptor_unittest.cc.
google::protobuf::descriptor_unittest::TEST_F | ( | ValidationErrorTest | , |
MapEntryConflictsWithField | |||
) |
Definition at line 6053 of file descriptor_unittest.cc.
google::protobuf::descriptor_unittest::TEST_F | ( | ValidationErrorTest | , |
MapEntryConflictsWithMessage | |||
) |
Definition at line 6073 of file descriptor_unittest.cc.
google::protobuf::descriptor_unittest::TEST_F | ( | ValidationErrorTest | , |
MapEntryConflictsWithOneof | |||
) |
Definition at line 6203 of file descriptor_unittest.cc.
google::protobuf::descriptor_unittest::TEST_F | ( | ValidationErrorTest | , |
MapEntryDifferentContainingType | |||
) |
Definition at line 5917 of file descriptor_unittest.cc.
google::protobuf::descriptor_unittest::TEST_F | ( | ValidationErrorTest | , |
MapEntryEnumTypes | |||
) |
Definition at line 5873 of file descriptor_unittest.cc.
google::protobuf::descriptor_unittest::TEST_F | ( | ValidationErrorTest | , |
MapEntryExtension | |||
) |
Definition at line 5851 of file descriptor_unittest.cc.
google::protobuf::descriptor_unittest::TEST_F | ( | ValidationErrorTest | , |
MapEntryExtensionRange | |||
) |
Definition at line 5840 of file descriptor_unittest.cc.
google::protobuf::descriptor_unittest::TEST_F | ( | ValidationErrorTest | , |
MapEntryExtraField | |||
) |
Definition at line 5885 of file descriptor_unittest.cc.
google::protobuf::descriptor_unittest::TEST_F | ( | ValidationErrorTest | , |
MapEntryKeyLabel | |||
) |
Definition at line 5937 of file descriptor_unittest.cc.
google::protobuf::descriptor_unittest::TEST_F | ( | ValidationErrorTest | , |
MapEntryKeyName | |||
) |
Definition at line 5927 of file descriptor_unittest.cc.
google::protobuf::descriptor_unittest::TEST_F | ( | ValidationErrorTest | , |
MapEntryKeyNumber | |||
) |
Definition at line 5947 of file descriptor_unittest.cc.
google::protobuf::descriptor_unittest::TEST_F | ( | ValidationErrorTest | , |
MapEntryKeyTypeBytes | |||
) |
Definition at line 6007 of file descriptor_unittest.cc.
google::protobuf::descriptor_unittest::TEST_F | ( | ValidationErrorTest | , |
MapEntryKeyTypeDouble | |||
) |
Definition at line 5997 of file descriptor_unittest.cc.
google::protobuf::descriptor_unittest::TEST_F | ( | ValidationErrorTest | , |
MapEntryKeyTypeEnum | |||
) |
Definition at line 6017 of file descriptor_unittest.cc.
google::protobuf::descriptor_unittest::TEST_F | ( | ValidationErrorTest | , |
MapEntryKeyTypeFloat | |||
) |
Definition at line 5987 of file descriptor_unittest.cc.
google::protobuf::descriptor_unittest::TEST_F | ( | ValidationErrorTest | , |
MapEntryKeyTypeMessage | |||
) |
Definition at line 6042 of file descriptor_unittest.cc.
google::protobuf::descriptor_unittest::TEST_F | ( | ValidationErrorTest | , |
MapEntryMessageName | |||
) |
Definition at line 5899 of file descriptor_unittest.cc.
google::protobuf::descriptor_unittest::TEST_F | ( | ValidationErrorTest | , |
MapEntryNestedType | |||
) |
Definition at line 5862 of file descriptor_unittest.cc.
google::protobuf::descriptor_unittest::TEST_F | ( | ValidationErrorTest | , |
MapEntryNoneRepeatedMapEntry | |||
) |
Definition at line 5909 of file descriptor_unittest.cc.
google::protobuf::descriptor_unittest::TEST_F | ( | ValidationErrorTest | , |
MapEntryUsesNoneZeroEnumDefaultValue | |||
) |
Definition at line 6227 of file descriptor_unittest.cc.
google::protobuf::descriptor_unittest::TEST_F | ( | ValidationErrorTest | , |
MapEntryValueLabel | |||
) |
Definition at line 5967 of file descriptor_unittest.cc.
google::protobuf::descriptor_unittest::TEST_F | ( | ValidationErrorTest | , |
MapEntryValueName | |||
) |
Definition at line 5957 of file descriptor_unittest.cc.
google::protobuf::descriptor_unittest::TEST_F | ( | ValidationErrorTest | , |
MapEntryValueNumber | |||
) |
Definition at line 5977 of file descriptor_unittest.cc.
google::protobuf::descriptor_unittest::TEST_F | ( | ValidationErrorTest | , |
MessageFieldTypeIsEnum | |||
) |
Definition at line 4903 of file descriptor_unittest.cc.
google::protobuf::descriptor_unittest::TEST_F | ( | ValidationErrorTest | , |
MissingFileName | |||
) |
Definition at line 3764 of file descriptor_unittest.cc.
google::protobuf::descriptor_unittest::TEST_F | ( | ValidationErrorTest | , |
MissingName | |||
) |
Definition at line 3740 of file descriptor_unittest.cc.
google::protobuf::descriptor_unittest::TEST_F | ( | ValidationErrorTest | , |
NegativeExtensionRangeNumber | |||
) |
Definition at line 4420 of file descriptor_unittest.cc.
google::protobuf::descriptor_unittest::TEST_F | ( | ValidationErrorTest | , |
NegativeFieldNumber | |||
) |
Definition at line 4187 of file descriptor_unittest.cc.
google::protobuf::descriptor_unittest::TEST_F | ( | ValidationErrorTest | , |
NoLiteServices | |||
) |
Definition at line 5628 of file descriptor_unittest.cc.
google::protobuf::descriptor_unittest::TEST_F | ( | ValidationErrorTest | , |
NonExtensionWithExtendee | |||
) |
Definition at line 4246 of file descriptor_unittest.cc.
google::protobuf::descriptor_unittest::TEST_F | ( | ValidationErrorTest | , |
NonMessageExtendee | |||
) |
Definition at line 4491 of file descriptor_unittest.cc.
google::protobuf::descriptor_unittest::TEST_F | ( | ValidationErrorTest | , |
NonPrimitiveWithoutTypeName | |||
) |
Definition at line 4956 of file descriptor_unittest.cc.
google::protobuf::descriptor_unittest::TEST_F | ( | ValidationErrorTest | , |
NotAnExtensionNumber | |||
) |
Definition at line 4504 of file descriptor_unittest.cc.
google::protobuf::descriptor_unittest::TEST_F | ( | ValidationErrorTest | , |
NotLiteImportsLite | |||
) |
Definition at line 5594 of file descriptor_unittest.cc.
google::protobuf::descriptor_unittest::TEST_F | ( | ValidationErrorTest | , |
OneofFieldsConsecutiveDefinition | |||
) |
Definition at line 4296 of file descriptor_unittest.cc.
google::protobuf::descriptor_unittest::TEST_F | ( | ValidationErrorTest | , |
OneofLabelMismatch | |||
) |
Definition at line 4979 of file descriptor_unittest.cc.
google::protobuf::descriptor_unittest::TEST_F | ( | ValidationErrorTest | , |
OneofWithNoFields | |||
) |
Definition at line 4968 of file descriptor_unittest.cc.
google::protobuf::descriptor_unittest::TEST_F | ( | ValidationErrorTest | , |
OptionExtendsAtomicType | |||
) |
Definition at line 5095 of file descriptor_unittest.cc.
google::protobuf::descriptor_unittest::TEST_F | ( | ValidationErrorTest | , |
OptionWrongType | |||
) |
Definition at line 5078 of file descriptor_unittest.cc.
google::protobuf::descriptor_unittest::TEST_F | ( | ValidationErrorTest | , |
OutputTypeNotAMessage | |||
) |
Definition at line 5033 of file descriptor_unittest.cc.
google::protobuf::descriptor_unittest::TEST_F | ( | ValidationErrorTest | , |
OutputTypeNotDefined | |||
) |
Definition at line 5020 of file descriptor_unittest.cc.
google::protobuf::descriptor_unittest::TEST_F | ( | ValidationErrorTest | , |
OverlappingExtensionRanges | |||
) |
Definition at line 3863 of file descriptor_unittest.cc.
google::protobuf::descriptor_unittest::TEST_F | ( | ValidationErrorTest | , |
PackageAlreadyDefined | |||
) |
Definition at line 3701 of file descriptor_unittest.cc.
google::protobuf::descriptor_unittest::TEST_F | ( | ValidationErrorTest | , |
PackageOriginallyDeclaredInTransitiveDependent | |||
) |
Definition at line 4809 of file descriptor_unittest.cc.
google::protobuf::descriptor_unittest::TEST_F | ( | ValidationErrorTest | , |
PrimitiveWithTypeName | |||
) |
Definition at line 4944 of file descriptor_unittest.cc.
google::protobuf::descriptor_unittest::TEST_F | ( | ValidationErrorTest | , |
Proto3RequiredFields | |||
) |
Definition at line 6256 of file descriptor_unittest.cc.
google::protobuf::descriptor_unittest::TEST_F | ( | ValidationErrorTest | , |
RelativeFieldTypeNotAType | |||
) |
Definition at line 4863 of file descriptor_unittest.cc.
google::protobuf::descriptor_unittest::TEST_F | ( | ValidationErrorTest | , |
RepeatedMessageOption | |||
) |
Definition at line 5153 of file descriptor_unittest.cc.
google::protobuf::descriptor_unittest::TEST_F | ( | ValidationErrorTest | , |
RequiredExtension | |||
) |
Definition at line 4520 of file descriptor_unittest.cc.
google::protobuf::descriptor_unittest::TEST_F | ( | ValidationErrorTest | , |
ReservedExtensionRangeAdjacent | |||
) |
Definition at line 3905 of file descriptor_unittest.cc.
google::protobuf::descriptor_unittest::TEST_F | ( | ValidationErrorTest | , |
ReservedExtensionRangeError | |||
) |
Definition at line 3892 of file descriptor_unittest.cc.
google::protobuf::descriptor_unittest::TEST_F | ( | ValidationErrorTest | , |
ReservedFieldError | |||
) |
Definition at line 3879 of file descriptor_unittest.cc.
google::protobuf::descriptor_unittest::TEST_F | ( | ValidationErrorTest | , |
ReservedFieldNumber | |||
) |
Definition at line 4212 of file descriptor_unittest.cc.
google::protobuf::descriptor_unittest::TEST_F | ( | ValidationErrorTest | , |
ReservedFieldsDebugString | |||
) |
Definition at line 3959 of file descriptor_unittest.cc.
google::protobuf::descriptor_unittest::TEST_F | ( | ValidationErrorTest | , |
ReservedNameError | |||
) |
Definition at line 3928 of file descriptor_unittest.cc.
google::protobuf::descriptor_unittest::TEST_F | ( | ValidationErrorTest | , |
ReservedNameRedundant | |||
) |
Definition at line 3947 of file descriptor_unittest.cc.
google::protobuf::descriptor_unittest::TEST_F | ( | ValidationErrorTest | , |
ReservedRangeOverlap | |||
) |
Definition at line 3915 of file descriptor_unittest.cc.
google::protobuf::descriptor_unittest::TEST_F | ( | ValidationErrorTest | , |
ResolveUndefinedOption | |||
) |
Definition at line 5176 of file descriptor_unittest.cc.
google::protobuf::descriptor_unittest::TEST_F | ( | ValidationErrorTest | , |
RollbackAfterError | |||
) |
Definition at line 5652 of file descriptor_unittest.cc.
google::protobuf::descriptor_unittest::TEST_F | ( | ValidationErrorTest | , |
SearchMostLocalFirst | |||
) |
Definition at line 4757 of file descriptor_unittest.cc.
google::protobuf::descriptor_unittest::TEST_F | ( | ValidationErrorTest | , |
SearchMostLocalFirst2 | |||
) |
Definition at line 4791 of file descriptor_unittest.cc.
google::protobuf::descriptor_unittest::TEST_F | ( | ValidationErrorTest | , |
StringOptionValueIsNotString | |||
) |
Definition at line 5492 of file descriptor_unittest.cc.
google::protobuf::descriptor_unittest::TEST_F | ( | ValidationErrorTest | , |
UInt32OptionValueIsNotPositiveInt | |||
) |
Definition at line 5352 of file descriptor_unittest.cc.
google::protobuf::descriptor_unittest::TEST_F | ( | ValidationErrorTest | , |
UInt32OptionValueOutOfRange | |||
) |
Definition at line 5336 of file descriptor_unittest.cc.
google::protobuf::descriptor_unittest::TEST_F | ( | ValidationErrorTest | , |
UInt64OptionValueIsNotPositiveInt | |||
) |
Definition at line 5368 of file descriptor_unittest.cc.
google::protobuf::descriptor_unittest::TEST_F | ( | ValidationErrorTest | , |
UndefinedExtendee | |||
) |
Definition at line 4479 of file descriptor_unittest.cc.
google::protobuf::descriptor_unittest::TEST_F | ( | ValidationErrorTest | , |
UndefinedFieldType | |||
) |
Definition at line 4542 of file descriptor_unittest.cc.
google::protobuf::descriptor_unittest::TEST_F | ( | ValidationErrorTest | , |
UndefinedFieldTypeWithDefault | |||
) |
Definition at line 4553 of file descriptor_unittest.cc.
google::protobuf::descriptor_unittest::TEST_F | ( | ValidationErrorTest | , |
UndefinedNestedFieldType | |||
) |
Definition at line 4569 of file descriptor_unittest.cc.
google::protobuf::descriptor_unittest::TEST_F | ( | ValidationErrorTest | , |
UnknownDependency | |||
) |
Definition at line 3780 of file descriptor_unittest.cc.
google::protobuf::descriptor_unittest::TEST_F | ( | ValidationErrorTest | , |
UnknownOption | |||
) |
Definition at line 5221 of file descriptor_unittest.cc.
google::protobuf::descriptor_unittest::TEST_F | ( | ValidationErrorTest | , |
UnusedImportWarning | |||
) |
Definition at line 5751 of file descriptor_unittest.cc.
google::protobuf::descriptor_unittest::TEST_F | ( | ValidationErrorTest | , |
ValidateProto3DefaultValue | |||
) |
Definition at line 6292 of file descriptor_unittest.cc.
google::protobuf::descriptor_unittest::TEST_F | ( | ValidationErrorTest | , |
ValidateProto3Enum | |||
) |
Definition at line 6358 of file descriptor_unittest.cc.
google::protobuf::descriptor_unittest::TEST_F | ( | ValidationErrorTest | , |
ValidateProto3EnumFromProto2 | |||
) |
Definition at line 6409 of file descriptor_unittest.cc.
google::protobuf::descriptor_unittest::TEST_F | ( | ValidationErrorTest | , |
ValidateProto3Extension | |||
) |
Definition at line 6435 of file descriptor_unittest.cc.
google::protobuf::descriptor_unittest::TEST_F | ( | ValidationErrorTest | , |
ValidateProto3ExtensionRange | |||
) |
Definition at line 6319 of file descriptor_unittest.cc.
google::protobuf::descriptor_unittest::TEST_F | ( | ValidationErrorTest | , |
ValidateProto3Group | |||
) |
Definition at line 6392 of file descriptor_unittest.cc.
google::protobuf::descriptor_unittest::TEST_F | ( | ValidationErrorTest | , |
ValidateProto3JsonName | |||
) |
Definition at line 6476 of file descriptor_unittest.cc.
google::protobuf::descriptor_unittest::TEST_F | ( | ValidationErrorTest | , |
ValidateProto3MessageSetWireFormat | |||
) |
Definition at line 6346 of file descriptor_unittest.cc.
google::protobuf::descriptor_unittest::TEST_P | ( | AllowUnknownDependenciesTest | , |
CopyTo | |||
) |
Definition at line 2792 of file descriptor_unittest.cc.
google::protobuf::descriptor_unittest::TEST_P | ( | AllowUnknownDependenciesTest | , |
CustomOption | |||
) |
Definition at line 2848 of file descriptor_unittest.cc.
google::protobuf::descriptor_unittest::TEST_P | ( | AllowUnknownDependenciesTest | , |
CustomOptions | |||
) |
Definition at line 2815 of file descriptor_unittest.cc.
google::protobuf::descriptor_unittest::TEST_P | ( | AllowUnknownDependenciesTest | , |
PlaceholderFile | |||
) |
Definition at line 2747 of file descriptor_unittest.cc.
google::protobuf::descriptor_unittest::TEST_P | ( | AllowUnknownDependenciesTest | , |
PlaceholderTypes | |||
) |
Definition at line 2768 of file descriptor_unittest.cc.
google::protobuf::descriptor_unittest::TEST_P | ( | AllowUnknownDependenciesTest | , |
UndeclaredDependencyTriggersBuildOfDependency | |||
) |
Definition at line 2901 of file descriptor_unittest.cc.
google::protobuf::descriptor_unittest::TEST_P | ( | AllowUnknownDependenciesTest | , |
UnknownExtendee | |||
) |
Definition at line 2824 of file descriptor_unittest.cc.
const char* const google::protobuf::descriptor_unittest::kCopySourceCodeInfoToTestInput |
Definition at line 7631 of file descriptor_unittest.cc.
const char* const google::protobuf::descriptor_unittest::kSourceLocationTestInput |
Definition at line 7047 of file descriptor_unittest.cc.