OsmAnd
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines
Classes | Functions
google::protobuf::descriptor_unittest Namespace Reference

Classes

class  FileDescriptorTest
class  DescriptorTest
class  StylizedFieldNamesTest
class  EnumDescriptorTest
class  ServiceDescriptorTest
class  NestedDescriptorTest
class  ExtensionDescriptorTest
class  MiscTest
class  AllowUnknownDependenciesTest
class  MockErrorCollector
class  ValidationErrorTest
class  DatabaseBackedPoolTest

Functions

DescriptorProtoAddMessage (FileDescriptorProto *file, const string &name)
DescriptorProtoAddNestedMessage (DescriptorProto *parent, const string &name)
EnumDescriptorProtoAddEnum (FileDescriptorProto *file, const string &name)
EnumDescriptorProtoAddNestedEnum (DescriptorProto *parent, const string &name)
ServiceDescriptorProtoAddService (FileDescriptorProto *file, const string &name)
FieldDescriptorProtoAddField (DescriptorProto *parent, const string &name, int number, FieldDescriptorProto::Label label, FieldDescriptorProto::Type type)
FieldDescriptorProtoAddExtension (FileDescriptorProto *file, const string &extendee, const string &name, int number, FieldDescriptorProto::Label label, FieldDescriptorProto::Type type)
FieldDescriptorProtoAddNestedExtension (DescriptorProto *parent, const string &extendee, const string &name, int number, FieldDescriptorProto::Label label, FieldDescriptorProto::Type type)
DescriptorProto::ExtensionRangeAddExtensionRange (DescriptorProto *parent, int start, int end)
EnumValueDescriptorProtoAddEnumValue (EnumDescriptorProto *enum_proto, const string &name, int number)
MethodDescriptorProtoAddMethod (ServiceDescriptorProto *service, const string &name, const string &input_type, const string &output_type)
void AddEmptyEnum (FileDescriptorProto *file, const string &name)
 TEST_F (FileDescriptorTest, Name)
 TEST_F (FileDescriptorTest, Package)
 TEST_F (FileDescriptorTest, Dependencies)
 TEST_F (FileDescriptorTest, FindMessageTypeByName)
 TEST_F (FileDescriptorTest, FindEnumTypeByName)
 TEST_F (FileDescriptorTest, FindEnumValueByName)
 TEST_F (FileDescriptorTest, FindServiceByName)
 TEST_F (FileDescriptorTest, FindExtensionByName)
 TEST_F (FileDescriptorTest, FindExtensionByNumber)
 TEST_F (FileDescriptorTest, BuildAgain)
 TEST_F (DescriptorTest, Name)
 TEST_F (DescriptorTest, ContainingType)
 TEST_F (DescriptorTest, FieldsByIndex)
 TEST_F (DescriptorTest, FindFieldByName)
 TEST_F (DescriptorTest, FindFieldByNumber)
 TEST_F (DescriptorTest, FieldName)
 TEST_F (DescriptorTest, FieldFullName)
 TEST_F (DescriptorTest, FieldFile)
 TEST_F (DescriptorTest, FieldIndex)
 TEST_F (DescriptorTest, FieldNumber)
 TEST_F (DescriptorTest, FieldType)
 TEST_F (DescriptorTest, FieldLabel)
 TEST_F (DescriptorTest, FieldHasDefault)
 TEST_F (DescriptorTest, FieldContainingType)
 TEST_F (DescriptorTest, FieldMessageType)
 TEST_F (DescriptorTest, FieldEnumType)
 TEST_F (StylizedFieldNamesTest, LowercaseName)
 TEST_F (StylizedFieldNamesTest, CamelcaseName)
 TEST_F (StylizedFieldNamesTest, FindByLowercaseName)
 TEST_F (StylizedFieldNamesTest, FindByCamelcaseName)
 TEST_F (EnumDescriptorTest, Name)
 TEST_F (EnumDescriptorTest, ContainingType)
 TEST_F (EnumDescriptorTest, ValuesByIndex)
 TEST_F (EnumDescriptorTest, FindValueByName)
 TEST_F (EnumDescriptorTest, FindValueByNumber)
 TEST_F (EnumDescriptorTest, ValueName)
 TEST_F (EnumDescriptorTest, ValueFullName)
 TEST_F (EnumDescriptorTest, ValueIndex)
 TEST_F (EnumDescriptorTest, ValueNumber)
 TEST_F (EnumDescriptorTest, ValueType)
 TEST_F (ServiceDescriptorTest, Name)
 TEST_F (ServiceDescriptorTest, MethodsByIndex)
 TEST_F (ServiceDescriptorTest, FindMethodByName)
 TEST_F (ServiceDescriptorTest, MethodName)
 TEST_F (ServiceDescriptorTest, MethodFullName)
 TEST_F (ServiceDescriptorTest, MethodIndex)
 TEST_F (ServiceDescriptorTest, MethodParent)
 TEST_F (ServiceDescriptorTest, MethodInputType)
 TEST_F (ServiceDescriptorTest, MethodOutputType)
 TEST_F (NestedDescriptorTest, MessageName)
 TEST_F (NestedDescriptorTest, MessageContainingType)
 TEST_F (NestedDescriptorTest, NestedMessagesByIndex)
 TEST_F (NestedDescriptorTest, FindFieldByNameDoesntFindNestedTypes)
 TEST_F (NestedDescriptorTest, FindNestedTypeByName)
 TEST_F (NestedDescriptorTest, EnumName)
 TEST_F (NestedDescriptorTest, EnumContainingType)
 TEST_F (NestedDescriptorTest, NestedEnumsByIndex)
 TEST_F (NestedDescriptorTest, FindEnumTypeByName)
 TEST_F (NestedDescriptorTest, FindEnumValueByName)
 TEST_F (ExtensionDescriptorTest, ExtensionRanges)
 TEST_F (ExtensionDescriptorTest, Extensions)
 TEST_F (ExtensionDescriptorTest, IsExtensionNumber)
 TEST_F (ExtensionDescriptorTest, FindExtensionByName)
 TEST_F (ExtensionDescriptorTest, FindAllExtensions)
 TEST_F (MiscTest, CppTypes)
 TEST_F (MiscTest, DefaultValues)
 TEST_F (MiscTest, FieldOptions)
 TEST_F (AllowUnknownDependenciesTest, PlaceholderFile)
 TEST_F (AllowUnknownDependenciesTest, PlaceholderTypes)
 TEST_F (AllowUnknownDependenciesTest, CopyTo)
 TEST_F (AllowUnknownDependenciesTest, CustomOptions)
 TEST_F (AllowUnknownDependenciesTest, UnknownExtendee)
 TEST_F (AllowUnknownDependenciesTest, CustomOption)
 TEST (CustomOptions, OptionLocations)
 TEST (CustomOptions, OptionTypes)
 TEST (CustomOptions, ComplexExtensionOptions)
 TEST (CustomOptions, OptionsFromOtherFile)
 TEST (CustomOptions, MessageOptionThreeFieldsSet)
 TEST_F (ValidationErrorTest, AlreadyDefined)
 TEST_F (ValidationErrorTest, AlreadyDefinedInPackage)
 TEST_F (ValidationErrorTest, AlreadyDefinedInOtherFile)
 TEST_F (ValidationErrorTest, PackageAlreadyDefined)
 TEST_F (ValidationErrorTest, EnumValueAlreadyDefinedInParent)
 TEST_F (ValidationErrorTest, EnumValueAlreadyDefinedInParentNonGlobal)
 TEST_F (ValidationErrorTest, MissingName)
 TEST_F (ValidationErrorTest, InvalidName)
 TEST_F (ValidationErrorTest, InvalidPackageName)
 TEST_F (ValidationErrorTest, MissingFileName)
 TEST_F (ValidationErrorTest, DupeDependency)
 TEST_F (ValidationErrorTest, UnknownDependency)
 TEST_F (ValidationErrorTest, ForeignUnimportedPackageNoCrash)
 TEST_F (ValidationErrorTest, DupeFile)
 TEST_F (ValidationErrorTest, FieldInExtensionRange)
 TEST_F (ValidationErrorTest, OverlappingExtensionRanges)
 TEST_F (ValidationErrorTest, InvalidDefaults)
 TEST_F (ValidationErrorTest, NegativeFieldNumber)
 TEST_F (ValidationErrorTest, HugeFieldNumber)
 TEST_F (ValidationErrorTest, ReservedFieldNumber)
 TEST_F (ValidationErrorTest, ExtensionMissingExtendee)
 TEST_F (ValidationErrorTest, NonExtensionWithExtendee)
 TEST_F (ValidationErrorTest, FieldNumberConflict)
 TEST_F (ValidationErrorTest, BadMessageSetExtensionType)
 TEST_F (ValidationErrorTest, BadMessageSetExtensionLabel)
 TEST_F (ValidationErrorTest, FieldInMessageSet)
 TEST_F (ValidationErrorTest, NegativeExtensionRangeNumber)
 TEST_F (ValidationErrorTest, HugeExtensionRangeNumber)
 TEST_F (ValidationErrorTest, ExtensionRangeEndBeforeStart)
 TEST_F (ValidationErrorTest, EmptyEnum)
 TEST_F (ValidationErrorTest, UndefinedExtendee)
 TEST_F (ValidationErrorTest, NonMessageExtendee)
 TEST_F (ValidationErrorTest, NotAnExtensionNumber)
 TEST_F (ValidationErrorTest, UndefinedFieldType)
 TEST_F (ValidationErrorTest, FieldTypeDefinedInUndeclaredDependency)
 TEST_F (ValidationErrorTest, SearchMostLocalFirst)
 TEST_F (ValidationErrorTest, SearchMostLocalFirst2)
 TEST_F (ValidationErrorTest, PackageOriginallyDeclaredInTransitiveDependent)
 TEST_F (ValidationErrorTest, FieldTypeNotAType)
 TEST_F (ValidationErrorTest, RelativeFieldTypeNotAType)
 TEST_F (ValidationErrorTest, FieldTypeMayBeItsName)
 TEST_F (ValidationErrorTest, EnumFieldTypeIsMessage)
 TEST_F (ValidationErrorTest, MessageFieldTypeIsEnum)
 TEST_F (ValidationErrorTest, BadEnumDefaultValue)
 TEST_F (ValidationErrorTest, PrimitiveWithTypeName)
 TEST_F (ValidationErrorTest, NonPrimitiveWithoutTypeName)
 TEST_F (ValidationErrorTest, InputTypeNotDefined)
 TEST_F (ValidationErrorTest, InputTypeNotAMessage)
 TEST_F (ValidationErrorTest, OutputTypeNotDefined)
 TEST_F (ValidationErrorTest, OutputTypeNotAMessage)
 TEST_F (ValidationErrorTest, IllegalPackedField)
 TEST_F (ValidationErrorTest, OptionWrongType)
 TEST_F (ValidationErrorTest, OptionExtendsAtomicType)
 TEST_F (ValidationErrorTest, DupOption)
 TEST_F (ValidationErrorTest, InvalidOptionName)
 TEST_F (ValidationErrorTest, RepeatedOption)
 TEST_F (ValidationErrorTest, CustomOptionConflictingFieldNumber)
 TEST_F (ValidationErrorTest, Int32OptionValueOutOfPositiveRange)
 TEST_F (ValidationErrorTest, Int32OptionValueOutOfNegativeRange)
 TEST_F (ValidationErrorTest, Int32OptionValueIsNotPositiveInt)
 TEST_F (ValidationErrorTest, Int64OptionValueOutOfRange)
 TEST_F (ValidationErrorTest, Int64OptionValueIsNotPositiveInt)
 TEST_F (ValidationErrorTest, UInt32OptionValueOutOfRange)
 TEST_F (ValidationErrorTest, UInt32OptionValueIsNotPositiveInt)
 TEST_F (ValidationErrorTest, UInt64OptionValueIsNotPositiveInt)
 TEST_F (ValidationErrorTest, FloatOptionValueIsNotNumber)
 TEST_F (ValidationErrorTest, DoubleOptionValueIsNotNumber)
 TEST_F (ValidationErrorTest, BoolOptionValueIsNotTrueOrFalse)
 TEST_F (ValidationErrorTest, EnumOptionValueIsNotIdentifier)
 TEST_F (ValidationErrorTest, EnumOptionValueIsNotEnumValueName)
 TEST_F (ValidationErrorTest, EnumOptionValueIsSiblingEnumValueName)
 TEST_F (ValidationErrorTest, StringOptionValueIsNotString)
 TEST_F (ValidationErrorTest, TryingToSetMessageValuedOption)
 TEST_F (ValidationErrorTest, NotLiteImportsLite)
 TEST_F (ValidationErrorTest, LiteExtendsNotLite)
 TEST_F (ValidationErrorTest, NoLiteServices)
 TEST_F (ValidationErrorTest, RollbackAfterError)
 TEST_F (ValidationErrorTest, ErrorsReportedToLogError)
 TEST_F (DatabaseBackedPoolTest, FindFileByName)
 TEST_F (DatabaseBackedPoolTest, FindDependencyBeforeDependent)
 TEST_F (DatabaseBackedPoolTest, FindDependentBeforeDependency)
 TEST_F (DatabaseBackedPoolTest, FindFileContainingSymbol)
 TEST_F (DatabaseBackedPoolTest, FindMessageTypeByName)
 TEST_F (DatabaseBackedPoolTest, FindExtensionByNumber)
 TEST_F (DatabaseBackedPoolTest, FindAllExtensions)
 TEST_F (DatabaseBackedPoolTest, ErrorWithoutErrorCollector)
 TEST_F (DatabaseBackedPoolTest, ErrorWithErrorCollector)
 TEST_F (DatabaseBackedPoolTest, UnittestProto)
 TEST_F (DatabaseBackedPoolTest, DoesntRetryDbUnnecessarily)
 TEST_F (DatabaseBackedPoolTest, DoesntReloadFilesUncesessarily)
 TEST_F (DatabaseBackedPoolTest, DoesntReloadKnownBadFiles)
 TEST_F (DatabaseBackedPoolTest, DoesntFallbackOnWrongType)

