Classes | Enumerations | Functions | Variables
google::protobuf::descriptor_unittest Namespace Reference

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, NO_DATABASE, FALLBACK_DATABASE }
 
enum  DescriptorPoolMode { NO_DATABASE, FALLBACK_DATABASE, NO_DATABASE, FALLBACK_DATABASE }
 

Functions

void AddEmptyEnum (FileDescriptorProto *file, const std::string &name)
 
EnumDescriptorProtoAddEnum (FileDescriptorProto *file, const std::string &name)
 
EnumValueDescriptorProtoAddEnumValue (EnumDescriptorProto *enum_proto, const std::string &name, int number)
 
FieldDescriptorProtoAddExtension (FileDescriptorProto *file, const std::string &extendee, const std::string &name, int number, FieldDescriptorProto::Label label, FieldDescriptorProto::Type type)
 
DescriptorProto::ExtensionRangeAddExtensionRange (DescriptorProto *parent, int start, int end)
 
FieldDescriptorProtoAddField (DescriptorProto *parent, const std::string &name, int number, FieldDescriptorProto::Label label, FieldDescriptorProto::Type type)
 
DescriptorProtoAddMessage (FileDescriptorProto *file, const std::string &name)
 
MethodDescriptorProtoAddMethod (ServiceDescriptorProto *service, const std::string &name, const std::string &input_type, const std::string &output_type)
 
EnumDescriptorProtoAddNestedEnum (DescriptorProto *parent, const std::string &name)
 
FieldDescriptorProtoAddNestedExtension (DescriptorProto *parent, const std::string &extendee, const std::string &name, int number, FieldDescriptorProto::Label label, FieldDescriptorProto::Type type)
 
DescriptorProtoAddNestedMessage (DescriptorProto *parent, const std::string &name)
 
DescriptorProto::ReservedRangeAddReservedRange (DescriptorProto *parent, int start, int end)
 
EnumDescriptorProto::EnumReservedRangeAddReservedRange (EnumDescriptorProto *parent, int start, int end)
 
ServiceDescriptorProtoAddService (FileDescriptorProto *file, const std::string &name)
 
static void AddToDatabase (SimpleDescriptorDatabase *database, const char *file_text)
 
static void AddToDatabase (SimpleDescriptorDatabase *database, const char *file_text)
 
static std::string EmbedAggregateValue (const char *value)
 
static std::string EmbedAggregateValue (const char *value)
 
void ExtractDebugString (const FileDescriptor *file, std::set< std::string > *visited, std::vector< std::pair< std::string, std::string >> *debug_strings)
 
 INSTANTIATE_TEST_SUITE_P (DatabaseSource, AllowUnknownDependenciesTest, testing::Combine(testing::Values(NO_DATABASE, FALLBACK_DATABASE), testing::Values("proto2", "proto3")))
 
 INSTANTIATE_TEST_SUITE_P (DatabaseSource, AllowUnknownDependenciesTest, testing::Values(NO_DATABASE, FALLBACK_DATABASE))
 
 TEST (CustomOptions, AggregateOptions)
 
 TEST (CustomOptions, ComplexExtensionOptions)
 
 TEST (CustomOptions, DebugString)
 
 TEST (CustomOptions, MessageOptionRepeatedLeafFieldSet)
 
 TEST (CustomOptions, MessageOptionRepeatedMsgFieldSet)
 
 TEST (CustomOptions, MessageOptionThreeFieldsSet)
 
 TEST (CustomOptions, OptionLocations)
 
 TEST (CustomOptions, OptionsFromOtherFile)
 
 TEST (CustomOptions, OptionsWithIncompatibleDescriptors)
 
 TEST (CustomOptions, OptionTypes)
 
 TEST (CustomOptions, UnusedImportError)
 
 TEST (CustomOptions, UnusedImportWarning)
 
 TEST (OverlappingExtensionRangeTest, ExtensionRangeAfter)
 
 TEST (OverlappingExtensionRangeTest, ExtensionRangeBefore)
 
 TEST (OverlappingExtensionRangeTest, ExtensionRangeInternal)
 
 TEST_F (CopySourceCodeInfoToTest, CopySourceCodeInfoTo)
 
 TEST_F (CopySourceCodeInfoToTest, CopyTo_DoesNotCopySourceCodeInfo)
 
 TEST_F (DatabaseBackedPoolTest, DoesntFallbackOnWrongType)
 
 TEST_F (DatabaseBackedPoolTest, DoesntReloadFilesUncesessarily)
 
 TEST_F (DatabaseBackedPoolTest, DoesntReloadKnownBadFiles)
 
 TEST_F (DatabaseBackedPoolTest, DoesntRetryDbUnnecessarily)
 
 TEST_F (DatabaseBackedPoolTest, ErrorWithErrorCollector)
 
 TEST_F (DatabaseBackedPoolTest, ErrorWithoutErrorCollector)
 
 TEST_F (DatabaseBackedPoolTest, FindAllExtensions)
 
 TEST_F (DatabaseBackedPoolTest, FindDependencyBeforeDependent)
 
 TEST_F (DatabaseBackedPoolTest, FindDependentBeforeDependency)
 
 TEST_F (DatabaseBackedPoolTest, FindExtensionByNumber)
 
 TEST_F (DatabaseBackedPoolTest, FindFileByName)
 
 TEST_F (DatabaseBackedPoolTest, FindFileContainingSymbol)
 
 TEST_F (DatabaseBackedPoolTest, FindMessageTypeByName)
 
 TEST_F (DatabaseBackedPoolTest, RollbackAfterError)
 
 TEST_F (DatabaseBackedPoolTest, UndeclaredDependencyOnUnbuiltType)
 
 TEST_F (DatabaseBackedPoolTest, UnittestProto)
 
 TEST_F (DescriptorTest, ContainingType)
 
 TEST_F (DescriptorTest, FieldContainingType)
 
 TEST_F (DescriptorTest, FieldEnumType)
 
 TEST_F (DescriptorTest, FieldFile)
 
 TEST_F (DescriptorTest, FieldFullName)
 
 TEST_F (DescriptorTest, FieldHasDefault)
 
 TEST_F (DescriptorTest, FieldIndex)
 
 TEST_F (DescriptorTest, FieldJsonName)
 
 TEST_F (DescriptorTest, FieldLabel)
 
 TEST_F (DescriptorTest, FieldMessageType)
 
 TEST_F (DescriptorTest, FieldName)
 
 TEST_F (DescriptorTest, FieldNamesDedup)
 
 TEST_F (DescriptorTest, FieldNumber)
 
 TEST_F (DescriptorTest, FieldsByIndex)
 
 TEST_F (DescriptorTest, FieldType)
 
 TEST_F (DescriptorTest, FindFieldByName)
 
 TEST_F (DescriptorTest, FindFieldByNumber)
 
 TEST_F (DescriptorTest, GetMap)
 
 TEST_F (DescriptorTest, IsMap)
 
 TEST_F (DescriptorTest, Name)
 
 TEST_F (DescriptorTest, PrintableNameIsExtendingTypeForMessageSetExtension)
 
 TEST_F (DescriptorTest, PrintableNameIsFullNameForNonExtensionFields)
 
 TEST_F (DescriptorTest, PrintableNameIsFullNameForNonMessageSetExtension)
 
 TEST_F (EnumDescriptorTest, ContainingType)
 
 TEST_F (EnumDescriptorTest, FindValueByName)
 
 TEST_F (EnumDescriptorTest, FindValueByNumber)
 
 TEST_F (EnumDescriptorTest, Name)
 
 TEST_F (EnumDescriptorTest, ValueFullName)
 
 TEST_F (EnumDescriptorTest, ValueIndex)
 
 TEST_F (EnumDescriptorTest, ValueName)
 
 TEST_F (EnumDescriptorTest, ValueNumber)
 
 TEST_F (EnumDescriptorTest, ValuesByIndex)
 
 TEST_F (EnumDescriptorTest, ValueType)
 
 TEST_F (ExtensionDescriptorTest, DuplicateFieldNumber)
 
 TEST_F (ExtensionDescriptorTest, ExtensionRanges)
 
 TEST_F (ExtensionDescriptorTest, Extensions)
 
 TEST_F (ExtensionDescriptorTest, FieldVsExtension)
 
 TEST_F (ExtensionDescriptorTest, FindAllExtensions)
 
 TEST_F (ExtensionDescriptorTest, FindExtensionByName)
 
 TEST_F (ExtensionDescriptorTest, FindExtensionByPrintableName)
 
 TEST_F (ExtensionDescriptorTest, IsExtensionNumber)
 
 TEST_F (FileDescriptorTest, BuildAgain)
 
 TEST_F (FileDescriptorTest, BuildAgainWithSyntax)
 
 TEST_F (FileDescriptorTest, DebugStringRoundTrip)
 
 TEST_F (FileDescriptorTest, Dependencies)
 
 TEST_F (FileDescriptorTest, FindEnumTypeByName)
 
 TEST_F (FileDescriptorTest, FindEnumValueByName)
 
 TEST_F (FileDescriptorTest, FindExtensionByName)
 
 TEST_F (FileDescriptorTest, FindExtensionByNumber)
 
 TEST_F (FileDescriptorTest, FindMessageTypeByName)
 
 TEST_F (FileDescriptorTest, FindServiceByName)
 
 TEST_F (FileDescriptorTest, Name)
 
 TEST_F (FileDescriptorTest, Package)
 
 TEST_F (FileDescriptorTest, Syntax)
 
 TEST_F (LazilyBuildDependenciesTest, Dependency)
 
 TEST_F (LazilyBuildDependenciesTest, Enum)
 
 TEST_F (LazilyBuildDependenciesTest, Extension)
 
 TEST_F (LazilyBuildDependenciesTest, GeneratedFile)
 
 TEST_F (LazilyBuildDependenciesTest, Message)
 
 TEST_F (LazilyBuildDependenciesTest, Service)
 
 TEST_F (LazilyBuildDependenciesTest, Type)
 
 TEST_F (MiscTest, CppTypeNames)
 
 TEST_F (MiscTest, CppTypes)
 
 TEST_F (MiscTest, DefaultValues)
 
 TEST_F (MiscTest, EnumType)
 
 TEST_F (MiscTest, FieldOptions)
 
 TEST_F (MiscTest, MessageType)
 
 TEST_F (MiscTest, StaticCppTypeNames)
 
 TEST_F (MiscTest, StaticTypeNames)
 
 TEST_F (MiscTest, TypeNames)
 
 TEST_F (NestedDescriptorTest, EnumContainingType)
 
 TEST_F (NestedDescriptorTest, EnumName)
 
 TEST_F (NestedDescriptorTest, FindEnumTypeByName)
 
 TEST_F (NestedDescriptorTest, FindEnumValueByName)
 
 TEST_F (NestedDescriptorTest, FindFieldByNameDoesntFindNestedTypes)
 
 TEST_F (NestedDescriptorTest, FindNestedTypeByName)
 
 TEST_F (NestedDescriptorTest, MessageContainingType)
 
 TEST_F (NestedDescriptorTest, MessageName)
 
 TEST_F (NestedDescriptorTest, NestedEnumsByIndex)
 
 TEST_F (NestedDescriptorTest, NestedMessagesByIndex)
 
 TEST_F (OneofDescriptorTest, FindByName)
 
 TEST_F (OneofDescriptorTest, Normal)
 
 TEST_F (ReservedDescriptorTest, IsReservedName)
 
 TEST_F (ReservedDescriptorTest, IsReservedNumber)
 
 TEST_F (ReservedDescriptorTest, ReservedNames)
 
 TEST_F (ReservedDescriptorTest, ReservedRanges)
 
 TEST_F (ReservedEnumDescriptorTest, IsReservedName)
 
 TEST_F (ReservedEnumDescriptorTest, IsReservedNumber)
 
 TEST_F (ReservedEnumDescriptorTest, ReservedNames)
 
 TEST_F (ReservedEnumDescriptorTest, ReservedRanges)
 
 TEST_F (ServiceDescriptorTest, FindMethodByName)
 
 TEST_F (ServiceDescriptorTest, MethodFullName)
 
 TEST_F (ServiceDescriptorTest, MethodIndex)
 
 TEST_F (ServiceDescriptorTest, MethodInputType)
 
 TEST_F (ServiceDescriptorTest, MethodName)
 
 TEST_F (ServiceDescriptorTest, MethodOutputType)
 
 TEST_F (ServiceDescriptorTest, MethodParent)
 
 TEST_F (ServiceDescriptorTest, MethodsByIndex)
 
 TEST_F (ServiceDescriptorTest, Name)
 
 TEST_F (SourceLocationTest, ExtensionSourceLocation)
 
 TEST_F (SourceLocationTest, GetSourceLocation)
 
 TEST_F (SourceLocationTest, GetSourceLocation_BogusSourceCodeInfo)
 
 TEST_F (SourceLocationTest, GetSourceLocation_MissingSourceCodeInfo)
 
 TEST_F (SourceLocationTest, InterpretedOptionSourceLocation)
 
 TEST_F (StylizedFieldNamesTest, CamelcaseName)
 
 TEST_F (StylizedFieldNamesTest, FindByCamelcaseName)
 
 TEST_F (StylizedFieldNamesTest, FindByLowercaseName)
 
 TEST_F (StylizedFieldNamesTest, LowercaseName)
 
 TEST_F (ValidationErrorTest, AggregateValueNotFound)
 
 TEST_F (ValidationErrorTest, AggregateValueParseError)
 
 TEST_F (ValidationErrorTest, AggregateValueUnknownFields)
 
 TEST_F (ValidationErrorTest, AllowEnumAlias)
 
 TEST_F (ValidationErrorTest, AlreadyDefined)
 
 TEST_F (ValidationErrorTest, AlreadyDefinedInOtherFile)
 
 TEST_F (ValidationErrorTest, AlreadyDefinedInPackage)
 
 TEST_F (ValidationErrorTest, BadEnumDefaultValue)
 
 TEST_F (ValidationErrorTest, BadMessageSetExtensionLabel)
 
 TEST_F (ValidationErrorTest, BadMessageSetExtensionType)
 
 TEST_F (ValidationErrorTest, BoolOptionValueIsNotTrueOrFalse)
 
 TEST_F (ValidationErrorTest, CustomOptionConflictingFieldNumber)
 
 TEST_F (ValidationErrorTest, DebugStringReservedRangeMax)
 
 TEST_F (ValidationErrorTest, DisallowEnumAlias)
 
 TEST_F (ValidationErrorTest, DoubleOptionValueIsNotNumber)
 
 TEST_F (ValidationErrorTest, DupeDependency)
 
 TEST_F (ValidationErrorTest, DupeFile)
 
 TEST_F (ValidationErrorTest, DuplicateExtensionFieldNumber)
 
 TEST_F (ValidationErrorTest, DupOption)
 
 TEST_F (ValidationErrorTest, EmptyEnum)
 
 TEST_F (ValidationErrorTest, EnumDefaultValueIsInteger)
 
 TEST_F (ValidationErrorTest, EnumFieldTypeIsMessage)
 
 TEST_F (ValidationErrorTest, EnumMixedReservedRangeOverlap)
 
 TEST_F (ValidationErrorTest, EnumMixedReservedRangeOverlap2)
 
 TEST_F (ValidationErrorTest, EnumNegativeReservedFieldError)
 
 TEST_F (ValidationErrorTest, EnumNegativeReservedRangeOverlap)
 
 TEST_F (ValidationErrorTest, EnumOptionValueIsNotEnumValueName)
 
 TEST_F (ValidationErrorTest, EnumOptionValueIsNotIdentifier)
 
 TEST_F (ValidationErrorTest, EnumOptionValueIsSiblingEnumValueName)
 
 TEST_F (ValidationErrorTest, EnumReservedFieldError)
 
 TEST_F (ValidationErrorTest, EnumReservedFieldsDebugString)
 
 TEST_F (ValidationErrorTest, EnumReservedNameError)
 
 TEST_F (ValidationErrorTest, EnumReservedNameRedundant)
 
 TEST_F (ValidationErrorTest, EnumReservedRangeOverlap)
 
 TEST_F (ValidationErrorTest, EnumReservedRangeOverlapByOne)
 
 TEST_F (ValidationErrorTest, EnumReservedRangeStartGreaterThanEnd)
 
 TEST_F (ValidationErrorTest, EnumValueAlreadyDefinedInParent)
 
 TEST_F (ValidationErrorTest, EnumValueAlreadyDefinedInParentNonGlobal)
 
 TEST_F (ValidationErrorTest, EnumValuesConflictWhenPrefixesStripped)
 
 TEST_F (ValidationErrorTest, EnumValuesConflictWithDifferentCasing)
 
 TEST_F (ValidationErrorTest, ErrorsReportedToLogError)
 
 TEST_F (ValidationErrorTest, ExtensionMissingExtendee)
 
 TEST_F (ValidationErrorTest, ExtensionRangeEndBeforeStart)
 
 TEST_F (ValidationErrorTest, FieldInExtensionRange)
 
 TEST_F (ValidationErrorTest, FieldInMessageSet)
 
 TEST_F (ValidationErrorTest, FieldNumberConflict)
 
 TEST_F (ValidationErrorTest, FieldOneofIndexNegative)
 
 TEST_F (ValidationErrorTest, FieldOneofIndexTooLarge)
 
 TEST_F (ValidationErrorTest, FieldTypeDefinedInIndirectDependency)
 
 TEST_F (ValidationErrorTest, FieldTypeDefinedInPrivateDependencyOfPublicDependency)
 
 TEST_F (ValidationErrorTest, FieldTypeDefinedInPublicDependency)
 
 TEST_F (ValidationErrorTest, FieldTypeDefinedInTransitivePublicDependency)
 
 TEST_F (ValidationErrorTest, FieldTypeDefinedInUndeclaredDependency)
 
 TEST_F (ValidationErrorTest, FieldTypeMayBeItsName)
 
 TEST_F (ValidationErrorTest, FieldTypeNotAType)
 
 TEST_F (ValidationErrorTest, FloatOptionValueIsNotNumber)
 
 TEST_F (ValidationErrorTest, ForeignUnimportedPackageNoCrash)
 
 TEST_F (ValidationErrorTest, HugeExtensionRangeNumber)
 
 TEST_F (ValidationErrorTest, HugeFieldNumber)
 
 TEST_F (ValidationErrorTest, IllegalPackedField)
 
 TEST_F (ValidationErrorTest, InputTypeNotAMessage)
 
 TEST_F (ValidationErrorTest, InputTypeNotDefined)
 
 TEST_F (ValidationErrorTest, Int32OptionValueIsNotPositiveInt)
 
 TEST_F (ValidationErrorTest, Int32OptionValueOutOfNegativeRange)
 
 TEST_F (ValidationErrorTest, Int32OptionValueOutOfPositiveRange)
 
 TEST_F (ValidationErrorTest, Int64OptionValueIsNotPositiveInt)
 
 TEST_F (ValidationErrorTest, Int64OptionValueOutOfRange)
 
 TEST_F (ValidationErrorTest, InvalidDefaults)
 
 TEST_F (ValidationErrorTest, InvalidName)
 
 TEST_F (ValidationErrorTest, InvalidOptionName)
 
 TEST_F (ValidationErrorTest, InvalidPackageName)
 
 TEST_F (ValidationErrorTest, InvalidPublicDependencyIndex)
 
 TEST_F (ValidationErrorTest, JsonNameOptionOnExtensions)
 
 TEST_F (ValidationErrorTest, LiteExtendsNotLite)
 
 TEST_F (ValidationErrorTest, MapEntryBase)
 
 TEST_F (ValidationErrorTest, MapEntryConflictsWithEnum)
 
 TEST_F (ValidationErrorTest, MapEntryConflictsWithField)
 
 TEST_F (ValidationErrorTest, MapEntryConflictsWithMessage)
 
 TEST_F (ValidationErrorTest, MapEntryConflictsWithOneof)
 
 TEST_F (ValidationErrorTest, MapEntryDifferentContainingType)
 
 TEST_F (ValidationErrorTest, MapEntryEnumTypes)
 
 TEST_F (ValidationErrorTest, MapEntryExtension)
 
 TEST_F (ValidationErrorTest, MapEntryExtensionRange)
 
 TEST_F (ValidationErrorTest, MapEntryExtraField)
 
 TEST_F (ValidationErrorTest, MapEntryKeyLabel)
 
 TEST_F (ValidationErrorTest, MapEntryKeyName)
 
 TEST_F (ValidationErrorTest, MapEntryKeyNumber)
 
 TEST_F (ValidationErrorTest, MapEntryKeyTypeBytes)
 
 TEST_F (ValidationErrorTest, MapEntryKeyTypeDouble)
 
 TEST_F (ValidationErrorTest, MapEntryKeyTypeEnum)
 
 TEST_F (ValidationErrorTest, MapEntryKeyTypeFloat)
 
 TEST_F (ValidationErrorTest, MapEntryKeyTypeMessage)
 
 TEST_F (ValidationErrorTest, MapEntryMessageName)
 
 TEST_F (ValidationErrorTest, MapEntryNestedType)
 
 TEST_F (ValidationErrorTest, MapEntryNoneRepeatedMapEntry)
 
 TEST_F (ValidationErrorTest, MapEntryUsesNoneZeroEnumDefaultValue)
 
 TEST_F (ValidationErrorTest, MapEntryValueLabel)
 
 TEST_F (ValidationErrorTest, MapEntryValueName)
 
 TEST_F (ValidationErrorTest, MapEntryValueNumber)
 
 TEST_F (ValidationErrorTest, MessageFieldTypeIsEnum)
 
 TEST_F (ValidationErrorTest, MissingFileName)
 
 TEST_F (ValidationErrorTest, MissingName)
 
 TEST_F (ValidationErrorTest, NegativeExtensionRangeNumber)
 
 TEST_F (ValidationErrorTest, NegativeFieldNumber)
 
 TEST_F (ValidationErrorTest, NoLiteServices)
 
 TEST_F (ValidationErrorTest, NonExtensionWithExtendee)
 
 TEST_F (ValidationErrorTest, NonMessageExtendee)
 
 TEST_F (ValidationErrorTest, NonPrimitiveWithoutTypeName)
 
 TEST_F (ValidationErrorTest, NotAnExtensionNumber)
 
 TEST_F (ValidationErrorTest, NotLiteImportsLite)
 
 TEST_F (ValidationErrorTest, NullCharFileName)
 
 TEST_F (ValidationErrorTest, NullCharPackageName)
 
 TEST_F (ValidationErrorTest, NullCharSymbolName)
 
 TEST_F (ValidationErrorTest, OneofFieldsConsecutiveDefinition)
 
 TEST_F (ValidationErrorTest, OneofLabelMismatch)
 
 TEST_F (ValidationErrorTest, OneofWithNoFields)
 
 TEST_F (ValidationErrorTest, OptionExtendsAtomicType)
 
 TEST_F (ValidationErrorTest, OptionWrongType)
 
 TEST_F (ValidationErrorTest, OutputTypeNotAMessage)
 
 TEST_F (ValidationErrorTest, OutputTypeNotDefined)
 
 TEST_F (ValidationErrorTest, OverlappingExtensionRanges)
 
 TEST_F (ValidationErrorTest, PackageAlreadyDefined)
 
 TEST_F (ValidationErrorTest, PackageOriginallyDeclaredInTransitiveDependent)
 
 TEST_F (ValidationErrorTest, PrimitiveWithTypeName)
 
 TEST_F (ValidationErrorTest, Proto3RequiredFields)
 
 TEST_F (ValidationErrorTest, RelativeFieldTypeNotAType)
 
 TEST_F (ValidationErrorTest, RepeatedMessageOption)
 
 TEST_F (ValidationErrorTest, RequiredExtension)
 
 TEST_F (ValidationErrorTest, ReservedExtensionRangeAdjacent)
 
 TEST_F (ValidationErrorTest, ReservedExtensionRangeError)
 
 TEST_F (ValidationErrorTest, ReservedFieldError)
 
 TEST_F (ValidationErrorTest, ReservedFieldNumber)
 
 TEST_F (ValidationErrorTest, ReservedFieldsDebugString)
 
 TEST_F (ValidationErrorTest, ReservedNameError)
 
 TEST_F (ValidationErrorTest, ReservedNameRedundant)
 
 TEST_F (ValidationErrorTest, ReservedRangeOverlap)
 
 TEST_F (ValidationErrorTest, ResolveUndefinedOption)
 
 TEST_F (ValidationErrorTest, RollbackAfterError)
 
 TEST_F (ValidationErrorTest, SearchMostLocalFirst)
 
 TEST_F (ValidationErrorTest, SearchMostLocalFirst2)
 
 TEST_F (ValidationErrorTest, StringOptionValueIsNotString)
 
 TEST_F (ValidationErrorTest, UInt32OptionValueIsNotPositiveInt)
 
 TEST_F (ValidationErrorTest, UInt32OptionValueOutOfRange)
 
 TEST_F (ValidationErrorTest, UInt64OptionValueIsNotPositiveInt)
 
 TEST_F (ValidationErrorTest, UndefinedExtendee)
 
 TEST_F (ValidationErrorTest, UndefinedFieldType)
 
 TEST_F (ValidationErrorTest, UndefinedFieldTypeWithDefault)
 
 TEST_F (ValidationErrorTest, UndefinedNestedFieldType)
 
 TEST_F (ValidationErrorTest, UnknownDependency)
 
 TEST_F (ValidationErrorTest, UnknownOption)
 
 TEST_F (ValidationErrorTest, UnusedImportWarning)
 
 TEST_F (ValidationErrorTest, UnusedImportWithOtherError)
 
 TEST_F (ValidationErrorTest, ValidateProto3DefaultValue)
 
 TEST_F (ValidationErrorTest, ValidateProto3Enum)
 
 TEST_F (ValidationErrorTest, ValidateProto3EnumFromProto2)
 
 TEST_F (ValidationErrorTest, ValidateProto3Extension)
 
 TEST_F (ValidationErrorTest, ValidateProto3ExtensionRange)
 
 TEST_F (ValidationErrorTest, ValidateProto3Group)
 
 TEST_F (ValidationErrorTest, ValidateProto3JsonName)
 
 TEST_F (ValidationErrorTest, ValidateProto3MessageSetWireFormat)
 
 TEST_P (AllowUnknownDependenciesTest, CopyTo)
 
 TEST_P (AllowUnknownDependenciesTest, CustomOption)
 
 TEST_P (AllowUnknownDependenciesTest, CustomOptions)
 
 TEST_P (AllowUnknownDependenciesTest, PlaceholderFile)
 
 TEST_P (AllowUnknownDependenciesTest, PlaceholderTypes)
 
 TEST_P (AllowUnknownDependenciesTest, UndeclaredDependencyTriggersBuildOfDependency)
 
 TEST_P (AllowUnknownDependenciesTest, UnknownExtendee)
 

Variables

const char *const kCopySourceCodeInfoToTestInput
 
const char *const kSourceLocationTestInput
 

Enumeration Type Documentation

◆ DescriptorPoolMode [1/2]

Enumerator
NO_DATABASE 
FALLBACK_DATABASE 
NO_DATABASE 
FALLBACK_DATABASE 

Definition at line 2652 of file bloaty/third_party/protobuf/src/google/protobuf/descriptor_unittest.cc.

◆ DescriptorPoolMode [2/2]

Enumerator
NO_DATABASE 
FALLBACK_DATABASE 
NO_DATABASE 
FALLBACK_DATABASE 

Definition at line 2813 of file protobuf/src/google/protobuf/descriptor_unittest.cc.

Function Documentation

◆ AddEmptyEnum()

void google::protobuf::descriptor_unittest::AddEmptyEnum ( FileDescriptorProto file,
const std::string &  name 
)

◆ AddEnum()

EnumDescriptorProto * google::protobuf::descriptor_unittest::AddEnum ( FileDescriptorProto file,
const std::string &  name 
)

◆ AddEnumValue()

EnumValueDescriptorProto * google::protobuf::descriptor_unittest::AddEnumValue ( EnumDescriptorProto enum_proto,
const std::string &  name,
int  number 
)

◆ AddExtension()

FieldDescriptorProto * google::protobuf::descriptor_unittest::AddExtension ( FileDescriptorProto file,
const std::string &  extendee,
const std::string &  name,
int  number,
FieldDescriptorProto::Label  label,
FieldDescriptorProto::Type  type 
)

◆ AddExtensionRange()

DescriptorProto::ExtensionRange * google::protobuf::descriptor_unittest::AddExtensionRange ( DescriptorProto parent,
int  start,
int  end 
)

◆ AddField()

FieldDescriptorProto * google::protobuf::descriptor_unittest::AddField ( DescriptorProto parent,
const std::string &  name,
int  number,
FieldDescriptorProto::Label  label,
FieldDescriptorProto::Type  type 
)

◆ AddMessage()

DescriptorProto * google::protobuf::descriptor_unittest::AddMessage ( FileDescriptorProto file,
const std::string &  name 
)

◆ AddMethod()

MethodDescriptorProto * google::protobuf::descriptor_unittest::AddMethod ( ServiceDescriptorProto service,
const std::string &  name,
const std::string &  input_type,
const std::string &  output_type 
)

◆ AddNestedEnum()

EnumDescriptorProto * google::protobuf::descriptor_unittest::AddNestedEnum ( DescriptorProto parent,
const std::string &  name 
)

◆ AddNestedExtension()

FieldDescriptorProto * google::protobuf::descriptor_unittest::AddNestedExtension ( DescriptorProto parent,
const std::string &  extendee,
const std::string &  name,
int  number,
FieldDescriptorProto::Label  label,
FieldDescriptorProto::Type  type 
)

◆ AddNestedMessage()

DescriptorProto * google::protobuf::descriptor_unittest::AddNestedMessage ( DescriptorProto parent,
const std::string &  name 
)

◆ AddReservedRange() [1/2]

DescriptorProto::ReservedRange * google::protobuf::descriptor_unittest::AddReservedRange ( DescriptorProto parent,
int  start,
int  end 
)

◆ AddReservedRange() [2/2]

EnumDescriptorProto::EnumReservedRange * google::protobuf::descriptor_unittest::AddReservedRange ( EnumDescriptorProto parent,
int  start,
int  end 
)

◆ AddService()

ServiceDescriptorProto * google::protobuf::descriptor_unittest::AddService ( FileDescriptorProto file,
const std::string &  name 
)

◆ AddToDatabase() [1/2]

static void google::protobuf::descriptor_unittest::AddToDatabase ( SimpleDescriptorDatabase database,
const char *  file_text 
)
static

◆ AddToDatabase() [2/2]

static void google::protobuf::descriptor_unittest::AddToDatabase ( SimpleDescriptorDatabase database,
const char *  file_text 
)
static

◆ EmbedAggregateValue() [1/2]

static std::string google::protobuf::descriptor_unittest::EmbedAggregateValue ( const char *  value)
static

◆ EmbedAggregateValue() [2/2]

static std::string google::protobuf::descriptor_unittest::EmbedAggregateValue ( const char *  value)
static

◆ ExtractDebugString()

void google::protobuf::descriptor_unittest::ExtractDebugString ( const FileDescriptor file,
std::set< std::string > *  visited,
std::vector< std::pair< std::string, std::string >> *  debug_strings 
)

◆ INSTANTIATE_TEST_SUITE_P() [1/2]

google::protobuf::descriptor_unittest::INSTANTIATE_TEST_SUITE_P ( DatabaseSource  ,
AllowUnknownDependenciesTest  ,
testing::Combine(testing::Values(NO_DATABASE, FALLBACK_DATABASE), testing::Values("proto2", "proto3"))   
)

◆ INSTANTIATE_TEST_SUITE_P() [2/2]

google::protobuf::descriptor_unittest::INSTANTIATE_TEST_SUITE_P ( DatabaseSource  ,
AllowUnknownDependenciesTest  ,
testing::Values(NO_DATABASE, FALLBACK_DATABASE  
)

◆ TEST() [1/15]

google::protobuf::descriptor_unittest::TEST ( CustomOptions  ,
AggregateOptions   
)

◆ TEST() [2/15]

google::protobuf::descriptor_unittest::TEST ( CustomOptions  ,
ComplexExtensionOptions   
)

◆ TEST() [3/15]

google::protobuf::descriptor_unittest::TEST ( CustomOptions  ,
DebugString   
)

◆ TEST() [4/15]

google::protobuf::descriptor_unittest::TEST ( CustomOptions  ,
MessageOptionRepeatedLeafFieldSet   
)

◆ TEST() [5/15]

google::protobuf::descriptor_unittest::TEST ( CustomOptions  ,
MessageOptionRepeatedMsgFieldSet   
)

◆ TEST() [6/15]

google::protobuf::descriptor_unittest::TEST ( CustomOptions  ,
MessageOptionThreeFieldsSet   
)

◆ TEST() [7/15]

google::protobuf::descriptor_unittest::TEST ( CustomOptions  ,
OptionLocations   
)

◆ TEST() [8/15]

google::protobuf::descriptor_unittest::TEST ( CustomOptions  ,
OptionsFromOtherFile   
)

◆ TEST() [9/15]

google::protobuf::descriptor_unittest::TEST ( CustomOptions  ,
OptionsWithIncompatibleDescriptors   
)

◆ TEST() [10/15]

google::protobuf::descriptor_unittest::TEST ( CustomOptions  ,
OptionTypes   
)

◆ TEST() [11/15]

google::protobuf::descriptor_unittest::TEST ( CustomOptions  ,
UnusedImportError   
)

◆ TEST() [12/15]

google::protobuf::descriptor_unittest::TEST ( CustomOptions  ,
UnusedImportWarning   
)

◆ TEST() [13/15]

google::protobuf::descriptor_unittest::TEST ( OverlappingExtensionRangeTest  ,
ExtensionRangeAfter   
)

◆ TEST() [14/15]

google::protobuf::descriptor_unittest::TEST ( OverlappingExtensionRangeTest  ,
ExtensionRangeBefore   
)

◆ TEST() [15/15]

google::protobuf::descriptor_unittest::TEST ( OverlappingExtensionRangeTest  ,
ExtensionRangeInternal   
)

◆ TEST_F() [1/286]

google::protobuf::descriptor_unittest::TEST_F ( CopySourceCodeInfoToTest  ,
CopySourceCodeInfoTo   
)

◆ TEST_F() [2/286]

google::protobuf::descriptor_unittest::TEST_F ( CopySourceCodeInfoToTest  ,
CopyTo_DoesNotCopySourceCodeInfo   
)

◆ TEST_F() [3/286]

google::protobuf::descriptor_unittest::TEST_F ( DatabaseBackedPoolTest  ,
DoesntFallbackOnWrongType   
)

◆ TEST_F() [4/286]

google::protobuf::descriptor_unittest::TEST_F ( DatabaseBackedPoolTest  ,
DoesntReloadFilesUncesessarily   
)

◆ TEST_F() [5/286]

google::protobuf::descriptor_unittest::TEST_F ( DatabaseBackedPoolTest  ,
DoesntReloadKnownBadFiles   
)

◆ TEST_F() [6/286]

google::protobuf::descriptor_unittest::TEST_F ( DatabaseBackedPoolTest  ,
DoesntRetryDbUnnecessarily   
)

◆ TEST_F() [7/286]

google::protobuf::descriptor_unittest::TEST_F ( DatabaseBackedPoolTest  ,
ErrorWithErrorCollector   
)

◆ TEST_F() [8/286]

google::protobuf::descriptor_unittest::TEST_F ( DatabaseBackedPoolTest  ,
ErrorWithoutErrorCollector   
)

◆ TEST_F() [9/286]

google::protobuf::descriptor_unittest::TEST_F ( DatabaseBackedPoolTest  ,
FindAllExtensions   
)

◆ TEST_F() [10/286]

google::protobuf::descriptor_unittest::TEST_F ( DatabaseBackedPoolTest  ,
FindDependencyBeforeDependent   
)

◆ TEST_F() [11/286]

google::protobuf::descriptor_unittest::TEST_F ( DatabaseBackedPoolTest  ,
FindDependentBeforeDependency   
)

◆ TEST_F() [12/286]

google::protobuf::descriptor_unittest::TEST_F ( DatabaseBackedPoolTest  ,
FindExtensionByNumber   
)

◆ TEST_F() [13/286]

google::protobuf::descriptor_unittest::TEST_F ( DatabaseBackedPoolTest  ,
FindFileByName   
)

◆ TEST_F() [14/286]

google::protobuf::descriptor_unittest::TEST_F ( DatabaseBackedPoolTest  ,
FindFileContainingSymbol   
)

◆ TEST_F() [15/286]

google::protobuf::descriptor_unittest::TEST_F ( DatabaseBackedPoolTest  ,
FindMessageTypeByName   
)

◆ TEST_F() [16/286]

google::protobuf::descriptor_unittest::TEST_F ( DatabaseBackedPoolTest  ,
RollbackAfterError   
)

◆ TEST_F() [17/286]

google::protobuf::descriptor_unittest::TEST_F ( DatabaseBackedPoolTest  ,
UndeclaredDependencyOnUnbuiltType   
)

◆ TEST_F() [18/286]

google::protobuf::descriptor_unittest::TEST_F ( DatabaseBackedPoolTest  ,
UnittestProto   
)

◆ TEST_F() [19/286]

google::protobuf::descriptor_unittest::TEST_F ( DescriptorTest  ,
ContainingType   
)

◆ TEST_F() [20/286]

google::protobuf::descriptor_unittest::TEST_F ( DescriptorTest  ,
FieldContainingType   
)

◆ TEST_F() [21/286]

google::protobuf::descriptor_unittest::TEST_F ( DescriptorTest  ,
FieldEnumType   
)

◆ TEST_F() [22/286]

google::protobuf::descriptor_unittest::TEST_F ( DescriptorTest  ,
FieldFile   
)

◆ TEST_F() [23/286]

google::protobuf::descriptor_unittest::TEST_F ( DescriptorTest  ,
FieldFullName   
)

◆ TEST_F() [24/286]

google::protobuf::descriptor_unittest::TEST_F ( DescriptorTest  ,
FieldHasDefault   
)

◆ TEST_F() [25/286]

google::protobuf::descriptor_unittest::TEST_F ( DescriptorTest  ,
FieldIndex   
)

◆ TEST_F() [26/286]

google::protobuf::descriptor_unittest::TEST_F ( DescriptorTest  ,
FieldJsonName   
)

◆ TEST_F() [27/286]

google::protobuf::descriptor_unittest::TEST_F ( DescriptorTest  ,
FieldLabel   
)

◆ TEST_F() [28/286]

google::protobuf::descriptor_unittest::TEST_F ( DescriptorTest  ,
FieldMessageType   
)

◆ TEST_F() [29/286]

google::protobuf::descriptor_unittest::TEST_F ( DescriptorTest  ,
FieldName   
)

◆ TEST_F() [30/286]

google::protobuf::descriptor_unittest::TEST_F ( DescriptorTest  ,
FieldNamesDedup   
)

◆ TEST_F() [31/286]

google::protobuf::descriptor_unittest::TEST_F ( DescriptorTest  ,
FieldNumber   
)

◆ TEST_F() [32/286]

google::protobuf::descriptor_unittest::TEST_F ( DescriptorTest  ,
FieldsByIndex   
)

◆ TEST_F() [33/286]

google::protobuf::descriptor_unittest::TEST_F ( DescriptorTest  ,
FieldType   
)

◆ TEST_F() [34/286]

google::protobuf::descriptor_unittest::TEST_F ( DescriptorTest  ,
FindFieldByName   
)

◆ TEST_F() [35/286]

google::protobuf::descriptor_unittest::TEST_F ( DescriptorTest  ,
FindFieldByNumber   
)

◆ TEST_F() [36/286]

google::protobuf::descriptor_unittest::TEST_F ( DescriptorTest  ,
GetMap   
)

◆ TEST_F() [37/286]

google::protobuf::descriptor_unittest::TEST_F ( DescriptorTest  ,
IsMap   
)

◆ TEST_F() [38/286]

google::protobuf::descriptor_unittest::TEST_F ( DescriptorTest  ,
Name   
)

◆ TEST_F() [39/286]

google::protobuf::descriptor_unittest::TEST_F ( DescriptorTest  ,
PrintableNameIsExtendingTypeForMessageSetExtension   
)

◆ TEST_F() [40/286]

google::protobuf::descriptor_unittest::TEST_F ( DescriptorTest  ,
PrintableNameIsFullNameForNonExtensionFields   
)

◆ TEST_F() [41/286]

google::protobuf::descriptor_unittest::TEST_F ( DescriptorTest  ,
PrintableNameIsFullNameForNonMessageSetExtension   
)

◆ TEST_F() [42/286]

google::protobuf::descriptor_unittest::TEST_F ( EnumDescriptorTest  ,
ContainingType   
)

◆ TEST_F() [43/286]

google::protobuf::descriptor_unittest::TEST_F ( EnumDescriptorTest  ,
FindValueByName   
)

◆ TEST_F() [44/286]

google::protobuf::descriptor_unittest::TEST_F ( EnumDescriptorTest  ,
FindValueByNumber   
)

◆ TEST_F() [45/286]

google::protobuf::descriptor_unittest::TEST_F ( EnumDescriptorTest  ,
Name   
)

◆ TEST_F() [46/286]

google::protobuf::descriptor_unittest::TEST_F ( EnumDescriptorTest  ,
ValueFullName   
)

◆ TEST_F() [47/286]

google::protobuf::descriptor_unittest::TEST_F ( EnumDescriptorTest  ,
ValueIndex   
)

◆ TEST_F() [48/286]

google::protobuf::descriptor_unittest::TEST_F ( EnumDescriptorTest  ,
ValueName   
)

◆ TEST_F() [49/286]

google::protobuf::descriptor_unittest::TEST_F ( EnumDescriptorTest  ,
ValueNumber   
)

◆ TEST_F() [50/286]

google::protobuf::descriptor_unittest::TEST_F ( EnumDescriptorTest  ,
ValuesByIndex   
)

◆ TEST_F() [51/286]

google::protobuf::descriptor_unittest::TEST_F ( EnumDescriptorTest  ,
ValueType   
)

◆ TEST_F() [52/286]

google::protobuf::descriptor_unittest::TEST_F ( ExtensionDescriptorTest  ,
DuplicateFieldNumber   
)

◆ TEST_F() [53/286]

google::protobuf::descriptor_unittest::TEST_F ( ExtensionDescriptorTest  ,
ExtensionRanges   
)

◆ TEST_F() [54/286]

google::protobuf::descriptor_unittest::TEST_F ( ExtensionDescriptorTest  ,
Extensions   
)

◆ TEST_F() [55/286]

google::protobuf::descriptor_unittest::TEST_F ( ExtensionDescriptorTest  ,
FieldVsExtension   
)

◆ TEST_F() [56/286]

google::protobuf::descriptor_unittest::TEST_F ( ExtensionDescriptorTest  ,
FindAllExtensions   
)

◆ TEST_F() [57/286]

google::protobuf::descriptor_unittest::TEST_F ( ExtensionDescriptorTest  ,
FindExtensionByName   
)

◆ TEST_F() [58/286]

google::protobuf::descriptor_unittest::TEST_F ( ExtensionDescriptorTest  ,
FindExtensionByPrintableName   
)

◆ TEST_F() [59/286]

google::protobuf::descriptor_unittest::TEST_F ( ExtensionDescriptorTest  ,
IsExtensionNumber   
)

◆ TEST_F() [60/286]

google::protobuf::descriptor_unittest::TEST_F ( FileDescriptorTest  ,
BuildAgain   
)

◆ TEST_F() [61/286]

google::protobuf::descriptor_unittest::TEST_F ( FileDescriptorTest  ,
BuildAgainWithSyntax   
)

◆ TEST_F() [62/286]

google::protobuf::descriptor_unittest::TEST_F ( FileDescriptorTest  ,
DebugStringRoundTrip   
)

◆ TEST_F() [63/286]

google::protobuf::descriptor_unittest::TEST_F ( FileDescriptorTest  ,
Dependencies   
)

◆ TEST_F() [64/286]

google::protobuf::descriptor_unittest::TEST_F ( FileDescriptorTest  ,
FindEnumTypeByName   
)

◆ TEST_F() [65/286]

google::protobuf::descriptor_unittest::TEST_F ( FileDescriptorTest  ,
FindEnumValueByName   
)

◆ TEST_F() [66/286]

google::protobuf::descriptor_unittest::TEST_F ( FileDescriptorTest  ,
FindExtensionByName   
)

◆ TEST_F() [67/286]

google::protobuf::descriptor_unittest::TEST_F ( FileDescriptorTest  ,
FindExtensionByNumber   
)

◆ TEST_F() [68/286]

google::protobuf::descriptor_unittest::TEST_F ( FileDescriptorTest  ,
FindMessageTypeByName   
)

◆ TEST_F() [69/286]

google::protobuf::descriptor_unittest::TEST_F ( FileDescriptorTest  ,
FindServiceByName   
)

◆ TEST_F() [70/286]

google::protobuf::descriptor_unittest::TEST_F ( FileDescriptorTest  ,
Name   
)

◆ TEST_F() [71/286]

google::protobuf::descriptor_unittest::TEST_F ( FileDescriptorTest  ,
Package   
)

◆ TEST_F() [72/286]

google::protobuf::descriptor_unittest::TEST_F ( FileDescriptorTest  ,
Syntax   
)

◆ TEST_F() [73/286]

google::protobuf::descriptor_unittest::TEST_F ( LazilyBuildDependenciesTest  ,
Dependency   
)

◆ TEST_F() [74/286]

google::protobuf::descriptor_unittest::TEST_F ( LazilyBuildDependenciesTest  ,
Enum   
)

◆ TEST_F() [75/286]

google::protobuf::descriptor_unittest::TEST_F ( LazilyBuildDependenciesTest  ,
Extension   
)

◆ TEST_F() [76/286]

google::protobuf::descriptor_unittest::TEST_F ( LazilyBuildDependenciesTest  ,
GeneratedFile   
)

◆ TEST_F() [77/286]

google::protobuf::descriptor_unittest::TEST_F ( LazilyBuildDependenciesTest  ,
Message   
)

◆ TEST_F() [78/286]

google::protobuf::descriptor_unittest::TEST_F ( LazilyBuildDependenciesTest  ,
Service   
)

◆ TEST_F() [79/286]

google::protobuf::descriptor_unittest::TEST_F ( LazilyBuildDependenciesTest  ,
Type   
)

◆ TEST_F() [80/286]

google::protobuf::descriptor_unittest::TEST_F ( MiscTest  ,
CppTypeNames   
)

◆ TEST_F() [81/286]

google::protobuf::descriptor_unittest::TEST_F ( MiscTest  ,
CppTypes   
)

◆ TEST_F() [82/286]

google::protobuf::descriptor_unittest::TEST_F ( MiscTest  ,
DefaultValues   
)

◆ TEST_F() [83/286]

google::protobuf::descriptor_unittest::TEST_F ( MiscTest  ,
EnumType   
)

◆ TEST_F() [84/286]

google::protobuf::descriptor_unittest::TEST_F ( MiscTest  ,
FieldOptions   
)

◆ TEST_F() [85/286]

google::protobuf::descriptor_unittest::TEST_F ( MiscTest  ,
MessageType   
)

◆ TEST_F() [86/286]

google::protobuf::descriptor_unittest::TEST_F ( MiscTest  ,
StaticCppTypeNames   
)

◆ TEST_F() [87/286]

google::protobuf::descriptor_unittest::TEST_F ( MiscTest  ,
StaticTypeNames   
)

◆ TEST_F() [88/286]

google::protobuf::descriptor_unittest::TEST_F ( MiscTest  ,
TypeNames   
)

◆ TEST_F() [89/286]

google::protobuf::descriptor_unittest::TEST_F ( NestedDescriptorTest  ,
EnumContainingType   
)

◆ TEST_F() [90/286]

google::protobuf::descriptor_unittest::TEST_F ( NestedDescriptorTest  ,
EnumName   
)

◆ TEST_F() [91/286]

google::protobuf::descriptor_unittest::TEST_F ( NestedDescriptorTest  ,
FindEnumTypeByName   
)

◆ TEST_F() [92/286]

google::protobuf::descriptor_unittest::TEST_F ( NestedDescriptorTest  ,
FindEnumValueByName   
)

◆ TEST_F() [93/286]

google::protobuf::descriptor_unittest::TEST_F ( NestedDescriptorTest  ,
FindFieldByNameDoesntFindNestedTypes   
)

◆ TEST_F() [94/286]

google::protobuf::descriptor_unittest::TEST_F ( NestedDescriptorTest  ,
FindNestedTypeByName   
)

◆ TEST_F() [95/286]

google::protobuf::descriptor_unittest::TEST_F ( NestedDescriptorTest  ,
MessageContainingType   
)

◆ TEST_F() [96/286]

google::protobuf::descriptor_unittest::TEST_F ( NestedDescriptorTest  ,
MessageName   
)

◆ TEST_F() [97/286]

google::protobuf::descriptor_unittest::TEST_F ( NestedDescriptorTest  ,
NestedEnumsByIndex   
)

◆ TEST_F() [98/286]

google::protobuf::descriptor_unittest::TEST_F ( NestedDescriptorTest  ,
NestedMessagesByIndex   
)

◆ TEST_F() [99/286]

google::protobuf::descriptor_unittest::TEST_F ( OneofDescriptorTest  ,
FindByName   
)

◆ TEST_F() [100/286]

google::protobuf::descriptor_unittest::TEST_F ( OneofDescriptorTest  ,
Normal   
)

◆ TEST_F() [101/286]

google::protobuf::descriptor_unittest::TEST_F ( ReservedDescriptorTest  ,
IsReservedName   
)

◆ TEST_F() [102/286]

google::protobuf::descriptor_unittest::TEST_F ( ReservedDescriptorTest  ,
IsReservedNumber   
)

◆ TEST_F() [103/286]

google::protobuf::descriptor_unittest::TEST_F ( ReservedDescriptorTest  ,
ReservedNames   
)

◆ TEST_F() [104/286]

google::protobuf::descriptor_unittest::TEST_F ( ReservedDescriptorTest  ,
ReservedRanges   
)

◆ TEST_F() [105/286]

google::protobuf::descriptor_unittest::TEST_F ( ReservedEnumDescriptorTest  ,
IsReservedName   
)

◆ TEST_F() [106/286]

google::protobuf::descriptor_unittest::TEST_F ( ReservedEnumDescriptorTest  ,
IsReservedNumber   
)

◆ TEST_F() [107/286]

google::protobuf::descriptor_unittest::TEST_F ( ReservedEnumDescriptorTest  ,
ReservedNames   
)

◆ TEST_F() [108/286]

google::protobuf::descriptor_unittest::TEST_F ( ReservedEnumDescriptorTest  ,
ReservedRanges   
)

◆ TEST_F() [109/286]

google::protobuf::descriptor_unittest::TEST_F ( ServiceDescriptorTest  ,
FindMethodByName   
)

◆ TEST_F() [110/286]

google::protobuf::descriptor_unittest::TEST_F ( ServiceDescriptorTest  ,
MethodFullName   
)

◆ TEST_F() [111/286]

google::protobuf::descriptor_unittest::TEST_F ( ServiceDescriptorTest  ,
MethodIndex   
)

◆ TEST_F() [112/286]

google::protobuf::descriptor_unittest::TEST_F ( ServiceDescriptorTest  ,
MethodInputType   
)

◆ TEST_F() [113/286]

google::protobuf::descriptor_unittest::TEST_F ( ServiceDescriptorTest  ,
MethodName   
)

◆ TEST_F() [114/286]

google::protobuf::descriptor_unittest::TEST_F ( ServiceDescriptorTest  ,
MethodOutputType   
)

◆ TEST_F() [115/286]

google::protobuf::descriptor_unittest::TEST_F ( ServiceDescriptorTest  ,
MethodParent   
)

◆ TEST_F() [116/286]

google::protobuf::descriptor_unittest::TEST_F ( ServiceDescriptorTest  ,
MethodsByIndex   
)

◆ TEST_F() [117/286]

google::protobuf::descriptor_unittest::TEST_F ( ServiceDescriptorTest  ,
Name   
)

◆ TEST_F() [118/286]

google::protobuf::descriptor_unittest::TEST_F ( SourceLocationTest  ,
ExtensionSourceLocation   
)

◆ TEST_F() [119/286]

google::protobuf::descriptor_unittest::TEST_F ( SourceLocationTest  ,
GetSourceLocation   
)

◆ TEST_F() [120/286]

google::protobuf::descriptor_unittest::TEST_F ( SourceLocationTest  ,
GetSourceLocation_BogusSourceCodeInfo   
)

◆ TEST_F() [121/286]

google::protobuf::descriptor_unittest::TEST_F ( SourceLocationTest  ,
GetSourceLocation_MissingSourceCodeInfo   
)

◆ TEST_F() [122/286]

google::protobuf::descriptor_unittest::TEST_F ( SourceLocationTest  ,
InterpretedOptionSourceLocation   
)

◆ TEST_F() [123/286]

google::protobuf::descriptor_unittest::TEST_F ( StylizedFieldNamesTest  ,
CamelcaseName   
)

◆ TEST_F() [124/286]

google::protobuf::descriptor_unittest::TEST_F ( StylizedFieldNamesTest  ,
FindByCamelcaseName   
)

◆ TEST_F() [125/286]

google::protobuf::descriptor_unittest::TEST_F ( StylizedFieldNamesTest  ,
FindByLowercaseName   
)

◆ TEST_F() [126/286]

google::protobuf::descriptor_unittest::TEST_F ( StylizedFieldNamesTest  ,
LowercaseName   
)

◆ TEST_F() [127/286]

google::protobuf::descriptor_unittest::TEST_F ( ValidationErrorTest  ,
AggregateValueNotFound   
)

◆ TEST_F() [128/286]

google::protobuf::descriptor_unittest::TEST_F ( ValidationErrorTest  ,
AggregateValueParseError   
)

◆ TEST_F() [129/286]

google::protobuf::descriptor_unittest::TEST_F ( ValidationErrorTest  ,
AggregateValueUnknownFields   
)

◆ TEST_F() [130/286]

google::protobuf::descriptor_unittest::TEST_F ( ValidationErrorTest  ,
AllowEnumAlias   
)

◆ TEST_F() [131/286]

google::protobuf::descriptor_unittest::TEST_F ( ValidationErrorTest  ,
AlreadyDefined   
)

◆ TEST_F() [132/286]

google::protobuf::descriptor_unittest::TEST_F ( ValidationErrorTest  ,
AlreadyDefinedInOtherFile   
)

◆ TEST_F() [133/286]

google::protobuf::descriptor_unittest::TEST_F ( ValidationErrorTest  ,
AlreadyDefinedInPackage   
)

◆ TEST_F() [134/286]

google::protobuf::descriptor_unittest::TEST_F ( ValidationErrorTest  ,
BadEnumDefaultValue   
)

◆ TEST_F() [135/286]

google::protobuf::descriptor_unittest::TEST_F ( ValidationErrorTest  ,
BadMessageSetExtensionLabel   
)

◆ TEST_F() [136/286]

google::protobuf::descriptor_unittest::TEST_F ( ValidationErrorTest  ,
BadMessageSetExtensionType   
)

◆ TEST_F() [137/286]

google::protobuf::descriptor_unittest::TEST_F ( ValidationErrorTest  ,
BoolOptionValueIsNotTrueOrFalse   
)

◆ TEST_F() [138/286]

google::protobuf::descriptor_unittest::TEST_F ( ValidationErrorTest  ,
CustomOptionConflictingFieldNumber   
)

◆ TEST_F() [139/286]

google::protobuf::descriptor_unittest::TEST_F ( ValidationErrorTest  ,
DebugStringReservedRangeMax   
)

◆ TEST_F() [140/286]

google::protobuf::descriptor_unittest::TEST_F ( ValidationErrorTest  ,
DisallowEnumAlias   
)

◆ TEST_F() [141/286]

google::protobuf::descriptor_unittest::TEST_F ( ValidationErrorTest  ,
DoubleOptionValueIsNotNumber   
)

◆ TEST_F() [142/286]

google::protobuf::descriptor_unittest::TEST_F ( ValidationErrorTest  ,
DupeDependency   
)

◆ TEST_F() [143/286]

google::protobuf::descriptor_unittest::TEST_F ( ValidationErrorTest  ,
DupeFile   
)

◆ TEST_F() [144/286]

google::protobuf::descriptor_unittest::TEST_F ( ValidationErrorTest  ,
DuplicateExtensionFieldNumber   
)

◆ TEST_F() [145/286]

google::protobuf::descriptor_unittest::TEST_F ( ValidationErrorTest  ,
DupOption   
)

◆ TEST_F() [146/286]

google::protobuf::descriptor_unittest::TEST_F ( ValidationErrorTest  ,
EmptyEnum   
)

◆ TEST_F() [147/286]

google::protobuf::descriptor_unittest::TEST_F ( ValidationErrorTest  ,
EnumDefaultValueIsInteger   
)

◆ TEST_F() [148/286]

google::protobuf::descriptor_unittest::TEST_F ( ValidationErrorTest  ,
EnumFieldTypeIsMessage   
)

◆ TEST_F() [149/286]

google::protobuf::descriptor_unittest::TEST_F ( ValidationErrorTest  ,
EnumMixedReservedRangeOverlap   
)

◆ TEST_F() [150/286]

google::protobuf::descriptor_unittest::TEST_F ( ValidationErrorTest  ,
EnumMixedReservedRangeOverlap2   
)

◆ TEST_F() [151/286]

google::protobuf::descriptor_unittest::TEST_F ( ValidationErrorTest  ,
EnumNegativeReservedFieldError   
)

◆ TEST_F() [152/286]

google::protobuf::descriptor_unittest::TEST_F ( ValidationErrorTest  ,
EnumNegativeReservedRangeOverlap   
)

◆ TEST_F() [153/286]

google::protobuf::descriptor_unittest::TEST_F ( ValidationErrorTest  ,
EnumOptionValueIsNotEnumValueName   
)

◆ TEST_F() [154/286]

google::protobuf::descriptor_unittest::TEST_F ( ValidationErrorTest  ,
EnumOptionValueIsNotIdentifier   
)

◆ TEST_F() [155/286]

google::protobuf::descriptor_unittest::TEST_F ( ValidationErrorTest  ,
EnumOptionValueIsSiblingEnumValueName   
)

◆ TEST_F() [156/286]

google::protobuf::descriptor_unittest::TEST_F ( ValidationErrorTest  ,
EnumReservedFieldError   
)

◆ TEST_F() [157/286]

google::protobuf::descriptor_unittest::TEST_F ( ValidationErrorTest  ,
EnumReservedFieldsDebugString   
)

◆ TEST_F() [158/286]

google::protobuf::descriptor_unittest::TEST_F ( ValidationErrorTest  ,
EnumReservedNameError   
)

◆ TEST_F() [159/286]

google::protobuf::descriptor_unittest::TEST_F ( ValidationErrorTest  ,
EnumReservedNameRedundant   
)

◆ TEST_F() [160/286]

google::protobuf::descriptor_unittest::TEST_F ( ValidationErrorTest  ,
EnumReservedRangeOverlap   
)

◆ TEST_F() [161/286]

google::protobuf::descriptor_unittest::TEST_F ( ValidationErrorTest  ,
EnumReservedRangeOverlapByOne   
)

◆ TEST_F() [162/286]

google::protobuf::descriptor_unittest::TEST_F ( ValidationErrorTest  ,
EnumReservedRangeStartGreaterThanEnd   
)

◆ TEST_F() [163/286]

google::protobuf::descriptor_unittest::TEST_F ( ValidationErrorTest  ,
EnumValueAlreadyDefinedInParent   
)

◆ TEST_F() [164/286]

google::protobuf::descriptor_unittest::TEST_F ( ValidationErrorTest  ,
EnumValueAlreadyDefinedInParentNonGlobal   
)

◆ TEST_F() [165/286]

google::protobuf::descriptor_unittest::TEST_F ( ValidationErrorTest  ,
EnumValuesConflictWhenPrefixesStripped   
)

◆ TEST_F() [166/286]

google::protobuf::descriptor_unittest::TEST_F ( ValidationErrorTest  ,
EnumValuesConflictWithDifferentCasing   
)

◆ TEST_F() [167/286]

google::protobuf::descriptor_unittest::TEST_F ( ValidationErrorTest  ,
ErrorsReportedToLogError   
)

◆ TEST_F() [168/286]

google::protobuf::descriptor_unittest::TEST_F ( ValidationErrorTest  ,
ExtensionMissingExtendee   
)

◆ TEST_F() [169/286]

google::protobuf::descriptor_unittest::TEST_F ( ValidationErrorTest  ,
ExtensionRangeEndBeforeStart   
)

◆ TEST_F() [170/286]

google::protobuf::descriptor_unittest::TEST_F ( ValidationErrorTest  ,
FieldInExtensionRange   
)

◆ TEST_F() [171/286]

google::protobuf::descriptor_unittest::TEST_F ( ValidationErrorTest  ,
FieldInMessageSet   
)

◆ TEST_F() [172/286]

google::protobuf::descriptor_unittest::TEST_F ( ValidationErrorTest  ,
FieldNumberConflict   
)

◆ TEST_F() [173/286]

google::protobuf::descriptor_unittest::TEST_F ( ValidationErrorTest  ,
FieldOneofIndexNegative   
)

◆ TEST_F() [174/286]

google::protobuf::descriptor_unittest::TEST_F ( ValidationErrorTest  ,
FieldOneofIndexTooLarge   
)

◆ TEST_F() [175/286]

google::protobuf::descriptor_unittest::TEST_F ( ValidationErrorTest  ,
FieldTypeDefinedInIndirectDependency   
)

◆ TEST_F() [176/286]

google::protobuf::descriptor_unittest::TEST_F ( ValidationErrorTest  ,
FieldTypeDefinedInPrivateDependencyOfPublicDependency   
)

◆ TEST_F() [177/286]

google::protobuf::descriptor_unittest::TEST_F ( ValidationErrorTest  ,
FieldTypeDefinedInPublicDependency   
)

◆ TEST_F() [178/286]

google::protobuf::descriptor_unittest::TEST_F ( ValidationErrorTest  ,
FieldTypeDefinedInTransitivePublicDependency   
)

◆ TEST_F() [179/286]

google::protobuf::descriptor_unittest::TEST_F ( ValidationErrorTest  ,
FieldTypeDefinedInUndeclaredDependency   
)

◆ TEST_F() [180/286]

google::protobuf::descriptor_unittest::TEST_F ( ValidationErrorTest  ,
FieldTypeMayBeItsName   
)

◆ TEST_F() [181/286]

google::protobuf::descriptor_unittest::TEST_F ( ValidationErrorTest  ,
FieldTypeNotAType   
)

◆ TEST_F() [182/286]

google::protobuf::descriptor_unittest::TEST_F ( ValidationErrorTest  ,
FloatOptionValueIsNotNumber   
)

◆ TEST_F() [183/286]

google::protobuf::descriptor_unittest::TEST_F ( ValidationErrorTest  ,
ForeignUnimportedPackageNoCrash   
)

◆ TEST_F() [184/286]

google::protobuf::descriptor_unittest::TEST_F ( ValidationErrorTest  ,
HugeExtensionRangeNumber   
)

◆ TEST_F() [185/286]

google::protobuf::descriptor_unittest::TEST_F ( ValidationErrorTest  ,
HugeFieldNumber   
)

◆ TEST_F() [186/286]

google::protobuf::descriptor_unittest::TEST_F ( ValidationErrorTest  ,
IllegalPackedField   
)

◆ TEST_F() [187/286]

google::protobuf::descriptor_unittest::TEST_F ( ValidationErrorTest  ,
InputTypeNotAMessage   
)

◆ TEST_F() [188/286]

google::protobuf::descriptor_unittest::TEST_F ( ValidationErrorTest  ,
InputTypeNotDefined   
)

◆ TEST_F() [189/286]

google::protobuf::descriptor_unittest::TEST_F ( ValidationErrorTest  ,
Int32OptionValueIsNotPositiveInt   
)

◆ TEST_F() [190/286]

google::protobuf::descriptor_unittest::TEST_F ( ValidationErrorTest  ,
Int32OptionValueOutOfNegativeRange   
)

◆ TEST_F() [191/286]

google::protobuf::descriptor_unittest::TEST_F ( ValidationErrorTest  ,
Int32OptionValueOutOfPositiveRange   
)

◆ TEST_F() [192/286]

google::protobuf::descriptor_unittest::TEST_F ( ValidationErrorTest  ,
Int64OptionValueIsNotPositiveInt   
)

◆ TEST_F() [193/286]

google::protobuf::descriptor_unittest::TEST_F ( ValidationErrorTest  ,
Int64OptionValueOutOfRange   
)

◆ TEST_F() [194/286]

google::protobuf::descriptor_unittest::TEST_F ( ValidationErrorTest  ,
InvalidDefaults   
)

◆ TEST_F() [195/286]

google::protobuf::descriptor_unittest::TEST_F ( ValidationErrorTest  ,
InvalidName   
)

◆ TEST_F() [196/286]

google::protobuf::descriptor_unittest::TEST_F ( ValidationErrorTest  ,
InvalidOptionName   
)

◆ TEST_F() [197/286]

google::protobuf::descriptor_unittest::TEST_F ( ValidationErrorTest  ,
InvalidPackageName   
)

◆ TEST_F() [198/286]

google::protobuf::descriptor_unittest::TEST_F ( ValidationErrorTest  ,
InvalidPublicDependencyIndex   
)

◆ TEST_F() [199/286]

google::protobuf::descriptor_unittest::TEST_F ( ValidationErrorTest  ,
JsonNameOptionOnExtensions   
)

◆ TEST_F() [200/286]

google::protobuf::descriptor_unittest::TEST_F ( ValidationErrorTest  ,
LiteExtendsNotLite   
)

◆ TEST_F() [201/286]

google::protobuf::descriptor_unittest::TEST_F ( ValidationErrorTest  ,
MapEntryBase   
)

◆ TEST_F() [202/286]

google::protobuf::descriptor_unittest::TEST_F ( ValidationErrorTest  ,
MapEntryConflictsWithEnum   
)

◆ TEST_F() [203/286]

google::protobuf::descriptor_unittest::TEST_F ( ValidationErrorTest  ,
MapEntryConflictsWithField   
)

◆ TEST_F() [204/286]

google::protobuf::descriptor_unittest::TEST_F ( ValidationErrorTest  ,
MapEntryConflictsWithMessage   
)

◆ TEST_F() [205/286]

google::protobuf::descriptor_unittest::TEST_F ( ValidationErrorTest  ,
MapEntryConflictsWithOneof   
)

◆ TEST_F() [206/286]

google::protobuf::descriptor_unittest::TEST_F ( ValidationErrorTest  ,
MapEntryDifferentContainingType   
)

◆ TEST_F() [207/286]

google::protobuf::descriptor_unittest::TEST_F ( ValidationErrorTest  ,
MapEntryEnumTypes   
)

◆ TEST_F() [208/286]

google::protobuf::descriptor_unittest::TEST_F ( ValidationErrorTest  ,
MapEntryExtension   
)

◆ TEST_F() [209/286]

google::protobuf::descriptor_unittest::TEST_F ( ValidationErrorTest  ,
MapEntryExtensionRange   
)

◆ TEST_F() [210/286]

google::protobuf::descriptor_unittest::TEST_F ( ValidationErrorTest  ,
MapEntryExtraField   
)

◆ TEST_F() [211/286]

google::protobuf::descriptor_unittest::TEST_F ( ValidationErrorTest  ,
MapEntryKeyLabel   
)

◆ TEST_F() [212/286]

google::protobuf::descriptor_unittest::TEST_F ( ValidationErrorTest  ,
MapEntryKeyName   
)

◆ TEST_F() [213/286]

google::protobuf::descriptor_unittest::TEST_F ( ValidationErrorTest  ,
MapEntryKeyNumber   
)

◆ TEST_F() [214/286]

google::protobuf::descriptor_unittest::TEST_F ( ValidationErrorTest  ,
MapEntryKeyTypeBytes   
)

◆ TEST_F() [215/286]

google::protobuf::descriptor_unittest::TEST_F ( ValidationErrorTest  ,
MapEntryKeyTypeDouble   
)

◆ TEST_F() [216/286]

google::protobuf::descriptor_unittest::TEST_F ( ValidationErrorTest  ,
MapEntryKeyTypeEnum   
)

◆ TEST_F() [217/286]

google::protobuf::descriptor_unittest::TEST_F ( ValidationErrorTest  ,
MapEntryKeyTypeFloat   
)

◆ TEST_F() [218/286]

google::protobuf::descriptor_unittest::TEST_F ( ValidationErrorTest  ,
MapEntryKeyTypeMessage   
)

◆ TEST_F() [219/286]

google::protobuf::descriptor_unittest::TEST_F ( ValidationErrorTest  ,
MapEntryMessageName   
)

◆ TEST_F() [220/286]

google::protobuf::descriptor_unittest::TEST_F ( ValidationErrorTest  ,
MapEntryNestedType   
)

◆ TEST_F() [221/286]

google::protobuf::descriptor_unittest::TEST_F ( ValidationErrorTest  ,
MapEntryNoneRepeatedMapEntry   
)

◆ TEST_F() [222/286]

google::protobuf::descriptor_unittest::TEST_F ( ValidationErrorTest  ,
MapEntryUsesNoneZeroEnumDefaultValue   
)

◆ TEST_F() [223/286]

google::protobuf::descriptor_unittest::TEST_F ( ValidationErrorTest  ,
MapEntryValueLabel   
)

◆ TEST_F() [224/286]

google::protobuf::descriptor_unittest::TEST_F ( ValidationErrorTest  ,
MapEntryValueName   
)

◆ TEST_F() [225/286]

google::protobuf::descriptor_unittest::TEST_F ( ValidationErrorTest  ,
MapEntryValueNumber   
)

◆ TEST_F() [226/286]

google::protobuf::descriptor_unittest::TEST_F ( ValidationErrorTest  ,
MessageFieldTypeIsEnum   
)

◆ TEST_F() [227/286]

google::protobuf::descriptor_unittest::TEST_F ( ValidationErrorTest  ,
MissingFileName   
)

◆ TEST_F() [228/286]

google::protobuf::descriptor_unittest::TEST_F ( ValidationErrorTest  ,
MissingName   
)

◆ TEST_F() [229/286]

google::protobuf::descriptor_unittest::TEST_F ( ValidationErrorTest  ,
NegativeExtensionRangeNumber   
)

◆ TEST_F() [230/286]

google::protobuf::descriptor_unittest::TEST_F ( ValidationErrorTest  ,
NegativeFieldNumber   
)

◆ TEST_F() [231/286]

google::protobuf::descriptor_unittest::TEST_F ( ValidationErrorTest  ,
NoLiteServices   
)

◆ TEST_F() [232/286]

google::protobuf::descriptor_unittest::TEST_F ( ValidationErrorTest  ,
NonExtensionWithExtendee   
)

◆ TEST_F() [233/286]

google::protobuf::descriptor_unittest::TEST_F ( ValidationErrorTest  ,
NonMessageExtendee   
)

◆ TEST_F() [234/286]

google::protobuf::descriptor_unittest::TEST_F ( ValidationErrorTest  ,
NonPrimitiveWithoutTypeName   
)

◆ TEST_F() [235/286]

google::protobuf::descriptor_unittest::TEST_F ( ValidationErrorTest  ,
NotAnExtensionNumber   
)

◆ TEST_F() [236/286]

google::protobuf::descriptor_unittest::TEST_F ( ValidationErrorTest  ,
NotLiteImportsLite   
)

◆ TEST_F() [237/286]

google::protobuf::descriptor_unittest::TEST_F ( ValidationErrorTest  ,
NullCharFileName   
)

◆ TEST_F() [238/286]

google::protobuf::descriptor_unittest::TEST_F ( ValidationErrorTest  ,
NullCharPackageName   
)

◆ TEST_F() [239/286]

google::protobuf::descriptor_unittest::TEST_F ( ValidationErrorTest  ,
NullCharSymbolName   
)

◆ TEST_F() [240/286]

google::protobuf::descriptor_unittest::TEST_F ( ValidationErrorTest  ,
OneofFieldsConsecutiveDefinition   
)

◆ TEST_F() [241/286]

google::protobuf::descriptor_unittest::TEST_F ( ValidationErrorTest  ,
OneofLabelMismatch   
)

◆ TEST_F() [242/286]

google::protobuf::descriptor_unittest::TEST_F ( ValidationErrorTest  ,
OneofWithNoFields   
)

◆ TEST_F() [243/286]

google::protobuf::descriptor_unittest::TEST_F ( ValidationErrorTest  ,
OptionExtendsAtomicType   
)

◆ TEST_F() [244/286]

google::protobuf::descriptor_unittest::TEST_F ( ValidationErrorTest  ,
OptionWrongType   
)

◆ TEST_F() [245/286]

google::protobuf::descriptor_unittest::TEST_F ( ValidationErrorTest  ,
OutputTypeNotAMessage   
)

◆ TEST_F() [246/286]

google::protobuf::descriptor_unittest::TEST_F ( ValidationErrorTest  ,
OutputTypeNotDefined   
)

◆ TEST_F() [247/286]

google::protobuf::descriptor_unittest::TEST_F ( ValidationErrorTest  ,
OverlappingExtensionRanges   
)

◆ TEST_F() [248/286]

google::protobuf::descriptor_unittest::TEST_F ( ValidationErrorTest  ,
PackageAlreadyDefined   
)

◆ TEST_F() [249/286]

google::protobuf::descriptor_unittest::TEST_F ( ValidationErrorTest  ,
PackageOriginallyDeclaredInTransitiveDependent   
)

◆ TEST_F() [250/286]

google::protobuf::descriptor_unittest::TEST_F ( ValidationErrorTest  ,
PrimitiveWithTypeName   
)

◆ TEST_F() [251/286]

google::protobuf::descriptor_unittest::TEST_F ( ValidationErrorTest  ,
Proto3RequiredFields   
)

◆ TEST_F() [252/286]

google::protobuf::descriptor_unittest::TEST_F ( ValidationErrorTest  ,
RelativeFieldTypeNotAType   
)

◆ TEST_F() [253/286]

google::protobuf::descriptor_unittest::TEST_F ( ValidationErrorTest  ,
RepeatedMessageOption   
)

◆ TEST_F() [254/286]

google::protobuf::descriptor_unittest::TEST_F ( ValidationErrorTest  ,
RequiredExtension   
)

◆ TEST_F() [255/286]

google::protobuf::descriptor_unittest::TEST_F ( ValidationErrorTest  ,
ReservedExtensionRangeAdjacent   
)

◆ TEST_F() [256/286]

google::protobuf::descriptor_unittest::TEST_F ( ValidationErrorTest  ,
ReservedExtensionRangeError   
)

◆ TEST_F() [257/286]

google::protobuf::descriptor_unittest::TEST_F ( ValidationErrorTest  ,
ReservedFieldError   
)

◆ TEST_F() [258/286]

google::protobuf::descriptor_unittest::TEST_F ( ValidationErrorTest  ,
ReservedFieldNumber   
)

◆ TEST_F() [259/286]

google::protobuf::descriptor_unittest::TEST_F ( ValidationErrorTest  ,
ReservedFieldsDebugString   
)

◆ TEST_F() [260/286]

google::protobuf::descriptor_unittest::TEST_F ( ValidationErrorTest  ,
ReservedNameError   
)

◆ TEST_F() [261/286]

google::protobuf::descriptor_unittest::TEST_F ( ValidationErrorTest  ,
ReservedNameRedundant   
)

◆ TEST_F() [262/286]

google::protobuf::descriptor_unittest::TEST_F ( ValidationErrorTest  ,
ReservedRangeOverlap   
)

◆ TEST_F() [263/286]

google::protobuf::descriptor_unittest::TEST_F ( ValidationErrorTest  ,
ResolveUndefinedOption   
)

◆ TEST_F() [264/286]

google::protobuf::descriptor_unittest::TEST_F ( ValidationErrorTest  ,
RollbackAfterError   
)

◆ TEST_F() [265/286]

google::protobuf::descriptor_unittest::TEST_F ( ValidationErrorTest  ,
SearchMostLocalFirst   
)

◆ TEST_F() [266/286]

google::protobuf::descriptor_unittest::TEST_F ( ValidationErrorTest  ,
SearchMostLocalFirst2   
)

◆ TEST_F() [267/286]

google::protobuf::descriptor_unittest::TEST_F ( ValidationErrorTest  ,
StringOptionValueIsNotString   
)

◆ TEST_F() [268/286]

google::protobuf::descriptor_unittest::TEST_F ( ValidationErrorTest  ,
UInt32OptionValueIsNotPositiveInt   
)

◆ TEST_F() [269/286]

google::protobuf::descriptor_unittest::TEST_F ( ValidationErrorTest  ,
UInt32OptionValueOutOfRange   
)

◆ TEST_F() [270/286]

google::protobuf::descriptor_unittest::TEST_F ( ValidationErrorTest  ,
UInt64OptionValueIsNotPositiveInt   
)

◆ TEST_F() [271/286]

google::protobuf::descriptor_unittest::TEST_F ( ValidationErrorTest  ,
UndefinedExtendee   
)

◆ TEST_F() [272/286]

google::protobuf::descriptor_unittest::TEST_F ( ValidationErrorTest  ,
UndefinedFieldType   
)

◆ TEST_F() [273/286]

google::protobuf::descriptor_unittest::TEST_F ( ValidationErrorTest  ,
UndefinedFieldTypeWithDefault   
)

◆ TEST_F() [274/286]

google::protobuf::descriptor_unittest::TEST_F ( ValidationErrorTest  ,
UndefinedNestedFieldType   
)

◆ TEST_F() [275/286]

google::protobuf::descriptor_unittest::TEST_F ( ValidationErrorTest  ,
UnknownDependency   
)

◆ TEST_F() [276/286]

google::protobuf::descriptor_unittest::TEST_F ( ValidationErrorTest  ,
UnknownOption   
)

◆ TEST_F() [277/286]

google::protobuf::descriptor_unittest::TEST_F ( ValidationErrorTest  ,
UnusedImportWarning   
)

◆ TEST_F() [278/286]

google::protobuf::descriptor_unittest::TEST_F ( ValidationErrorTest  ,
UnusedImportWithOtherError   
)

◆ TEST_F() [279/286]

google::protobuf::descriptor_unittest::TEST_F ( ValidationErrorTest  ,
ValidateProto3DefaultValue   
)

◆ TEST_F() [280/286]

google::protobuf::descriptor_unittest::TEST_F ( ValidationErrorTest  ,
ValidateProto3Enum   
)

◆ TEST_F() [281/286]

google::protobuf::descriptor_unittest::TEST_F ( ValidationErrorTest  ,
ValidateProto3EnumFromProto2   
)

◆ TEST_F() [282/286]

google::protobuf::descriptor_unittest::TEST_F ( ValidationErrorTest  ,
ValidateProto3Extension   
)

◆ TEST_F() [283/286]

google::protobuf::descriptor_unittest::TEST_F ( ValidationErrorTest  ,
ValidateProto3ExtensionRange   
)

◆ TEST_F() [284/286]

google::protobuf::descriptor_unittest::TEST_F ( ValidationErrorTest  ,
ValidateProto3Group   
)

◆ TEST_F() [285/286]

google::protobuf::descriptor_unittest::TEST_F ( ValidationErrorTest  ,
ValidateProto3JsonName   
)

◆ TEST_F() [286/286]

google::protobuf::descriptor_unittest::TEST_F ( ValidationErrorTest  ,
ValidateProto3MessageSetWireFormat   
)

◆ TEST_P() [1/7]

google::protobuf::descriptor_unittest::TEST_P ( AllowUnknownDependenciesTest  ,
CopyTo   
)

◆ TEST_P() [2/7]

google::protobuf::descriptor_unittest::TEST_P ( AllowUnknownDependenciesTest  ,
CustomOption   
)

◆ TEST_P() [3/7]

google::protobuf::descriptor_unittest::TEST_P ( AllowUnknownDependenciesTest  ,
CustomOptions   
)

◆ TEST_P() [4/7]

google::protobuf::descriptor_unittest::TEST_P ( AllowUnknownDependenciesTest  ,
PlaceholderFile   
)

◆ TEST_P() [5/7]

google::protobuf::descriptor_unittest::TEST_P ( AllowUnknownDependenciesTest  ,
PlaceholderTypes   
)

◆ TEST_P() [6/7]

google::protobuf::descriptor_unittest::TEST_P ( AllowUnknownDependenciesTest  ,
UndeclaredDependencyTriggersBuildOfDependency   
)

◆ TEST_P() [7/7]

google::protobuf::descriptor_unittest::TEST_P ( AllowUnknownDependenciesTest  ,
UnknownExtendee   
)

Variable Documentation

◆ kCopySourceCodeInfoToTestInput

const char *const google::protobuf::descriptor_unittest::kCopySourceCodeInfoToTestInput
Initial value:
=
"syntax = \"proto2\";\n"
"message Foo {}\n"

Definition at line 7634 of file bloaty/third_party/protobuf/src/google/protobuf/descriptor_unittest.cc.

◆ kSourceLocationTestInput

const char *const google::protobuf::descriptor_unittest::kSourceLocationTestInput


grpc
Author(s):
autogenerated on Fri May 16 2025 03:03:24