Function Documentation

void google::protobuf::descriptor_unittest::AddEmptyEnum ( FileDescriptorProto *  file,
const string &  name 
)
EnumDescriptorProto* google::protobuf::descriptor_unittest::AddEnum ( FileDescriptorProto *  file,
const string &  name 
)
EnumValueDescriptorProto* google::protobuf::descriptor_unittest::AddEnumValue ( EnumDescriptorProto *  enum_proto,
const string &  name,
int  number 
)
FieldDescriptorProto* google::protobuf::descriptor_unittest::AddExtension ( FileDescriptorProto *  file,
const string &  extendee,
const string &  name,
int  number,
FieldDescriptorProto::Label  label,
FieldDescriptorProto::Type  type 
)
DescriptorProto::ExtensionRange* google::protobuf::descriptor_unittest::AddExtensionRange ( DescriptorProto *  parent,
int  start,
int  end 
)
FieldDescriptorProto* google::protobuf::descriptor_unittest::AddField ( DescriptorProto *  parent,
const string &  name,
int  number,
FieldDescriptorProto::Label  label,
FieldDescriptorProto::Type  type 
)
DescriptorProto* google::protobuf::descriptor_unittest::AddMessage ( FileDescriptorProto *  file,
const string &  name 
)
MethodDescriptorProto* google::protobuf::descriptor_unittest::AddMethod ( ServiceDescriptorProto *  service,
const string &  name,
const string &  input_type,
const string &  output_type 
)
EnumDescriptorProto* google::protobuf::descriptor_unittest::AddNestedEnum ( DescriptorProto *  parent,
const string &  name 
)
FieldDescriptorProto* google::protobuf::descriptor_unittest::AddNestedExtension ( DescriptorProto *  parent,
const string &  extendee,
const string &  name,
int  number,
FieldDescriptorProto::Label  label,
FieldDescriptorProto::Type  type 
)
DescriptorProto* google::protobuf::descriptor_unittest::AddNestedMessage ( DescriptorProto *  parent,
const string &  name 
)
ServiceDescriptorProto* google::protobuf::descriptor_unittest::AddService ( FileDescriptorProto *  file,
const string &  name 
)
google::protobuf::descriptor_unittest::TEST ( CustomOptions  ,
OptionLocations   
)
google::protobuf::descriptor_unittest::TEST ( CustomOptions  ,
OptionTypes   
)
google::protobuf::descriptor_unittest::TEST ( CustomOptions  ,
ComplexExtensionOptions   
)
google::protobuf::descriptor_unittest::TEST ( CustomOptions  ,
OptionsFromOtherFile   
)
google::protobuf::descriptor_unittest::TEST ( CustomOptions  ,
MessageOptionThreeFieldsSet   
)
google::protobuf::descriptor_unittest::TEST_F ( FileDescriptorTest  ,
Name   
)
google::protobuf::descriptor_unittest::TEST_F ( FileDescriptorTest  ,
Package   
)
google::protobuf::descriptor_unittest::TEST_F ( FileDescriptorTest  ,
Dependencies   
)
google::protobuf::descriptor_unittest::TEST_F ( FileDescriptorTest  ,
FindMessageTypeByName   
)
google::protobuf::descriptor_unittest::TEST_F ( FileDescriptorTest  ,
FindEnumTypeByName   
)
google::protobuf::descriptor_unittest::TEST_F ( FileDescriptorTest  ,
FindEnumValueByName   
)
google::protobuf::descriptor_unittest::TEST_F ( FileDescriptorTest  ,
FindServiceByName   
)
google::protobuf::descriptor_unittest::TEST_F ( FileDescriptorTest  ,
FindExtensionByName   
)
google::protobuf::descriptor_unittest::TEST_F ( FileDescriptorTest  ,
FindExtensionByNumber   
)
google::protobuf::descriptor_unittest::TEST_F ( FileDescriptorTest  ,
BuildAgain   
)
google::protobuf::descriptor_unittest::TEST_F ( DescriptorTest  ,
Name   
)
google::protobuf::descriptor_unittest::TEST_F ( DescriptorTest  ,
ContainingType   
)
google::protobuf::descriptor_unittest::TEST_F ( DescriptorTest  ,
FieldsByIndex   
)
google::protobuf::descriptor_unittest::TEST_F ( DescriptorTest  ,
FindFieldByName   
)
google::protobuf::descriptor_unittest::TEST_F ( DescriptorTest  ,
FindFieldByNumber   
)
google::protobuf::descriptor_unittest::TEST_F ( DescriptorTest  ,
FieldName   
)
google::protobuf::descriptor_unittest::TEST_F ( DescriptorTest  ,
FieldFullName   
)
google::protobuf::descriptor_unittest::TEST_F ( DescriptorTest  ,
FieldFile   
)
google::protobuf::descriptor_unittest::TEST_F ( DescriptorTest  ,
FieldIndex   
)
google::protobuf::descriptor_unittest::TEST_F ( DescriptorTest  ,
FieldNumber   
)
google::protobuf::descriptor_unittest::TEST_F ( DescriptorTest  ,
FieldType   
)
google::protobuf::descriptor_unittest::TEST_F ( DescriptorTest  ,
FieldLabel   
)
google::protobuf::descriptor_unittest::TEST_F ( DescriptorTest  ,
FieldHasDefault   
)
google::protobuf::descriptor_unittest::TEST_F ( DescriptorTest  ,
FieldContainingType   
)
google::protobuf::descriptor_unittest::TEST_F ( DescriptorTest  ,
FieldMessageType   
)
google::protobuf::descriptor_unittest::TEST_F ( DescriptorTest  ,
FieldEnumType   
)
google::protobuf::descriptor_unittest::TEST_F ( StylizedFieldNamesTest  ,
LowercaseName   
)
google::protobuf::descriptor_unittest::TEST_F ( StylizedFieldNamesTest  ,
CamelcaseName   
)
google::protobuf::descriptor_unittest::TEST_F ( StylizedFieldNamesTest  ,
FindByLowercaseName   
)
google::protobuf::descriptor_unittest::TEST_F ( StylizedFieldNamesTest  ,
FindByCamelcaseName   
)
google::protobuf::descriptor_unittest::TEST_F ( EnumDescriptorTest  ,
Name   
)
google::protobuf::descriptor_unittest::TEST_F ( EnumDescriptorTest  ,
ContainingType   
)
google::protobuf::descriptor_unittest::TEST_F ( EnumDescriptorTest  ,
ValuesByIndex   
)
google::protobuf::descriptor_unittest::TEST_F ( EnumDescriptorTest  ,
FindValueByName   
)
google::protobuf::descriptor_unittest::TEST_F ( EnumDescriptorTest  ,
FindValueByNumber   
)
google::protobuf::descriptor_unittest::TEST_F ( EnumDescriptorTest  ,
ValueName   
)
google::protobuf::descriptor_unittest::TEST_F ( EnumDescriptorTest  ,
ValueFullName   
)
google::protobuf::descriptor_unittest::TEST_F ( EnumDescriptorTest  ,
ValueIndex   
)
google::protobuf::descriptor_unittest::TEST_F ( EnumDescriptorTest  ,
ValueNumber   
)
google::protobuf::descriptor_unittest::TEST_F ( EnumDescriptorTest  ,
ValueType   
)
google::protobuf::descriptor_unittest::TEST_F ( ServiceDescriptorTest  ,
Name   
)
google::protobuf::descriptor_unittest::TEST_F ( ServiceDescriptorTest  ,
MethodsByIndex   
)
google::protobuf::descriptor_unittest::TEST_F ( ServiceDescriptorTest  ,
FindMethodByName   
)
google::protobuf::descriptor_unittest::TEST_F ( ServiceDescriptorTest  ,
MethodName   
)
google::protobuf::descriptor_unittest::TEST_F ( ServiceDescriptorTest  ,
MethodFullName   
)
google::protobuf::descriptor_unittest::TEST_F ( ServiceDescriptorTest  ,
MethodIndex   
)
google::protobuf::descriptor_unittest::TEST_F ( ServiceDescriptorTest  ,
MethodParent   
)
google::protobuf::descriptor_unittest::TEST_F ( ServiceDescriptorTest  ,
MethodInputType   
)
google::protobuf::descriptor_unittest::TEST_F ( ServiceDescriptorTest  ,
MethodOutputType   
)
google::protobuf::descriptor_unittest::TEST_F ( NestedDescriptorTest  ,
MessageName   
)
google::protobuf::descriptor_unittest::TEST_F ( NestedDescriptorTest  ,
MessageContainingType   
)
google::protobuf::descriptor_unittest::TEST_F ( NestedDescriptorTest  ,
NestedMessagesByIndex   
)
google::protobuf::descriptor_unittest::TEST_F ( NestedDescriptorTest  ,
FindFieldByNameDoesntFindNestedTypes   
)
google::protobuf::descriptor_unittest::TEST_F ( NestedDescriptorTest  ,
FindNestedTypeByName   
)
google::protobuf::descriptor_unittest::TEST_F ( NestedDescriptorTest  ,
EnumName   
)
google::protobuf::descriptor_unittest::TEST_F ( NestedDescriptorTest  ,
EnumContainingType   
)
google::protobuf::descriptor_unittest::TEST_F ( NestedDescriptorTest  ,
NestedEnumsByIndex   
)
google::protobuf::descriptor_unittest::TEST_F ( NestedDescriptorTest  ,
FindEnumTypeByName   
)
google::protobuf::descriptor_unittest::TEST_F ( NestedDescriptorTest  ,
FindEnumValueByName   
)
google::protobuf::descriptor_unittest::TEST_F ( ExtensionDescriptorTest  ,
ExtensionRanges   
)
google::protobuf::descriptor_unittest::TEST_F ( ExtensionDescriptorTest  ,
Extensions   
)
google::protobuf::descriptor_unittest::TEST_F ( ExtensionDescriptorTest  ,
IsExtensionNumber   
)
google::protobuf::descriptor_unittest::TEST_F ( ExtensionDescriptorTest  ,
FindExtensionByName   
)
google::protobuf::descriptor_unittest::TEST_F ( ExtensionDescriptorTest  ,
FindAllExtensions   
)
google::protobuf::descriptor_unittest::TEST_F ( MiscTest  ,
CppTypes   
)
google::protobuf::descriptor_unittest::TEST_F ( MiscTest  ,
DefaultValues   
)
google::protobuf::descriptor_unittest::TEST_F ( MiscTest  ,
FieldOptions   
)
google::protobuf::descriptor_unittest::TEST_F ( AllowUnknownDependenciesTest  ,
PlaceholderFile   
)
google::protobuf::descriptor_unittest::TEST_F ( AllowUnknownDependenciesTest  ,
PlaceholderTypes   
)
google::protobuf::descriptor_unittest::TEST_F ( AllowUnknownDependenciesTest  ,
CopyTo   
)
google::protobuf::descriptor_unittest::TEST_F ( AllowUnknownDependenciesTest  ,
CustomOptions   
)
google::protobuf::descriptor_unittest::TEST_F ( AllowUnknownDependenciesTest  ,
UnknownExtendee   
)
google::protobuf::descriptor_unittest::TEST_F ( AllowUnknownDependenciesTest  ,
CustomOption   
)
google::protobuf::descriptor_unittest::TEST_F ( ValidationErrorTest  ,
AlreadyDefined   
)
google::protobuf::descriptor_unittest::TEST_F ( ValidationErrorTest  ,
AlreadyDefinedInPackage   
)
google::protobuf::descriptor_unittest::TEST_F ( ValidationErrorTest  ,
AlreadyDefinedInOtherFile   
)
google::protobuf::descriptor_unittest::TEST_F ( ValidationErrorTest  ,
PackageAlreadyDefined   
)
google::protobuf::descriptor_unittest::TEST_F ( ValidationErrorTest  ,
EnumValueAlreadyDefinedInParent   
)
google::protobuf::descriptor_unittest::TEST_F ( ValidationErrorTest  ,
EnumValueAlreadyDefinedInParentNonGlobal   
)
google::protobuf::descriptor_unittest::TEST_F ( ValidationErrorTest  ,
MissingName   
)
google::protobuf::descriptor_unittest::TEST_F ( ValidationErrorTest  ,
InvalidName   
)
google::protobuf::descriptor_unittest::TEST_F ( ValidationErrorTest  ,
InvalidPackageName   
)
google::protobuf::descriptor_unittest::TEST_F ( ValidationErrorTest  ,
MissingFileName   
)
google::protobuf::descriptor_unittest::TEST_F ( ValidationErrorTest  ,
DupeDependency   
)
google::protobuf::descriptor_unittest::TEST_F ( ValidationErrorTest  ,
UnknownDependency   
)
google::protobuf::descriptor_unittest::TEST_F ( ValidationErrorTest  ,
ForeignUnimportedPackageNoCrash   
)
google::protobuf::descriptor_unittest::TEST_F ( ValidationErrorTest  ,
DupeFile   
)
google::protobuf::descriptor_unittest::TEST_F ( ValidationErrorTest  ,
FieldInExtensionRange   
)
google::protobuf::descriptor_unittest::TEST_F ( ValidationErrorTest  ,
OverlappingExtensionRanges   
)
google::protobuf::descriptor_unittest::TEST_F ( ValidationErrorTest  ,
InvalidDefaults   
)
google::protobuf::descriptor_unittest::TEST_F ( ValidationErrorTest  ,
NegativeFieldNumber   
)
google::protobuf::descriptor_unittest::TEST_F ( ValidationErrorTest  ,
HugeFieldNumber   
)
google::protobuf::descriptor_unittest::TEST_F ( ValidationErrorTest  ,
ReservedFieldNumber   
)
google::protobuf::descriptor_unittest::TEST_F ( ValidationErrorTest  ,
ExtensionMissingExtendee   
)
google::protobuf::descriptor_unittest::TEST_F ( ValidationErrorTest  ,
NonExtensionWithExtendee   
)
google::protobuf::descriptor_unittest::TEST_F ( ValidationErrorTest  ,
FieldNumberConflict   
)
google::protobuf::descriptor_unittest::TEST_F ( ValidationErrorTest  ,
BadMessageSetExtensionType   
)
google::protobuf::descriptor_unittest::TEST_F ( ValidationErrorTest  ,
BadMessageSetExtensionLabel   
)
google::protobuf::descriptor_unittest::TEST_F ( ValidationErrorTest  ,
FieldInMessageSet   
)
google::protobuf::descriptor_unittest::TEST_F ( ValidationErrorTest  ,
NegativeExtensionRangeNumber   
)
google::protobuf::descriptor_unittest::TEST_F ( ValidationErrorTest  ,
HugeExtensionRangeNumber   
)
google::protobuf::descriptor_unittest::TEST_F ( ValidationErrorTest  ,
ExtensionRangeEndBeforeStart   
)
google::protobuf::descriptor_unittest::TEST_F ( ValidationErrorTest  ,
EmptyEnum   
)
google::protobuf::descriptor_unittest::TEST_F ( ValidationErrorTest  ,
UndefinedExtendee   
)
google::protobuf::descriptor_unittest::TEST_F ( ValidationErrorTest  ,
NonMessageExtendee   
)
google::protobuf::descriptor_unittest::TEST_F ( ValidationErrorTest  ,
NotAnExtensionNumber   
)
google::protobuf::descriptor_unittest::TEST_F ( ValidationErrorTest  ,
UndefinedFieldType   
)
google::protobuf::descriptor_unittest::TEST_F ( ValidationErrorTest  ,
FieldTypeDefinedInUndeclaredDependency   
)
google::protobuf::descriptor_unittest::TEST_F ( ValidationErrorTest  ,
SearchMostLocalFirst   
)
google::protobuf::descriptor_unittest::TEST_F ( ValidationErrorTest  ,
SearchMostLocalFirst2   
)
google::protobuf::descriptor_unittest::TEST_F ( ValidationErrorTest  ,
PackageOriginallyDeclaredInTransitiveDependent   
)
google::protobuf::descriptor_unittest::TEST_F ( ValidationErrorTest  ,
FieldTypeNotAType   
)
google::protobuf::descriptor_unittest::TEST_F ( ValidationErrorTest  ,
RelativeFieldTypeNotAType   
)
google::protobuf::descriptor_unittest::TEST_F ( ValidationErrorTest  ,
FieldTypeMayBeItsName   
)
google::protobuf::descriptor_unittest::TEST_F ( ValidationErrorTest  ,
EnumFieldTypeIsMessage   
)
google::protobuf::descriptor_unittest::TEST_F ( ValidationErrorTest  ,
MessageFieldTypeIsEnum   
)
google::protobuf::descriptor_unittest::TEST_F ( ValidationErrorTest  ,
BadEnumDefaultValue   
)
google::protobuf::descriptor_unittest::TEST_F ( ValidationErrorTest  ,
PrimitiveWithTypeName   
)
google::protobuf::descriptor_unittest::TEST_F ( ValidationErrorTest  ,
NonPrimitiveWithoutTypeName   
)
google::protobuf::descriptor_unittest::TEST_F ( ValidationErrorTest  ,
InputTypeNotDefined   
)
google::protobuf::descriptor_unittest::TEST_F ( ValidationErrorTest  ,
InputTypeNotAMessage   
)
google::protobuf::descriptor_unittest::TEST_F ( ValidationErrorTest  ,
OutputTypeNotDefined   
)
google::protobuf::descriptor_unittest::TEST_F ( ValidationErrorTest  ,
OutputTypeNotAMessage   
)
google::protobuf::descriptor_unittest::TEST_F ( ValidationErrorTest  ,
IllegalPackedField   
)
google::protobuf::descriptor_unittest::TEST_F ( ValidationErrorTest  ,
OptionWrongType   
)
google::protobuf::descriptor_unittest::TEST_F ( ValidationErrorTest  ,
OptionExtendsAtomicType   
)
google::protobuf::descriptor_unittest::TEST_F ( ValidationErrorTest  ,
DupOption   
)
google::protobuf::descriptor_unittest::TEST_F ( ValidationErrorTest  ,
InvalidOptionName   
)
google::protobuf::descriptor_unittest::TEST_F ( ValidationErrorTest  ,
RepeatedOption   
)
google::protobuf::descriptor_unittest::TEST_F ( ValidationErrorTest  ,
CustomOptionConflictingFieldNumber   
)
google::protobuf::descriptor_unittest::TEST_F ( ValidationErrorTest  ,
Int32OptionValueOutOfPositiveRange   
)
google::protobuf::descriptor_unittest::TEST_F ( ValidationErrorTest  ,
Int32OptionValueOutOfNegativeRange   
)
google::protobuf::descriptor_unittest::TEST_F ( ValidationErrorTest  ,
Int32OptionValueIsNotPositiveInt   
)
google::protobuf::descriptor_unittest::TEST_F ( ValidationErrorTest  ,
Int64OptionValueOutOfRange   
)
google::protobuf::descriptor_unittest::TEST_F ( ValidationErrorTest  ,
Int64OptionValueIsNotPositiveInt   
)
google::protobuf::descriptor_unittest::TEST_F ( ValidationErrorTest  ,
UInt32OptionValueOutOfRange   
)
google::protobuf::descriptor_unittest::TEST_F ( ValidationErrorTest  ,
UInt32OptionValueIsNotPositiveInt   
)
google::protobuf::descriptor_unittest::TEST_F ( ValidationErrorTest  ,
UInt64OptionValueIsNotPositiveInt   
)
google::protobuf::descriptor_unittest::TEST_F ( ValidationErrorTest  ,
FloatOptionValueIsNotNumber   
)
google::protobuf::descriptor_unittest::TEST_F ( ValidationErrorTest  ,
DoubleOptionValueIsNotNumber   
)
google::protobuf::descriptor_unittest::TEST_F ( ValidationErrorTest  ,
BoolOptionValueIsNotTrueOrFalse   
)
google::protobuf::descriptor_unittest::TEST_F ( ValidationErrorTest  ,
EnumOptionValueIsNotIdentifier   
)
google::protobuf::descriptor_unittest::TEST_F ( ValidationErrorTest  ,
EnumOptionValueIsNotEnumValueName   
)
google::protobuf::descriptor_unittest::TEST_F ( ValidationErrorTest  ,
EnumOptionValueIsSiblingEnumValueName   
)
google::protobuf::descriptor_unittest::TEST_F ( ValidationErrorTest  ,
StringOptionValueIsNotString   
)
google::protobuf::descriptor_unittest::TEST_F ( ValidationErrorTest  ,
TryingToSetMessageValuedOption   
)
google::protobuf::descriptor_unittest::TEST_F ( ValidationErrorTest  ,
NotLiteImportsLite   
)
google::protobuf::descriptor_unittest::TEST_F ( ValidationErrorTest  ,
LiteExtendsNotLite   
)
google::protobuf::descriptor_unittest::TEST_F ( ValidationErrorTest  ,
NoLiteServices   
)
google::protobuf::descriptor_unittest::TEST_F ( ValidationErrorTest  ,
RollbackAfterError   
)
google::protobuf::descriptor_unittest::TEST_F ( ValidationErrorTest  ,
ErrorsReportedToLogError   
)
google::protobuf::descriptor_unittest::TEST_F ( DatabaseBackedPoolTest  ,
FindFileByName   
)
google::protobuf::descriptor_unittest::TEST_F ( DatabaseBackedPoolTest  ,
FindDependencyBeforeDependent   
)
google::protobuf::descriptor_unittest::TEST_F ( DatabaseBackedPoolTest  ,
FindDependentBeforeDependency   
)
google::protobuf::descriptor_unittest::TEST_F ( DatabaseBackedPoolTest  ,
FindFileContainingSymbol   
)
google::protobuf::descriptor_unittest::TEST_F ( DatabaseBackedPoolTest  ,
FindMessageTypeByName   
)
google::protobuf::descriptor_unittest::TEST_F ( DatabaseBackedPoolTest  ,
FindExtensionByNumber   
)
google::protobuf::descriptor_unittest::TEST_F ( DatabaseBackedPoolTest  ,
FindAllExtensions   
)
google::protobuf::descriptor_unittest::TEST_F ( DatabaseBackedPoolTest  ,
ErrorWithoutErrorCollector   
)
google::protobuf::descriptor_unittest::TEST_F ( DatabaseBackedPoolTest  ,
ErrorWithErrorCollector   
)
google::protobuf::descriptor_unittest::TEST_F ( DatabaseBackedPoolTest  ,
UnittestProto   
)
google::protobuf::descriptor_unittest::TEST_F ( DatabaseBackedPoolTest  ,
DoesntRetryDbUnnecessarily   
)
google::protobuf::descriptor_unittest::TEST_F ( DatabaseBackedPoolTest  ,
DoesntReloadFilesUncesessarily   
)
google::protobuf::descriptor_unittest::TEST_F ( DatabaseBackedPoolTest  ,
DoesntReloadKnownBadFiles   
)
google::protobuf::descriptor_unittest::TEST_F ( DatabaseBackedPoolTest  ,
DoesntFallbackOnWrongType   
)
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines