![]()  | 
  
    AlexaClientSDK
    3.0.0
    
   A cross-platform, modular SDK for interacting with the Alexa Voice Service 
   | 
 
Classes | |
| class | AClass | 
| class | AllArgsHelper | 
| struct | AStruct | 
| class | BacktrackingBPMTest | 
| class | Base | 
| class | BipartiteNonSquareTest | 
| class | BipartiteRandomTest | 
| class | BipartiteTest | 
| class | ConstPropagatingPtr | 
| struct | ConvertibleFromAny | 
| class | ConvertibleToBool | 
| class | Derived | 
| class | DerivedClass | 
| struct | DerivedStruct | 
| class | DivisibleByImpl | 
| class | EvenMatcherImpl | 
| class | FloatingPointNearTest | 
| class | FloatingPointTest | 
| struct | Functor | 
| class | GreaterThanMatcher | 
| struct | IntReferenceWrapper | 
| class | IntValue | 
| class | IsGreaterThan | 
| class | IsHalfOfMatcher | 
| class | NewEvenMatcherImpl | 
| class | NotCopyable | 
| class | OtherDerived | 
| struct | PolymorphicFunctor | 
| class | PolymorphicIsEvenImpl | 
| class | ReferencesBarOrIsZeroImpl | 
| struct | ReferencingFunctor | 
| class | Streamlike | 
| struct | Type | 
| class | Uncopyable | 
| class | UnorderedElementsAreTest | 
| class | Unprintable | 
Typedefs | |
| typedef ::testing::tuple< long, int > | Tuple2 | 
| typedef FloatingPointTest< float > | FloatTest | 
| typedef FloatingPointNearTest< float > | FloatNearTest | 
| typedef FloatingPointTest< double > | DoubleTest | 
| typedef FloatingPointNearTest< double > | DoubleNearTest | 
Functions | |
| Matcher< int > | GreaterThan (int n) | 
| string | OfType (const string &type_name) | 
| template<typename T > | |
| string | Describe (const Matcher< T > &m) | 
| template<typename T > | |
| string | DescribeNegation (const Matcher< T > &m) | 
| template<typename MatcherType , typename Value > | |
| string | Explain (const MatcherType &m, const Value &x) | 
| TEST (MatchResultListenerTest, StreamingWorks) | |
| TEST (MatchResultListenerTest, CanAccessUnderlyingStream) | |
| TEST (MatchResultListenerTest, IsInterestedWorks) | |
| TEST (MatcherInterfaceTest, CanBeImplementedUsingPublishedAPI) | |
| TEST (MatcherInterfaceTest, CanBeImplementedUsingNewAPI) | |
| TEST (MatcherTest, CanBeDefaultConstructed) | |
| TEST (MatcherTest, CanBeConstructedFromMatcherInterface) | |
| TEST (MatcherTest, CanBeImplicitlyConstructedFromValue) | |
| TEST (MatcherTest, CanBeImplicitlyConstructedFromNULL) | |
| TEST (MatcherTest, IsCopyable) | |
| TEST (MatcherTest, CanDescribeItself) | |
| TEST (MatcherTest, MatchAndExplain) | |
| TEST (StringMatcherTest, CanBeImplicitlyConstructedFromCStringLiteral) | |
| TEST (StringMatcherTest, CanBeImplicitlyConstructedFromString) | |
| TEST (MakeMatcherTest, ConstructsMatcherFromMatcherInterface) | |
| PolymorphicMatcher< ReferencesBarOrIsZeroImpl > | ReferencesBarOrIsZero () | 
| TEST (MakePolymorphicMatcherTest, ConstructsMatcherUsingOldAPI) | |
| PolymorphicMatcher< PolymorphicIsEvenImpl > | PolymorphicIsEven () | 
| TEST (MakePolymorphicMatcherTest, ConstructsMatcherUsingNewAPI) | |
| TEST (MatcherCastTest, FromPolymorphicMatcher) | |
| bool | IsPositiveIntValue (const IntValue &foo) | 
| TEST (MatcherCastTest, FromCompatibleType) | |
| TEST (MatcherCastTest, FromConstReferenceToNonReference) | |
| TEST (MatcherCastTest, FromReferenceToNonReference) | |
| TEST (MatcherCastTest, FromNonReferenceToConstReference) | |
| TEST (MatcherCastTest, FromNonReferenceToReference) | |
| TEST (MatcherCastTest, FromSameType) | |
| bool | operator== (const ConvertibleFromAny &a, const ConvertibleFromAny &b) | 
| ostream & | operator<< (ostream &os, const ConvertibleFromAny &a) | 
| TEST (MatcherCastTest, ConversionConstructorIsUsed) | |
| TEST (MatcherCastTest, FromConvertibleFromAny) | |
| bool | operator== (const IntReferenceWrapper &a, const IntReferenceWrapper &b) | 
| TEST (MatcherCastTest, ValueIsNotCopied) | |
| TEST (SafeMatcherCastTest, FromPolymorphicMatcher) | |
| TEST (SafeMatcherCastTest, FromLosslesslyConvertibleArithmeticType) | |
| TEST (SafeMatcherCastTest, FromBaseClass) | |
| TEST (SafeMatcherCastTest, FromConstReferenceToReference) | |
| TEST (SafeMatcherCastTest, FromNonReferenceToConstReference) | |
| TEST (SafeMatcherCastTest, FromNonReferenceToReference) | |
| TEST (SafeMatcherCastTest, FromSameType) | |
| TEST (SafeMatcherCastTest, ConversionConstructorIsUsed) | |
| TEST (SafeMatcherCastTest, FromConvertibleFromAny) | |
| TEST (SafeMatcherCastTest, ValueIsNotCopied) | |
| TEST (ExpectThat, TakesLiterals) | |
| TEST (ExpectThat, TakesFunctions) | |
| TEST (ATest, MatchesAnyValue) | |
| TEST (ATest, WorksForDerivedClass) | |
| TEST (ATest, CanDescribeSelf) | |
| TEST (AnTest, MatchesAnyValue) | |
| TEST (AnTest, CanDescribeSelf) | |
| TEST (UnderscoreTest, MatchesAnyValue) | |
| TEST (UnderscoreTest, CanDescribeSelf) | |
| TEST (EqTest, MatchesEqualValue) | |
| bool | operator== (const Unprintable &, const Unprintable &) | 
| TEST (EqTest, CanDescribeSelf) | |
| TEST (EqTest, IsPolymorphic) | |
| TEST (TypedEqTest, ChecksEqualityForGivenType) | |
| TEST (TypedEqTest, CanDescribeSelf) | |
| TEST (TypedEqTest, HasSpecifiedType) | |
| TEST (GeTest, ImplementsGreaterThanOrEqual) | |
| TEST (GeTest, CanDescribeSelf) | |
| TEST (GtTest, ImplementsGreaterThan) | |
| TEST (GtTest, CanDescribeSelf) | |
| TEST (LeTest, ImplementsLessThanOrEqual) | |
| TEST (LeTest, CanDescribeSelf) | |
| TEST (LtTest, ImplementsLessThan) | |
| TEST (LtTest, CanDescribeSelf) | |
| TEST (NeTest, ImplementsNotEqual) | |
| TEST (NeTest, CanDescribeSelf) | |
| TEST (IsNullTest, MatchesNullPointer) | |
| TEST (IsNullTest, LinkedPtr) | |
| TEST (IsNullTest, ReferenceToConstLinkedPtr) | |
| TEST (IsNullTest, CanDescribeSelf) | |
| TEST (NotNullTest, MatchesNonNullPointer) | |
| TEST (NotNullTest, LinkedPtr) | |
| TEST (NotNullTest, ReferenceToConstLinkedPtr) | |
| TEST (NotNullTest, CanDescribeSelf) | |
| TEST (RefTest, MatchesSameVariable) | |
| TEST (RefTest, CanDescribeSelf) | |
| TEST (RefTest, CanBeUsedAsMatcherForConstReference) | |
| TEST (RefTest, IsCovariant) | |
| TEST (RefTest, ExplainsResult) | |
| TEST (StrEqTest, MatchesEqualString) | |
| TEST (StrEqTest, CanDescribeSelf) | |
| TEST (StrNeTest, MatchesUnequalString) | |
| TEST (StrNeTest, CanDescribeSelf) | |
| TEST (StrCaseEqTest, MatchesEqualStringIgnoringCase) | |
| TEST (StrCaseEqTest, MatchesEqualStringWith0IgnoringCase) | |
| TEST (StrCaseEqTest, CanDescribeSelf) | |
| TEST (StrCaseNeTest, MatchesUnequalStringIgnoringCase) | |
| TEST (StrCaseNeTest, CanDescribeSelf) | |
| TEST (HasSubstrTest, WorksForStringClasses) | |
| TEST (HasSubstrTest, WorksForCStrings) | |
| TEST (HasSubstrTest, CanDescribeSelf) | |
| TEST (KeyTest, CanDescribeSelf) | |
| TEST (KeyTest, ExplainsResult) | |
| TEST (KeyTest, MatchesCorrectly) | |
| TEST (KeyTest, SafelyCastsInnerMatcher) | |
| TEST (KeyTest, InsideContainsUsingMap) | |
| TEST (KeyTest, InsideContainsUsingMultimap) | |
| TEST (PairTest, Typing) | |
| TEST (PairTest, CanDescribeSelf) | |
| TEST (PairTest, CanExplainMatchResultTo) | |
| TEST (PairTest, MatchesCorrectly) | |
| TEST (PairTest, SafelyCastsInnerMatchers) | |
| TEST (PairTest, InsideContainsUsingMap) | |
| TEST (StartsWithTest, MatchesStringWithGivenPrefix) | |
| TEST (StartsWithTest, CanDescribeSelf) | |
| TEST (EndsWithTest, MatchesStringWithGivenSuffix) | |
| TEST (EndsWithTest, CanDescribeSelf) | |
| TEST (MatchesRegexTest, MatchesStringMatchingGivenRegex) | |
| TEST (MatchesRegexTest, CanDescribeSelf) | |
| TEST (ContainsRegexTest, MatchesStringContainingGivenRegex) | |
| TEST (ContainsRegexTest, CanDescribeSelf) | |
| TEST (Eq2Test, MatchesEqualArguments) | |
| TEST (Eq2Test, CanDescribeSelf) | |
| TEST (Ge2Test, MatchesGreaterThanOrEqualArguments) | |
| TEST (Ge2Test, CanDescribeSelf) | |
| TEST (Gt2Test, MatchesGreaterThanArguments) | |
| TEST (Gt2Test, CanDescribeSelf) | |
| TEST (Le2Test, MatchesLessThanOrEqualArguments) | |
| TEST (Le2Test, CanDescribeSelf) | |
| TEST (Lt2Test, MatchesLessThanArguments) | |
| TEST (Lt2Test, CanDescribeSelf) | |
| TEST (Ne2Test, MatchesUnequalArguments) | |
| TEST (Ne2Test, CanDescribeSelf) | |
| TEST (NotTest, NegatesMatcher) | |
| TEST (NotTest, CanDescribeSelf) | |
| TEST (NotTest, NotMatcherSafelyCastsMonomorphicMatchers) | |
| void | AllOfMatches (int num, const Matcher< int > &m) | 
| TEST (AllOfTest, MatchesWhenAllMatch) | |
| TEST (AllOfTest, CanDescribeSelf) | |
| TEST (AllOfTest, CanDescribeNegation) | |
| TEST (AllOfTest, AllOfMatcherSafelyCastsMonomorphicMatchers) | |
| TEST (AllOfTest, ExplainsResult) | |
| void | AnyOfMatches (int num, const Matcher< int > &m) | 
| TEST (AnyOfTest, MatchesWhenAnyMatches) | |
| TEST (AnyOfTest, CanDescribeSelf) | |
| TEST (AnyOfTest, CanDescribeNegation) | |
| TEST (AnyOfTest, AnyOfMatcherSafelyCastsMonomorphicMatchers) | |
| TEST (AnyOfTest, ExplainsResult) | |
| int | IsPositive (double x) | 
| bool | ReferencesFooAndIsZero (const int &n) | 
| TEST (TrulyTest, MatchesWhatSatisfiesThePredicate) | |
| TEST (TrulyTest, CanBeUsedWithFunctor) | |
| ConvertibleToBool | IsNotZero (int number) | 
| TEST (TrulyTest, PredicateCanReturnAClassConvertibleToBool) | |
| TEST (TrulyTest, CanDescribeSelf) | |
| TEST (TrulyTest, WorksForByRefArguments) | |
| TEST (MatchesTest, IsSatisfiedByWhatMatchesTheMatcher) | |
| TEST (MatchesTest, WorksOnByRefArguments) | |
| TEST (MatchesTest, WorksWithMatcherOnNonRefType) | |
| TEST (ValueTest, WorksWithPolymorphicMatcher) | |
| TEST (ValueTest, WorksWithMonomorphicMatcher) | |
| TEST (ExplainMatchResultTest, WorksWithPolymorphicMatcher) | |
| TEST (ExplainMatchResultTest, WorksWithMonomorphicMatcher) | |
| MATCHER_P (Really, inner_matcher, "") | |
| TEST (ExplainMatchResultTest, WorksInsideMATCHER) | |
| TEST (AllArgsTest, WorksForTuple) | |
| TEST (AllArgsTest, WorksForNonTuple) | |
| TEST (AllArgsTest, WorksInWithClause) | |
| TEST (MatcherAssertionTest, WorksWhenMatcherIsSatisfied) | |
| TEST (MatcherAssertionTest, WorksWhenMatcherIsNotSatisfied) | |
| TEST (MatcherAssertionTest, WorksForByRefArguments) | |
| TEST (MatcherAssertionTest, WorksForMonomorphicMatcher) | |
| TEST_F (FloatTest, FloatEqApproximatelyMatchesFloats) | |
| TEST_F (FloatTest, NanSensitiveFloatEqApproximatelyMatchesFloats) | |
| TEST_F (FloatTest, FloatEqCannotMatchNaN) | |
| TEST_F (FloatTest, NanSensitiveFloatEqCanMatchNaN) | |
| TEST_F (FloatTest, FloatEqCanDescribeSelf) | |
| TEST_F (FloatTest, NanSensitiveFloatEqCanDescribeSelf) | |
| TEST_F (FloatNearTest, FloatNearMatches) | |
| TEST_F (FloatNearTest, NanSensitiveFloatNearApproximatelyMatchesFloats) | |
| TEST_F (FloatNearTest, FloatNearCanDescribeSelf) | |
| TEST_F (FloatNearTest, NanSensitiveFloatNearCanDescribeSelf) | |
| TEST_F (FloatNearTest, FloatNearCannotMatchNaN) | |
| TEST_F (FloatNearTest, NanSensitiveFloatNearCanMatchNaN) | |
| TEST_F (DoubleTest, DoubleEqApproximatelyMatchesDoubles) | |
| TEST_F (DoubleTest, NanSensitiveDoubleEqApproximatelyMatchesDoubles) | |
| TEST_F (DoubleTest, DoubleEqCannotMatchNaN) | |
| TEST_F (DoubleTest, NanSensitiveDoubleEqCanMatchNaN) | |
| TEST_F (DoubleTest, DoubleEqCanDescribeSelf) | |
| TEST_F (DoubleTest, NanSensitiveDoubleEqCanDescribeSelf) | |
| TEST_F (DoubleNearTest, DoubleNearMatches) | |
| TEST_F (DoubleNearTest, NanSensitiveDoubleNearApproximatelyMatchesDoubles) | |
| TEST_F (DoubleNearTest, DoubleNearCanDescribeSelf) | |
| TEST_F (DoubleNearTest, ExplainsResultWhenMatchFails) | |
| TEST_F (DoubleNearTest, NanSensitiveDoubleNearCanDescribeSelf) | |
| TEST_F (DoubleNearTest, DoubleNearCannotMatchNaN) | |
| TEST_F (DoubleNearTest, NanSensitiveDoubleNearCanMatchNaN) | |
| TEST (PointeeTest, RawPointer) | |
| TEST (PointeeTest, RawPointerToConst) | |
| TEST (PointeeTest, ReferenceToConstRawPointer) | |
| TEST (PointeeTest, ReferenceToNonConstRawPointer) | |
| MATCHER_P (FieldIIs, inner_matcher, "") | |
| TEST (PointeeTest, WorksWithConstPropagatingPointers) | |
| TEST (PointeeTest, NeverMatchesNull) | |
| TEST (PointeeTest, MatchesAgainstAValue) | |
| TEST (PointeeTest, CanDescribeSelf) | |
| TEST (PointeeTest, CanExplainMatchResult) | |
| TEST (PointeeTest, AlwaysExplainsPointee) | |
| bool | ValueIsPositive (const Uncopyable &x) | 
| MATCHER_P (UncopyableIs, inner_matcher, "") | |
| TEST (FieldTest, WorksForNonConstField) | |
| TEST (FieldTest, WorksForConstField) | |
| TEST (FieldTest, WorksForUncopyableField) | |
| TEST (FieldTest, WorksForPointerField) | |
| TEST (FieldTest, WorksForByRefArgument) | |
| TEST (FieldTest, WorksForArgumentOfSubType) | |
| TEST (FieldTest, WorksForCompatibleMatcherType) | |
| TEST (FieldTest, CanDescribeSelf) | |
| TEST (FieldTest, CanExplainMatchResult) | |
| TEST (FieldForPointerTest, WorksForPointerToConst) | |
| TEST (FieldForPointerTest, WorksForPointerToNonConst) | |
| TEST (FieldForPointerTest, WorksForReferenceToConstPointer) | |
| TEST (FieldForPointerTest, DoesNotMatchNull) | |
| TEST (FieldForPointerTest, WorksForArgumentOfSubType) | |
| TEST (FieldForPointerTest, CanDescribeSelf) | |
| TEST (FieldForPointerTest, CanExplainMatchResult) | |
| TEST (PropertyTest, WorksForNonReferenceProperty) | |
| TEST (PropertyTest, WorksForReferenceToConstProperty) | |
| TEST (PropertyTest, WorksForReferenceToNonConstProperty) | |
| TEST (PropertyTest, WorksForByValueArgument) | |
| TEST (PropertyTest, WorksForArgumentOfSubType) | |
| TEST (PropertyTest, WorksForCompatibleMatcherType) | |
| TEST (PropertyTest, CanDescribeSelf) | |
| TEST (PropertyTest, CanExplainMatchResult) | |
| TEST (PropertyForPointerTest, WorksForPointerToConst) | |
| TEST (PropertyForPointerTest, WorksForPointerToNonConst) | |
| TEST (PropertyForPointerTest, WorksForReferenceToConstPointer) | |
| TEST (PropertyForPointerTest, WorksForReferenceToNonConstProperty) | |
| TEST (PropertyForPointerTest, WorksForArgumentOfSubType) | |
| TEST (PropertyForPointerTest, CanDescribeSelf) | |
| TEST (PropertyForPointerTest, CanExplainMatchResult) | |
| string | IntToStringFunction (int input) | 
| TEST (ResultOfTest, WorksForFunctionPointers) | |
| TEST (ResultOfTest, CanDescribeItself) | |
| int | IntFunction (int input) | 
| TEST (ResultOfTest, CanExplainMatchResult) | |
| TEST (ResultOfTest, WorksForNonReferenceResults) | |
| double & | DoubleFunction (double &input) | 
| Uncopyable & | RefUncopyableFunction (Uncopyable &obj) | 
| TEST (ResultOfTest, WorksForReferenceToNonConstResults) | |
| const string & | StringFunction (const string &input) | 
| TEST (ResultOfTest, WorksForReferenceToConstResults) | |
| TEST (ResultOfTest, WorksForCompatibleMatcherTypes) | |
| TEST (ResultOfDeathTest, DiesOnNullFunctionPointers) | |
| TEST (ResultOfTest, WorksForFunctionReferences) | |
| TEST (ResultOfTest, WorksForFunctors) | |
| TEST (ResultOfTest, WorksForPolymorphicFunctors) | |
| const int * | ReferencingFunction (const int &n) | 
| TEST (ResultOfTest, WorksForReferencingCallables) | |
| PolymorphicMatcher< DivisibleByImpl > | DivisibleBy (int n) | 
| TEST (ExplainMatchResultTest, AllOf_False_False) | |
| TEST (ExplainMatchResultTest, AllOf_False_True) | |
| TEST (ExplainMatchResultTest, AllOf_True_False) | |
| TEST (ExplainMatchResultTest, AllOf_True_True) | |
| TEST (ExplainMatchResultTest, AllOf_True_True_2) | |
| TEST (ExplainmatcherResultTest, MonomorphicMatcher) | |
| TEST (ByRefTest, AllowsNotCopyableConstValueInMatchers) | |
| TEST (ByRefTest, AllowsNotCopyableValueInMatchers) | |
| TEST (IsEmptyTest, ImplementsIsEmpty) | |
| TEST (IsEmptyTest, WorksWithString) | |
| TEST (IsEmptyTest, CanDescribeSelf) | |
| TEST (IsEmptyTest, ExplainsResult) | |
| TEST (SizeIsTest, ImplementsSizeIs) | |
| TEST (SizeIsTest, WorksWithMap) | |
| TEST (SizeIsTest, WorksWithReferences) | |
| TEST (SizeIsTest, CanDescribeSelf) | |
| TEST (SizeIsTest, ExplainsResult) | |
| TEST (ContainerEqExtraTest, MultipleValuesMissing) | |
| TEST (ContainerEqExtraTest, MultipleValuesAdded) | |
| TEST (ContainerEqExtraTest, MultipleValuesAddedAndRemoved) | |
| TEST (ContainerEqExtraTest, MultiSetOfIntDuplicateDifference) | |
| TEST (ContainerEqExtraTest, WorksForMaps) | |
| TEST (ContainerEqExtraTest, WorksForNativeArray) | |
| TEST (ContainerEqExtraTest, WorksForTwoDimensionalNativeArray) | |
| TEST (ContainerEqExtraTest, WorksForNativeArrayAsTuple) | |
| TEST (ContainerEqExtraTest, CopiesNativeArrayParameter) | |
| TEST (WhenSortedByTest, WorksForEmptyContainer) | |
| TEST (WhenSortedByTest, WorksForNonEmptyContainer) | |
| TEST (WhenSortedByTest, WorksForNonVectorContainer) | |
| TEST (WhenSortedByTest, WorksForNativeArray) | |
| TEST (WhenSortedByTest, CanDescribeSelf) | |
| TEST (WhenSortedByTest, ExplainsMatchResult) | |
| TEST (WhenSortedTest, WorksForEmptyContainer) | |
| TEST (WhenSortedTest, WorksForNonEmptyContainer) | |
| TEST (WhenSortedTest, WorksForMapTypes) | |
| TEST (WhenSortedTest, WorksForMultiMapTypes) | |
| TEST (WhenSortedTest, WorksForPolymorphicMatcher) | |
| TEST (WhenSortedTest, WorksForVectorConstRefMatcher) | |
| TEST (StreamlikeTest, Iteration) | |
| TEST (BeginEndDistanceIsTest, WorksWithNonStdList) | |
| TEST (BeginEndDistanceIsTest, CanDescribeSelf) | |
| TEST (BeginEndDistanceIsTest, ExplainsResult) | |
| TEST (WhenSortedTest, WorksForStreamlike) | |
| TEST (WhenSortedTest, WorksForVectorConstRefMatcherOnStreamlike) | |
| TEST (ElemensAreStreamTest, WorksForStreamlike) | |
| TEST (ElemensAreArrayStreamTest, WorksForStreamlike) | |
| TEST (ElementsAreTest, WorksWithUncopyable) | |
| TEST (ElementsAreTest, TakesStlContainer) | |
| TEST (UnorderedElementsAreArrayTest, SucceedsWhenExpected) | |
| TEST (UnorderedElementsAreArrayTest, VectorBool) | |
| TEST (UnorderedElementsAreArrayTest, WorksForStreamlike) | |
| TEST (UnorderedElementsAreArrayTest, TakesStlContainer) | |
| TEST_F (UnorderedElementsAreTest, WorksWithUncopyable) | |
| TEST_F (UnorderedElementsAreTest, SucceedsWhenExpected) | |
| TEST_F (UnorderedElementsAreTest, FailsWhenAnElementMatchesNoMatcher) | |
| TEST_F (UnorderedElementsAreTest, WorksForStreamlike) | |
| TEST_F (UnorderedElementsAreTest, Performance) | |
| TEST_F (UnorderedElementsAreTest, PerformanceHalfStrict) | |
| TEST_F (UnorderedElementsAreTest, FailMessageCountWrong) | |
| TEST_F (UnorderedElementsAreTest, FailMessageCountWrongZero) | |
| TEST_F (UnorderedElementsAreTest, FailMessageUnmatchedMatchers) | |
| TEST_F (UnorderedElementsAreTest, FailMessageUnmatchedElements) | |
| TEST_F (UnorderedElementsAreTest, FailMessageUnmatchedMatcherAndElement) | |
| static string | EMString (int element, int matcher) | 
| TEST_F (UnorderedElementsAreTest, FailMessageImperfectMatchOnly) | |
| TEST_F (UnorderedElementsAreTest, Describe) | |
| TEST_F (UnorderedElementsAreTest, DescribeNegation) | |
| template<typename Graph > | |
| ElementMatcherPairs | FindBacktrackingMaxBPM (const Graph &g) | 
| TEST_P (BipartiteTest, Exhaustive) | |
| INSTANTIATE_TEST_CASE_P (AllGraphs, BipartiteTest, ::testing::Range(0, 5)) | |
| TEST_F (BipartiteNonSquareTest, SimpleBacktracking) | |
| TEST_P (BipartiteNonSquareTest, Exhaustive) | |
| INSTANTIATE_TEST_CASE_P (AllGraphs, BipartiteNonSquareTest, testing::Values(std::make_pair(1, 2), std::make_pair(2, 1), std::make_pair(3, 2), std::make_pair(2, 3), std::make_pair(4, 1), std::make_pair(1, 4), std::make_pair(4, 3), std::make_pair(3, 4))) | |
| TEST_P (BipartiteRandomTest, LargerNets) | |
| INSTANTIATE_TEST_CASE_P (Samples, BipartiteRandomTest, testing::Values(std::make_pair(5, 10000), std::make_pair(6, 5000), std::make_pair(7, 2000), std::make_pair(8, 500), std::make_pair(9, 100))) | |
| TEST (IsReadableTypeNameTest, ReturnsTrueForShortNames) | |
| TEST (IsReadableTypeNameTest, ReturnsTrueForLongNonTemplateNonFunctionNames) | |
| TEST (IsReadableTypeNameTest, ReturnsFalseForLongTemplateNames) | |
| TEST (IsReadableTypeNameTest, ReturnsFalseForLongFunctionTypeNames) | |
| TEST (JoinAsTupleTest, JoinsEmptyTuple) | |
| TEST (JoinAsTupleTest, JoinsOneTuple) | |
| TEST (JoinAsTupleTest, JoinsTwoTuple) | |
| TEST (JoinAsTupleTest, JoinsTenTuple) | |
| TEST (FormatMatcherDescriptionTest, WorksForEmptyDescription) | |
| TEST (PolymorphicMatcherTest, CanAccessMutableImpl) | |
| TEST (PolymorphicMatcherTest, CanAccessImpl) | |
| TEST (MatcherTupleTest, ExplainsMatchFailure) | |
| TEST (EachTest, ExplainsMatchResultCorrectly) | |
| TEST (EachTest, DescribesItselfCorrectly) | |
| TEST (EachTest, MatchesVectorWhenAllElementsMatch) | |
| TEST (EachTest, MatchesMapWhenAllElementsMatch) | |
| TEST (EachTest, AcceptsMatcher) | |
| TEST (EachTest, WorksForNativeArrayAsTuple) | |
| PolymorphicMatcher< IsHalfOfMatcher > | IsHalfOf () | 
| TEST (PointwiseTest, DescribesSelf) | |
| TEST (PointwiseTest, MakesCopyOfRhs) | |
| TEST (PointwiseTest, WorksForLhsNativeArray) | |
| TEST (PointwiseTest, WorksForRhsNativeArray) | |
| TEST (PointwiseTest, RejectsWrongSize) | |
| TEST (PointwiseTest, RejectsWrongContent) | |
| TEST (PointwiseTest, AcceptsCorrectContent) | |
| TEST (PointwiseTest, AllowsMonomorphicInnerMatcher) | |
| TEST (UnorderedPointwiseTest, DescribesSelf) | |
| TEST (UnorderedPointwiseTest, MakesCopyOfRhs) | |
| TEST (UnorderedPointwiseTest, WorksForLhsNativeArray) | |
| TEST (UnorderedPointwiseTest, WorksForRhsNativeArray) | |
| TEST (UnorderedPointwiseTest, RejectsWrongSize) | |
| TEST (UnorderedPointwiseTest, RejectsWrongContent) | |
| TEST (UnorderedPointwiseTest, AcceptsCorrectContentInSameOrder) | |
| TEST (UnorderedPointwiseTest, AcceptsCorrectContentInDifferentOrder) | |
| TEST (UnorderedPointwiseTest, AllowsMonomorphicInnerMatcher) | |
Variables | |
| const int | g_bar = 1 | 
| const int | foo = 0 | 
| typedef FloatingPointNearTest<double> testing::gmock_matchers_test::DoubleNearTest | 
| typedef FloatingPointTest<double> testing::gmock_matchers_test::DoubleTest | 
| typedef FloatingPointNearTest<float> testing::gmock_matchers_test::FloatNearTest | 
| typedef FloatingPointTest<float> testing::gmock_matchers_test::FloatTest | 
| typedef ::testing::tuple<long, int> testing::gmock_matchers_test::Tuple2 | 
| void testing::gmock_matchers_test::AllOfMatches | ( | int | num, | 
| const Matcher< int > & | m | ||
| ) | 
| void testing::gmock_matchers_test::AnyOfMatches | ( | int | num, | 
| const Matcher< int > & | m | ||
| ) | 
| string testing::gmock_matchers_test::Describe | ( | const Matcher< T > & | m | ) | 
| string testing::gmock_matchers_test::DescribeNegation | ( | const Matcher< T > & | m | ) | 
| PolymorphicMatcher<DivisibleByImpl> testing::gmock_matchers_test::DivisibleBy | ( | int | n | ) | 
| double& testing::gmock_matchers_test::DoubleFunction | ( | double & | input | ) | 
      
  | 
  static | 
| string testing::gmock_matchers_test::Explain | ( | const MatcherType & | m, | 
| const Value & | x | ||
| ) | 
| ElementMatcherPairs testing::gmock_matchers_test::FindBacktrackingMaxBPM | ( | const Graph & | g | ) | 
| Matcher<int> testing::gmock_matchers_test::GreaterThan | ( | int | n | ) | 
| testing::gmock_matchers_test::INSTANTIATE_TEST_CASE_P | ( | AllGraphs | , | 
| BipartiteTest | , | ||
| ::testing::Range(0, 5) | |||
| ) | 
| testing::gmock_matchers_test::INSTANTIATE_TEST_CASE_P | ( | AllGraphs | , | 
| BipartiteNonSquareTest | , | ||
| testing::Values(std::make_pair(1, 2), std::make_pair(2, 1), std::make_pair(3, 2), std::make_pair(2, 3), std::make_pair(4, 1), std::make_pair(1, 4), std::make_pair(4, 3), std::make_pair(3, 4)) | |||
| ) | 
| testing::gmock_matchers_test::INSTANTIATE_TEST_CASE_P | ( | Samples | , | 
| BipartiteRandomTest | , | ||
| testing::Values(std::make_pair(5, 10000), std::make_pair(6, 5000), std::make_pair(7, 2000), std::make_pair(8, 500), std::make_pair(9, 100)) | |||
| ) | 
| int testing::gmock_matchers_test::IntFunction | ( | int | input | ) | 
| string testing::gmock_matchers_test::IntToStringFunction | ( | int | input | ) | 
| PolymorphicMatcher<IsHalfOfMatcher> testing::gmock_matchers_test::IsHalfOf | ( | ) | 
| ConvertibleToBool testing::gmock_matchers_test::IsNotZero | ( | int | number | ) | 
| int testing::gmock_matchers_test::IsPositive | ( | double | x | ) | 
| bool testing::gmock_matchers_test::IsPositiveIntValue | ( | const IntValue & | foo | ) | 
| testing::gmock_matchers_test::MATCHER_P | ( | Really | , | 
| inner_matcher | , | ||
| "" | |||
| ) | 
| testing::gmock_matchers_test::MATCHER_P | ( | FieldIIs | , | 
| inner_matcher | , | ||
| "" | |||
| ) | 
| testing::gmock_matchers_test::MATCHER_P | ( | UncopyableIs | , | 
| inner_matcher | , | ||
| "" | |||
| ) | 
| string testing::gmock_matchers_test::OfType | ( | const string & | type_name | ) | 
| ostream& testing::gmock_matchers_test::operator<< | ( | ostream & | os, | 
| const ConvertibleFromAny & | a | ||
| ) | 
| bool testing::gmock_matchers_test::operator== | ( | const ConvertibleFromAny & | a, | 
| const ConvertibleFromAny & | b | ||
| ) | 
| bool testing::gmock_matchers_test::operator== | ( | const IntReferenceWrapper & | a, | 
| const IntReferenceWrapper & | b | ||
| ) | 
      
  | 
  inline | 
| PolymorphicMatcher<PolymorphicIsEvenImpl> testing::gmock_matchers_test::PolymorphicIsEven | ( | ) | 
| PolymorphicMatcher<ReferencesBarOrIsZeroImpl> testing::gmock_matchers_test::ReferencesBarOrIsZero | ( | ) | 
| bool testing::gmock_matchers_test::ReferencesFooAndIsZero | ( | const int & | n | ) | 
| const int* testing::gmock_matchers_test::ReferencingFunction | ( | const int & | n | ) | 
| Uncopyable& testing::gmock_matchers_test::RefUncopyableFunction | ( | Uncopyable & | obj | ) | 
| const string& testing::gmock_matchers_test::StringFunction | ( | const string & | input | ) | 
| testing::gmock_matchers_test::TEST | ( | MatchResultListenerTest | , | 
| StreamingWorks | |||
| ) | 
| testing::gmock_matchers_test::TEST | ( | MatchResultListenerTest | , | 
| CanAccessUnderlyingStream | |||
| ) | 
| testing::gmock_matchers_test::TEST | ( | MatchResultListenerTest | , | 
| IsInterestedWorks | |||
| ) | 
| testing::gmock_matchers_test::TEST | ( | MatcherInterfaceTest | , | 
| CanBeImplementedUsingPublishedAPI | |||
| ) | 
| testing::gmock_matchers_test::TEST | ( | MatcherInterfaceTest | , | 
| CanBeImplementedUsingNewAPI | |||
| ) | 
| testing::gmock_matchers_test::TEST | ( | MatcherTest | , | 
| CanBeDefaultConstructed | |||
| ) | 
| testing::gmock_matchers_test::TEST | ( | MatcherTest | , | 
| CanBeConstructedFromMatcherInterface | |||
| ) | 
| testing::gmock_matchers_test::TEST | ( | MatcherTest | , | 
| CanBeImplicitlyConstructedFromValue | |||
| ) | 
| testing::gmock_matchers_test::TEST | ( | MatcherTest | , | 
| CanBeImplicitlyConstructedFromNULL | |||
| ) | 
| testing::gmock_matchers_test::TEST | ( | MatcherTest | , | 
| IsCopyable | |||
| ) | 
| testing::gmock_matchers_test::TEST | ( | MatcherTest | , | 
| CanDescribeItself | |||
| ) | 
| testing::gmock_matchers_test::TEST | ( | MatcherTest | , | 
| MatchAndExplain | |||
| ) | 
| testing::gmock_matchers_test::TEST | ( | StringMatcherTest | , | 
| CanBeImplicitlyConstructedFromCStringLiteral | |||
| ) | 
| testing::gmock_matchers_test::TEST | ( | StringMatcherTest | , | 
| CanBeImplicitlyConstructedFromString | |||
| ) | 
| testing::gmock_matchers_test::TEST | ( | MakeMatcherTest | , | 
| ConstructsMatcherFromMatcherInterface | |||
| ) | 
| testing::gmock_matchers_test::TEST | ( | MakePolymorphicMatcherTest | , | 
| ConstructsMatcherUsingOldAPI | |||
| ) | 
| testing::gmock_matchers_test::TEST | ( | MakePolymorphicMatcherTest | , | 
| ConstructsMatcherUsingNewAPI | |||
| ) | 
| testing::gmock_matchers_test::TEST | ( | MatcherCastTest | , | 
| FromPolymorphicMatcher | |||
| ) | 
| testing::gmock_matchers_test::TEST | ( | MatcherCastTest | , | 
| FromCompatibleType | |||
| ) | 
| testing::gmock_matchers_test::TEST | ( | MatcherCastTest | , | 
| FromConstReferenceToNonReference | |||
| ) | 
| testing::gmock_matchers_test::TEST | ( | MatcherCastTest | , | 
| FromReferenceToNonReference | |||
| ) | 
| testing::gmock_matchers_test::TEST | ( | MatcherCastTest | , | 
| FromNonReferenceToConstReference | |||
| ) | 
| testing::gmock_matchers_test::TEST | ( | MatcherCastTest | , | 
| FromNonReferenceToReference | |||
| ) | 
| testing::gmock_matchers_test::TEST | ( | MatcherCastTest | , | 
| FromSameType | |||
| ) | 
| testing::gmock_matchers_test::TEST | ( | MatcherCastTest | , | 
| ConversionConstructorIsUsed | |||
| ) | 
| testing::gmock_matchers_test::TEST | ( | MatcherCastTest | , | 
| FromConvertibleFromAny | |||
| ) | 
| testing::gmock_matchers_test::TEST | ( | MatcherCastTest | , | 
| ValueIsNotCopied | |||
| ) | 
| testing::gmock_matchers_test::TEST | ( | SafeMatcherCastTest | , | 
| FromPolymorphicMatcher | |||
| ) | 
| testing::gmock_matchers_test::TEST | ( | SafeMatcherCastTest | , | 
| FromLosslesslyConvertibleArithmeticType | |||
| ) | 
| testing::gmock_matchers_test::TEST | ( | SafeMatcherCastTest | , | 
| FromBaseClass | |||
| ) | 
| testing::gmock_matchers_test::TEST | ( | SafeMatcherCastTest | , | 
| FromConstReferenceToReference | |||
| ) | 
| testing::gmock_matchers_test::TEST | ( | SafeMatcherCastTest | , | 
| FromNonReferenceToConstReference | |||
| ) | 
| testing::gmock_matchers_test::TEST | ( | SafeMatcherCastTest | , | 
| FromNonReferenceToReference | |||
| ) | 
| testing::gmock_matchers_test::TEST | ( | SafeMatcherCastTest | , | 
| FromSameType | |||
| ) | 
| testing::gmock_matchers_test::TEST | ( | SafeMatcherCastTest | , | 
| ConversionConstructorIsUsed | |||
| ) | 
| testing::gmock_matchers_test::TEST | ( | SafeMatcherCastTest | , | 
| FromConvertibleFromAny | |||
| ) | 
| testing::gmock_matchers_test::TEST | ( | SafeMatcherCastTest | , | 
| ValueIsNotCopied | |||
| ) | 
| testing::gmock_matchers_test::TEST | ( | ExpectThat | , | 
| TakesLiterals | |||
| ) | 
| testing::gmock_matchers_test::TEST | ( | ExpectThat | , | 
| TakesFunctions | |||
| ) | 
| testing::gmock_matchers_test::TEST | ( | ATest | , | 
| MatchesAnyValue | |||
| ) | 
| testing::gmock_matchers_test::TEST | ( | ATest | , | 
| WorksForDerivedClass | |||
| ) | 
| testing::gmock_matchers_test::TEST | ( | ATest | , | 
| CanDescribeSelf | |||
| ) | 
| testing::gmock_matchers_test::TEST | ( | AnTest | , | 
| MatchesAnyValue | |||
| ) | 
| testing::gmock_matchers_test::TEST | ( | AnTest | , | 
| CanDescribeSelf | |||
| ) | 
| testing::gmock_matchers_test::TEST | ( | UnderscoreTest | , | 
| MatchesAnyValue | |||
| ) | 
| testing::gmock_matchers_test::TEST | ( | UnderscoreTest | , | 
| CanDescribeSelf | |||
| ) | 
| testing::gmock_matchers_test::TEST | ( | EqTest | , | 
| MatchesEqualValue | |||
| ) | 
| testing::gmock_matchers_test::TEST | ( | EqTest | , | 
| CanDescribeSelf | |||
| ) | 
| testing::gmock_matchers_test::TEST | ( | EqTest | , | 
| IsPolymorphic | |||
| ) | 
| testing::gmock_matchers_test::TEST | ( | TypedEqTest | , | 
| ChecksEqualityForGivenType | |||
| ) | 
| testing::gmock_matchers_test::TEST | ( | TypedEqTest | , | 
| CanDescribeSelf | |||
| ) | 
| testing::gmock_matchers_test::TEST | ( | TypedEqTest | , | 
| HasSpecifiedType | |||
| ) | 
| testing::gmock_matchers_test::TEST | ( | GeTest | , | 
| ImplementsGreaterThanOrEqual | |||
| ) | 
| testing::gmock_matchers_test::TEST | ( | GeTest | , | 
| CanDescribeSelf | |||
| ) | 
| testing::gmock_matchers_test::TEST | ( | GtTest | , | 
| ImplementsGreaterThan | |||
| ) | 
| testing::gmock_matchers_test::TEST | ( | GtTest | , | 
| CanDescribeSelf | |||
| ) | 
| testing::gmock_matchers_test::TEST | ( | LeTest | , | 
| ImplementsLessThanOrEqual | |||
| ) | 
| testing::gmock_matchers_test::TEST | ( | LeTest | , | 
| CanDescribeSelf | |||
| ) | 
| testing::gmock_matchers_test::TEST | ( | LtTest | , | 
| ImplementsLessThan | |||
| ) | 
| testing::gmock_matchers_test::TEST | ( | LtTest | , | 
| CanDescribeSelf | |||
| ) | 
| testing::gmock_matchers_test::TEST | ( | NeTest | , | 
| ImplementsNotEqual | |||
| ) | 
| testing::gmock_matchers_test::TEST | ( | NeTest | , | 
| CanDescribeSelf | |||
| ) | 
| testing::gmock_matchers_test::TEST | ( | IsNullTest | , | 
| MatchesNullPointer | |||
| ) | 
| testing::gmock_matchers_test::TEST | ( | IsNullTest | , | 
| LinkedPtr | |||
| ) | 
| testing::gmock_matchers_test::TEST | ( | IsNullTest | , | 
| ReferenceToConstLinkedPtr | |||
| ) | 
| testing::gmock_matchers_test::TEST | ( | IsNullTest | , | 
| CanDescribeSelf | |||
| ) | 
| testing::gmock_matchers_test::TEST | ( | NotNullTest | , | 
| MatchesNonNullPointer | |||
| ) | 
| testing::gmock_matchers_test::TEST | ( | NotNullTest | , | 
| LinkedPtr | |||
| ) | 
| testing::gmock_matchers_test::TEST | ( | NotNullTest | , | 
| ReferenceToConstLinkedPtr | |||
| ) | 
| testing::gmock_matchers_test::TEST | ( | NotNullTest | , | 
| CanDescribeSelf | |||
| ) | 
| testing::gmock_matchers_test::TEST | ( | RefTest | , | 
| MatchesSameVariable | |||
| ) | 
| testing::gmock_matchers_test::TEST | ( | RefTest | , | 
| CanDescribeSelf | |||
| ) | 
| testing::gmock_matchers_test::TEST | ( | RefTest | , | 
| CanBeUsedAsMatcherForConstReference | |||
| ) | 
| testing::gmock_matchers_test::TEST | ( | RefTest | , | 
| IsCovariant | |||
| ) | 
| testing::gmock_matchers_test::TEST | ( | RefTest | , | 
| ExplainsResult | |||
| ) | 
| testing::gmock_matchers_test::TEST | ( | StrEqTest | , | 
| MatchesEqualString | |||
| ) | 
| testing::gmock_matchers_test::TEST | ( | StrEqTest | , | 
| CanDescribeSelf | |||
| ) | 
| testing::gmock_matchers_test::TEST | ( | StrNeTest | , | 
| MatchesUnequalString | |||
| ) | 
| testing::gmock_matchers_test::TEST | ( | StrNeTest | , | 
| CanDescribeSelf | |||
| ) | 
| testing::gmock_matchers_test::TEST | ( | StrCaseEqTest | , | 
| MatchesEqualStringIgnoringCase | |||
| ) | 
| testing::gmock_matchers_test::TEST | ( | StrCaseEqTest | , | 
| MatchesEqualStringWith0IgnoringCase | |||
| ) | 
| testing::gmock_matchers_test::TEST | ( | StrCaseEqTest | , | 
| CanDescribeSelf | |||
| ) | 
| testing::gmock_matchers_test::TEST | ( | StrCaseNeTest | , | 
| MatchesUnequalStringIgnoringCase | |||
| ) | 
| testing::gmock_matchers_test::TEST | ( | StrCaseNeTest | , | 
| CanDescribeSelf | |||
| ) | 
| testing::gmock_matchers_test::TEST | ( | HasSubstrTest | , | 
| WorksForStringClasses | |||
| ) | 
| testing::gmock_matchers_test::TEST | ( | HasSubstrTest | , | 
| WorksForCStrings | |||
| ) | 
| testing::gmock_matchers_test::TEST | ( | HasSubstrTest | , | 
| CanDescribeSelf | |||
| ) | 
| testing::gmock_matchers_test::TEST | ( | KeyTest | , | 
| CanDescribeSelf | |||
| ) | 
| testing::gmock_matchers_test::TEST | ( | KeyTest | , | 
| ExplainsResult | |||
| ) | 
| testing::gmock_matchers_test::TEST | ( | KeyTest | , | 
| MatchesCorrectly | |||
| ) | 
| testing::gmock_matchers_test::TEST | ( | KeyTest | , | 
| SafelyCastsInnerMatcher | |||
| ) | 
| testing::gmock_matchers_test::TEST | ( | KeyTest | , | 
| InsideContainsUsingMap | |||
| ) | 
| testing::gmock_matchers_test::TEST | ( | KeyTest | , | 
| InsideContainsUsingMultimap | |||
| ) | 
| testing::gmock_matchers_test::TEST | ( | PairTest | , | 
| Typing | |||
| ) | 
| testing::gmock_matchers_test::TEST | ( | PairTest | , | 
| CanDescribeSelf | |||
| ) | 
| testing::gmock_matchers_test::TEST | ( | PairTest | , | 
| CanExplainMatchResultTo | |||
| ) | 
| testing::gmock_matchers_test::TEST | ( | PairTest | , | 
| MatchesCorrectly | |||
| ) | 
| testing::gmock_matchers_test::TEST | ( | PairTest | , | 
| SafelyCastsInnerMatchers | |||
| ) | 
| testing::gmock_matchers_test::TEST | ( | PairTest | , | 
| InsideContainsUsingMap | |||
| ) | 
| testing::gmock_matchers_test::TEST | ( | StartsWithTest | , | 
| MatchesStringWithGivenPrefix | |||
| ) | 
| testing::gmock_matchers_test::TEST | ( | StartsWithTest | , | 
| CanDescribeSelf | |||
| ) | 
| testing::gmock_matchers_test::TEST | ( | EndsWithTest | , | 
| MatchesStringWithGivenSuffix | |||
| ) | 
| testing::gmock_matchers_test::TEST | ( | EndsWithTest | , | 
| CanDescribeSelf | |||
| ) | 
| testing::gmock_matchers_test::TEST | ( | MatchesRegexTest | , | 
| MatchesStringMatchingGivenRegex | |||
| ) | 
| testing::gmock_matchers_test::TEST | ( | MatchesRegexTest | , | 
| CanDescribeSelf | |||
| ) | 
| testing::gmock_matchers_test::TEST | ( | ContainsRegexTest | , | 
| MatchesStringContainingGivenRegex | |||
| ) | 
| testing::gmock_matchers_test::TEST | ( | ContainsRegexTest | , | 
| CanDescribeSelf | |||
| ) | 
| testing::gmock_matchers_test::TEST | ( | Eq2Test | , | 
| MatchesEqualArguments | |||
| ) | 
| testing::gmock_matchers_test::TEST | ( | Eq2Test | , | 
| CanDescribeSelf | |||
| ) | 
| testing::gmock_matchers_test::TEST | ( | Ge2Test | , | 
| MatchesGreaterThanOrEqualArguments | |||
| ) | 
| testing::gmock_matchers_test::TEST | ( | Ge2Test | , | 
| CanDescribeSelf | |||
| ) | 
| testing::gmock_matchers_test::TEST | ( | Gt2Test | , | 
| MatchesGreaterThanArguments | |||
| ) | 
| testing::gmock_matchers_test::TEST | ( | Gt2Test | , | 
| CanDescribeSelf | |||
| ) | 
| testing::gmock_matchers_test::TEST | ( | Le2Test | , | 
| MatchesLessThanOrEqualArguments | |||
| ) | 
| testing::gmock_matchers_test::TEST | ( | Le2Test | , | 
| CanDescribeSelf | |||
| ) | 
| testing::gmock_matchers_test::TEST | ( | Lt2Test | , | 
| MatchesLessThanArguments | |||
| ) | 
| testing::gmock_matchers_test::TEST | ( | Lt2Test | , | 
| CanDescribeSelf | |||
| ) | 
| testing::gmock_matchers_test::TEST | ( | Ne2Test | , | 
| MatchesUnequalArguments | |||
| ) | 
| testing::gmock_matchers_test::TEST | ( | Ne2Test | , | 
| CanDescribeSelf | |||
| ) | 
| testing::gmock_matchers_test::TEST | ( | NotTest | , | 
| NegatesMatcher | |||
| ) | 
| testing::gmock_matchers_test::TEST | ( | NotTest | , | 
| CanDescribeSelf | |||
| ) | 
| testing::gmock_matchers_test::TEST | ( | NotTest | , | 
| NotMatcherSafelyCastsMonomorphicMatchers | |||
| ) | 
| testing::gmock_matchers_test::TEST | ( | AllOfTest | , | 
| MatchesWhenAllMatch | |||
| ) | 
| testing::gmock_matchers_test::TEST | ( | AllOfTest | , | 
| CanDescribeSelf | |||
| ) | 
| testing::gmock_matchers_test::TEST | ( | AllOfTest | , | 
| CanDescribeNegation | |||
| ) | 
| testing::gmock_matchers_test::TEST | ( | AllOfTest | , | 
| AllOfMatcherSafelyCastsMonomorphicMatchers | |||
| ) | 
| testing::gmock_matchers_test::TEST | ( | AllOfTest | , | 
| ExplainsResult | |||
| ) | 
| testing::gmock_matchers_test::TEST | ( | AnyOfTest | , | 
| MatchesWhenAnyMatches | |||
| ) | 
| testing::gmock_matchers_test::TEST | ( | AnyOfTest | , | 
| CanDescribeSelf | |||
| ) | 
| testing::gmock_matchers_test::TEST | ( | AnyOfTest | , | 
| CanDescribeNegation | |||
| ) | 
| testing::gmock_matchers_test::TEST | ( | AnyOfTest | , | 
| AnyOfMatcherSafelyCastsMonomorphicMatchers | |||
| ) | 
| testing::gmock_matchers_test::TEST | ( | AnyOfTest | , | 
| ExplainsResult | |||
| ) | 
| testing::gmock_matchers_test::TEST | ( | TrulyTest | , | 
| MatchesWhatSatisfiesThePredicate | |||
| ) | 
| testing::gmock_matchers_test::TEST | ( | TrulyTest | , | 
| CanBeUsedWithFunctor | |||
| ) | 
| testing::gmock_matchers_test::TEST | ( | TrulyTest | , | 
| PredicateCanReturnAClassConvertibleToBool | |||
| ) | 
| testing::gmock_matchers_test::TEST | ( | TrulyTest | , | 
| CanDescribeSelf | |||
| ) | 
| testing::gmock_matchers_test::TEST | ( | TrulyTest | , | 
| WorksForByRefArguments | |||
| ) | 
| testing::gmock_matchers_test::TEST | ( | MatchesTest | , | 
| IsSatisfiedByWhatMatchesTheMatcher | |||
| ) | 
| testing::gmock_matchers_test::TEST | ( | MatchesTest | , | 
| WorksOnByRefArguments | |||
| ) | 
| testing::gmock_matchers_test::TEST | ( | MatchesTest | , | 
| WorksWithMatcherOnNonRefType | |||
| ) | 
| testing::gmock_matchers_test::TEST | ( | ValueTest | , | 
| WorksWithPolymorphicMatcher | |||
| ) | 
| testing::gmock_matchers_test::TEST | ( | ValueTest | , | 
| WorksWithMonomorphicMatcher | |||
| ) | 
| testing::gmock_matchers_test::TEST | ( | ExplainMatchResultTest | , | 
| WorksWithPolymorphicMatcher | |||
| ) | 
| testing::gmock_matchers_test::TEST | ( | ExplainMatchResultTest | , | 
| WorksWithMonomorphicMatcher | |||
| ) | 
| testing::gmock_matchers_test::TEST | ( | ExplainMatchResultTest | , | 
| WorksInsideMATCHER | |||
| ) | 
| testing::gmock_matchers_test::TEST | ( | AllArgsTest | , | 
| WorksForTuple | |||
| ) | 
| testing::gmock_matchers_test::TEST | ( | AllArgsTest | , | 
| WorksForNonTuple | |||
| ) | 
| testing::gmock_matchers_test::TEST | ( | AllArgsTest | , | 
| WorksInWithClause | |||
| ) | 
| testing::gmock_matchers_test::TEST | ( | MatcherAssertionTest | , | 
| WorksWhenMatcherIsSatisfied | |||
| ) | 
| testing::gmock_matchers_test::TEST | ( | MatcherAssertionTest | , | 
| WorksWhenMatcherIsNotSatisfied | |||
| ) | 
| testing::gmock_matchers_test::TEST | ( | MatcherAssertionTest | , | 
| WorksForByRefArguments | |||
| ) | 
| testing::gmock_matchers_test::TEST | ( | MatcherAssertionTest | , | 
| WorksForMonomorphicMatcher | |||
| ) | 
| testing::gmock_matchers_test::TEST | ( | PointeeTest | , | 
| RawPointer | |||
| ) | 
| testing::gmock_matchers_test::TEST | ( | PointeeTest | , | 
| RawPointerToConst | |||
| ) | 
| testing::gmock_matchers_test::TEST | ( | PointeeTest | , | 
| ReferenceToConstRawPointer | |||
| ) | 
| testing::gmock_matchers_test::TEST | ( | PointeeTest | , | 
| ReferenceToNonConstRawPointer | |||
| ) | 
| testing::gmock_matchers_test::TEST | ( | PointeeTest | , | 
| WorksWithConstPropagatingPointers | |||
| ) | 
| testing::gmock_matchers_test::TEST | ( | PointeeTest | , | 
| NeverMatchesNull | |||
| ) | 
| testing::gmock_matchers_test::TEST | ( | PointeeTest | , | 
| MatchesAgainstAValue | |||
| ) | 
| testing::gmock_matchers_test::TEST | ( | PointeeTest | , | 
| CanDescribeSelf | |||
| ) | 
| testing::gmock_matchers_test::TEST | ( | PointeeTest | , | 
| CanExplainMatchResult | |||
| ) | 
| testing::gmock_matchers_test::TEST | ( | PointeeTest | , | 
| AlwaysExplainsPointee | |||
| ) | 
| testing::gmock_matchers_test::TEST | ( | FieldTest | , | 
| WorksForNonConstField | |||
| ) | 
| testing::gmock_matchers_test::TEST | ( | FieldTest | , | 
| WorksForConstField | |||
| ) | 
| testing::gmock_matchers_test::TEST | ( | FieldTest | , | 
| WorksForUncopyableField | |||
| ) | 
| testing::gmock_matchers_test::TEST | ( | FieldTest | , | 
| WorksForPointerField | |||
| ) | 
| testing::gmock_matchers_test::TEST | ( | FieldTest | , | 
| WorksForByRefArgument | |||
| ) | 
| testing::gmock_matchers_test::TEST | ( | FieldTest | , | 
| WorksForArgumentOfSubType | |||
| ) | 
| testing::gmock_matchers_test::TEST | ( | FieldTest | , | 
| WorksForCompatibleMatcherType | |||
| ) | 
| testing::gmock_matchers_test::TEST | ( | FieldTest | , | 
| CanDescribeSelf | |||
| ) | 
| testing::gmock_matchers_test::TEST | ( | FieldTest | , | 
| CanExplainMatchResult | |||
| ) | 
| testing::gmock_matchers_test::TEST | ( | FieldForPointerTest | , | 
| WorksForPointerToConst | |||
| ) | 
| testing::gmock_matchers_test::TEST | ( | FieldForPointerTest | , | 
| WorksForPointerToNonConst | |||
| ) | 
| testing::gmock_matchers_test::TEST | ( | FieldForPointerTest | , | 
| WorksForReferenceToConstPointer | |||
| ) | 
| testing::gmock_matchers_test::TEST | ( | FieldForPointerTest | , | 
| DoesNotMatchNull | |||
| ) | 
| testing::gmock_matchers_test::TEST | ( | FieldForPointerTest | , | 
| WorksForArgumentOfSubType | |||
| ) | 
| testing::gmock_matchers_test::TEST | ( | FieldForPointerTest | , | 
| CanDescribeSelf | |||
| ) | 
| testing::gmock_matchers_test::TEST | ( | FieldForPointerTest | , | 
| CanExplainMatchResult | |||
| ) | 
| testing::gmock_matchers_test::TEST | ( | PropertyTest | , | 
| WorksForNonReferenceProperty | |||
| ) | 
| testing::gmock_matchers_test::TEST | ( | PropertyTest | , | 
| WorksForReferenceToConstProperty | |||
| ) | 
| testing::gmock_matchers_test::TEST | ( | PropertyTest | , | 
| WorksForReferenceToNonConstProperty | |||
| ) | 
| testing::gmock_matchers_test::TEST | ( | PropertyTest | , | 
| WorksForByValueArgument | |||
| ) | 
| testing::gmock_matchers_test::TEST | ( | PropertyTest | , | 
| WorksForArgumentOfSubType | |||
| ) | 
| testing::gmock_matchers_test::TEST | ( | PropertyTest | , | 
| WorksForCompatibleMatcherType | |||
| ) | 
| testing::gmock_matchers_test::TEST | ( | PropertyTest | , | 
| CanDescribeSelf | |||
| ) | 
| testing::gmock_matchers_test::TEST | ( | PropertyTest | , | 
| CanExplainMatchResult | |||
| ) | 
| testing::gmock_matchers_test::TEST | ( | PropertyForPointerTest | , | 
| WorksForPointerToConst | |||
| ) | 
| testing::gmock_matchers_test::TEST | ( | PropertyForPointerTest | , | 
| WorksForPointerToNonConst | |||
| ) | 
| testing::gmock_matchers_test::TEST | ( | PropertyForPointerTest | , | 
| WorksForReferenceToConstPointer | |||
| ) | 
| testing::gmock_matchers_test::TEST | ( | PropertyForPointerTest | , | 
| WorksForReferenceToNonConstProperty | |||
| ) | 
| testing::gmock_matchers_test::TEST | ( | PropertyForPointerTest | , | 
| WorksForArgumentOfSubType | |||
| ) | 
| testing::gmock_matchers_test::TEST | ( | PropertyForPointerTest | , | 
| CanDescribeSelf | |||
| ) | 
| testing::gmock_matchers_test::TEST | ( | PropertyForPointerTest | , | 
| CanExplainMatchResult | |||
| ) | 
| testing::gmock_matchers_test::TEST | ( | ResultOfTest | , | 
| WorksForFunctionPointers | |||
| ) | 
| testing::gmock_matchers_test::TEST | ( | ResultOfTest | , | 
| CanDescribeItself | |||
| ) | 
| testing::gmock_matchers_test::TEST | ( | ResultOfTest | , | 
| CanExplainMatchResult | |||
| ) | 
| testing::gmock_matchers_test::TEST | ( | ResultOfTest | , | 
| WorksForNonReferenceResults | |||
| ) | 
| testing::gmock_matchers_test::TEST | ( | ResultOfTest | , | 
| WorksForReferenceToNonConstResults | |||
| ) | 
| testing::gmock_matchers_test::TEST | ( | ResultOfTest | , | 
| WorksForReferenceToConstResults | |||
| ) | 
| testing::gmock_matchers_test::TEST | ( | ResultOfTest | , | 
| WorksForCompatibleMatcherTypes | |||
| ) | 
| testing::gmock_matchers_test::TEST | ( | ResultOfDeathTest | , | 
| DiesOnNullFunctionPointers | |||
| ) | 
| testing::gmock_matchers_test::TEST | ( | ResultOfTest | , | 
| WorksForFunctionReferences | |||
| ) | 
| testing::gmock_matchers_test::TEST | ( | ResultOfTest | , | 
| WorksForFunctors | |||
| ) | 
| testing::gmock_matchers_test::TEST | ( | ResultOfTest | , | 
| WorksForPolymorphicFunctors | |||
| ) | 
| testing::gmock_matchers_test::TEST | ( | ResultOfTest | , | 
| WorksForReferencingCallables | |||
| ) | 
| testing::gmock_matchers_test::TEST | ( | ExplainMatchResultTest | , | 
| AllOf_False_False | |||
| ) | 
| testing::gmock_matchers_test::TEST | ( | ExplainMatchResultTest | , | 
| AllOf_False_True | |||
| ) | 
| testing::gmock_matchers_test::TEST | ( | ExplainMatchResultTest | , | 
| AllOf_True_False | |||
| ) | 
| testing::gmock_matchers_test::TEST | ( | ExplainMatchResultTest | , | 
| AllOf_True_True | |||
| ) | 
| testing::gmock_matchers_test::TEST | ( | ExplainMatchResultTest | , | 
| AllOf_True_True_2 | |||
| ) | 
| testing::gmock_matchers_test::TEST | ( | ExplainmatcherResultTest | , | 
| MonomorphicMatcher | |||
| ) | 
| testing::gmock_matchers_test::TEST | ( | ByRefTest | , | 
| AllowsNotCopyableConstValueInMatchers | |||
| ) | 
| testing::gmock_matchers_test::TEST | ( | ByRefTest | , | 
| AllowsNotCopyableValueInMatchers | |||
| ) | 
| testing::gmock_matchers_test::TEST | ( | IsEmptyTest | , | 
| ImplementsIsEmpty | |||
| ) | 
| testing::gmock_matchers_test::TEST | ( | IsEmptyTest | , | 
| WorksWithString | |||
| ) | 
| testing::gmock_matchers_test::TEST | ( | IsEmptyTest | , | 
| CanDescribeSelf | |||
| ) | 
| testing::gmock_matchers_test::TEST | ( | IsEmptyTest | , | 
| ExplainsResult | |||
| ) | 
| testing::gmock_matchers_test::TEST | ( | SizeIsTest | , | 
| ImplementsSizeIs | |||
| ) | 
| testing::gmock_matchers_test::TEST | ( | SizeIsTest | , | 
| WorksWithMap | |||
| ) | 
| testing::gmock_matchers_test::TEST | ( | SizeIsTest | , | 
| WorksWithReferences | |||
| ) | 
| testing::gmock_matchers_test::TEST | ( | SizeIsTest | , | 
| CanDescribeSelf | |||
| ) | 
| testing::gmock_matchers_test::TEST | ( | SizeIsTest | , | 
| ExplainsResult | |||
| ) | 
| testing::gmock_matchers_test::TEST | ( | ContainerEqExtraTest | , | 
| MultipleValuesMissing | |||
| ) | 
| testing::gmock_matchers_test::TEST | ( | ContainerEqExtraTest | , | 
| MultipleValuesAdded | |||
| ) | 
| testing::gmock_matchers_test::TEST | ( | ContainerEqExtraTest | , | 
| MultipleValuesAddedAndRemoved | |||
| ) | 
| testing::gmock_matchers_test::TEST | ( | ContainerEqExtraTest | , | 
| MultiSetOfIntDuplicateDifference | |||
| ) | 
| testing::gmock_matchers_test::TEST | ( | ContainerEqExtraTest | , | 
| WorksForMaps | |||
| ) | 
| testing::gmock_matchers_test::TEST | ( | ContainerEqExtraTest | , | 
| WorksForNativeArray | |||
| ) | 
| testing::gmock_matchers_test::TEST | ( | ContainerEqExtraTest | , | 
| WorksForTwoDimensionalNativeArray | |||
| ) | 
| testing::gmock_matchers_test::TEST | ( | ContainerEqExtraTest | , | 
| WorksForNativeArrayAsTuple | |||
| ) | 
| testing::gmock_matchers_test::TEST | ( | ContainerEqExtraTest | , | 
| CopiesNativeArrayParameter | |||
| ) | 
| testing::gmock_matchers_test::TEST | ( | WhenSortedByTest | , | 
| WorksForEmptyContainer | |||
| ) | 
| testing::gmock_matchers_test::TEST | ( | WhenSortedByTest | , | 
| WorksForNonEmptyContainer | |||
| ) | 
| testing::gmock_matchers_test::TEST | ( | WhenSortedByTest | , | 
| WorksForNonVectorContainer | |||
| ) | 
| testing::gmock_matchers_test::TEST | ( | WhenSortedByTest | , | 
| WorksForNativeArray | |||
| ) | 
| testing::gmock_matchers_test::TEST | ( | WhenSortedByTest | , | 
| CanDescribeSelf | |||
| ) | 
| testing::gmock_matchers_test::TEST | ( | WhenSortedByTest | , | 
| ExplainsMatchResult | |||
| ) | 
| testing::gmock_matchers_test::TEST | ( | WhenSortedTest | , | 
| WorksForEmptyContainer | |||
| ) | 
| testing::gmock_matchers_test::TEST | ( | WhenSortedTest | , | 
| WorksForNonEmptyContainer | |||
| ) | 
| testing::gmock_matchers_test::TEST | ( | WhenSortedTest | , | 
| WorksForMapTypes | |||
| ) | 
| testing::gmock_matchers_test::TEST | ( | WhenSortedTest | , | 
| WorksForMultiMapTypes | |||
| ) | 
| testing::gmock_matchers_test::TEST | ( | WhenSortedTest | , | 
| WorksForPolymorphicMatcher | |||
| ) | 
| testing::gmock_matchers_test::TEST | ( | WhenSortedTest | , | 
| WorksForVectorConstRefMatcher | |||
| ) | 
| testing::gmock_matchers_test::TEST | ( | StreamlikeTest | , | 
| Iteration | |||
| ) | 
| testing::gmock_matchers_test::TEST | ( | BeginEndDistanceIsTest | , | 
| WorksWithNonStdList | |||
| ) | 
| testing::gmock_matchers_test::TEST | ( | BeginEndDistanceIsTest | , | 
| CanDescribeSelf | |||
| ) | 
| testing::gmock_matchers_test::TEST | ( | BeginEndDistanceIsTest | , | 
| ExplainsResult | |||
| ) | 
| testing::gmock_matchers_test::TEST | ( | WhenSortedTest | , | 
| WorksForStreamlike | |||
| ) | 
| testing::gmock_matchers_test::TEST | ( | WhenSortedTest | , | 
| WorksForVectorConstRefMatcherOnStreamlike | |||
| ) | 
| testing::gmock_matchers_test::TEST | ( | ElemensAreStreamTest | , | 
| WorksForStreamlike | |||
| ) | 
| testing::gmock_matchers_test::TEST | ( | ElemensAreArrayStreamTest | , | 
| WorksForStreamlike | |||
| ) | 
| testing::gmock_matchers_test::TEST | ( | ElementsAreTest | , | 
| WorksWithUncopyable | |||
| ) | 
| testing::gmock_matchers_test::TEST | ( | ElementsAreTest | , | 
| TakesStlContainer | |||
| ) | 
| testing::gmock_matchers_test::TEST | ( | UnorderedElementsAreArrayTest | , | 
| SucceedsWhenExpected | |||
| ) | 
| testing::gmock_matchers_test::TEST | ( | UnorderedElementsAreArrayTest | , | 
| VectorBool | |||
| ) | 
| testing::gmock_matchers_test::TEST | ( | UnorderedElementsAreArrayTest | , | 
| WorksForStreamlike | |||
| ) | 
| testing::gmock_matchers_test::TEST | ( | UnorderedElementsAreArrayTest | , | 
| TakesStlContainer | |||
| ) | 
| testing::gmock_matchers_test::TEST | ( | IsReadableTypeNameTest | , | 
| ReturnsTrueForShortNames | |||
| ) | 
| testing::gmock_matchers_test::TEST | ( | IsReadableTypeNameTest | , | 
| ReturnsTrueForLongNonTemplateNonFunctionNames | |||
| ) | 
| testing::gmock_matchers_test::TEST | ( | IsReadableTypeNameTest | , | 
| ReturnsFalseForLongTemplateNames | |||
| ) | 
| testing::gmock_matchers_test::TEST | ( | IsReadableTypeNameTest | , | 
| ReturnsFalseForLongFunctionTypeNames | |||
| ) | 
| testing::gmock_matchers_test::TEST | ( | JoinAsTupleTest | , | 
| JoinsEmptyTuple | |||
| ) | 
| testing::gmock_matchers_test::TEST | ( | JoinAsTupleTest | , | 
| JoinsOneTuple | |||
| ) | 
| testing::gmock_matchers_test::TEST | ( | JoinAsTupleTest | , | 
| JoinsTwoTuple | |||
| ) | 
| testing::gmock_matchers_test::TEST | ( | JoinAsTupleTest | , | 
| JoinsTenTuple | |||
| ) | 
| testing::gmock_matchers_test::TEST | ( | FormatMatcherDescriptionTest | , | 
| WorksForEmptyDescription | |||
| ) | 
| testing::gmock_matchers_test::TEST | ( | PolymorphicMatcherTest | , | 
| CanAccessMutableImpl | |||
| ) | 
| testing::gmock_matchers_test::TEST | ( | PolymorphicMatcherTest | , | 
| CanAccessImpl | |||
| ) | 
| testing::gmock_matchers_test::TEST | ( | MatcherTupleTest | , | 
| ExplainsMatchFailure | |||
| ) | 
| testing::gmock_matchers_test::TEST | ( | EachTest | , | 
| ExplainsMatchResultCorrectly | |||
| ) | 
| testing::gmock_matchers_test::TEST | ( | EachTest | , | 
| DescribesItselfCorrectly | |||
| ) | 
| testing::gmock_matchers_test::TEST | ( | EachTest | , | 
| MatchesVectorWhenAllElementsMatch | |||
| ) | 
| testing::gmock_matchers_test::TEST | ( | EachTest | , | 
| MatchesMapWhenAllElementsMatch | |||
| ) | 
| testing::gmock_matchers_test::TEST | ( | EachTest | , | 
| AcceptsMatcher | |||
| ) | 
| testing::gmock_matchers_test::TEST | ( | EachTest | , | 
| WorksForNativeArrayAsTuple | |||
| ) | 
| testing::gmock_matchers_test::TEST | ( | PointwiseTest | , | 
| DescribesSelf | |||
| ) | 
| testing::gmock_matchers_test::TEST | ( | PointwiseTest | , | 
| MakesCopyOfRhs | |||
| ) | 
| testing::gmock_matchers_test::TEST | ( | PointwiseTest | , | 
| WorksForLhsNativeArray | |||
| ) | 
| testing::gmock_matchers_test::TEST | ( | PointwiseTest | , | 
| WorksForRhsNativeArray | |||
| ) | 
| testing::gmock_matchers_test::TEST | ( | PointwiseTest | , | 
| RejectsWrongSize | |||
| ) | 
| testing::gmock_matchers_test::TEST | ( | PointwiseTest | , | 
| RejectsWrongContent | |||
| ) | 
| testing::gmock_matchers_test::TEST | ( | PointwiseTest | , | 
| AcceptsCorrectContent | |||
| ) | 
| testing::gmock_matchers_test::TEST | ( | PointwiseTest | , | 
| AllowsMonomorphicInnerMatcher | |||
| ) | 
| testing::gmock_matchers_test::TEST | ( | UnorderedPointwiseTest | , | 
| DescribesSelf | |||
| ) | 
| testing::gmock_matchers_test::TEST | ( | UnorderedPointwiseTest | , | 
| MakesCopyOfRhs | |||
| ) | 
| testing::gmock_matchers_test::TEST | ( | UnorderedPointwiseTest | , | 
| WorksForLhsNativeArray | |||
| ) | 
| testing::gmock_matchers_test::TEST | ( | UnorderedPointwiseTest | , | 
| WorksForRhsNativeArray | |||
| ) | 
| testing::gmock_matchers_test::TEST | ( | UnorderedPointwiseTest | , | 
| RejectsWrongSize | |||
| ) | 
| testing::gmock_matchers_test::TEST | ( | UnorderedPointwiseTest | , | 
| RejectsWrongContent | |||
| ) | 
| testing::gmock_matchers_test::TEST | ( | UnorderedPointwiseTest | , | 
| AcceptsCorrectContentInSameOrder | |||
| ) | 
| testing::gmock_matchers_test::TEST | ( | UnorderedPointwiseTest | , | 
| AcceptsCorrectContentInDifferentOrder | |||
| ) | 
| testing::gmock_matchers_test::TEST | ( | UnorderedPointwiseTest | , | 
| AllowsMonomorphicInnerMatcher | |||
| ) | 
| testing::gmock_matchers_test::TEST_F | ( | FloatTest | , | 
| FloatEqApproximatelyMatchesFloats | |||
| ) | 
| testing::gmock_matchers_test::TEST_F | ( | FloatTest | , | 
| NanSensitiveFloatEqApproximatelyMatchesFloats | |||
| ) | 
| testing::gmock_matchers_test::TEST_F | ( | FloatTest | , | 
| FloatEqCannotMatchNaN | |||
| ) | 
| testing::gmock_matchers_test::TEST_F | ( | FloatTest | , | 
| NanSensitiveFloatEqCanMatchNaN | |||
| ) | 
| testing::gmock_matchers_test::TEST_F | ( | FloatTest | , | 
| FloatEqCanDescribeSelf | |||
| ) | 
| testing::gmock_matchers_test::TEST_F | ( | FloatTest | , | 
| NanSensitiveFloatEqCanDescribeSelf | |||
| ) | 
| testing::gmock_matchers_test::TEST_F | ( | FloatNearTest | , | 
| FloatNearMatches | |||
| ) | 
| testing::gmock_matchers_test::TEST_F | ( | FloatNearTest | , | 
| NanSensitiveFloatNearApproximatelyMatchesFloats | |||
| ) | 
| testing::gmock_matchers_test::TEST_F | ( | FloatNearTest | , | 
| FloatNearCanDescribeSelf | |||
| ) | 
| testing::gmock_matchers_test::TEST_F | ( | FloatNearTest | , | 
| NanSensitiveFloatNearCanDescribeSelf | |||
| ) | 
| testing::gmock_matchers_test::TEST_F | ( | FloatNearTest | , | 
| FloatNearCannotMatchNaN | |||
| ) | 
| testing::gmock_matchers_test::TEST_F | ( | FloatNearTest | , | 
| NanSensitiveFloatNearCanMatchNaN | |||
| ) | 
| testing::gmock_matchers_test::TEST_F | ( | DoubleTest | , | 
| DoubleEqApproximatelyMatchesDoubles | |||
| ) | 
| testing::gmock_matchers_test::TEST_F | ( | DoubleTest | , | 
| NanSensitiveDoubleEqApproximatelyMatchesDoubles | |||
| ) | 
| testing::gmock_matchers_test::TEST_F | ( | DoubleTest | , | 
| DoubleEqCannotMatchNaN | |||
| ) | 
| testing::gmock_matchers_test::TEST_F | ( | DoubleTest | , | 
| NanSensitiveDoubleEqCanMatchNaN | |||
| ) | 
| testing::gmock_matchers_test::TEST_F | ( | DoubleTest | , | 
| DoubleEqCanDescribeSelf | |||
| ) | 
| testing::gmock_matchers_test::TEST_F | ( | DoubleTest | , | 
| NanSensitiveDoubleEqCanDescribeSelf | |||
| ) | 
| testing::gmock_matchers_test::TEST_F | ( | DoubleNearTest | , | 
| DoubleNearMatches | |||
| ) | 
| testing::gmock_matchers_test::TEST_F | ( | DoubleNearTest | , | 
| NanSensitiveDoubleNearApproximatelyMatchesDoubles | |||
| ) | 
| testing::gmock_matchers_test::TEST_F | ( | DoubleNearTest | , | 
| DoubleNearCanDescribeSelf | |||
| ) | 
| testing::gmock_matchers_test::TEST_F | ( | DoubleNearTest | , | 
| ExplainsResultWhenMatchFails | |||
| ) | 
| testing::gmock_matchers_test::TEST_F | ( | DoubleNearTest | , | 
| NanSensitiveDoubleNearCanDescribeSelf | |||
| ) | 
| testing::gmock_matchers_test::TEST_F | ( | DoubleNearTest | , | 
| DoubleNearCannotMatchNaN | |||
| ) | 
| testing::gmock_matchers_test::TEST_F | ( | DoubleNearTest | , | 
| NanSensitiveDoubleNearCanMatchNaN | |||
| ) | 
| testing::gmock_matchers_test::TEST_F | ( | UnorderedElementsAreTest | , | 
| WorksWithUncopyable | |||
| ) | 
| testing::gmock_matchers_test::TEST_F | ( | UnorderedElementsAreTest | , | 
| SucceedsWhenExpected | |||
| ) | 
| testing::gmock_matchers_test::TEST_F | ( | UnorderedElementsAreTest | , | 
| FailsWhenAnElementMatchesNoMatcher | |||
| ) | 
| testing::gmock_matchers_test::TEST_F | ( | UnorderedElementsAreTest | , | 
| WorksForStreamlike | |||
| ) | 
| testing::gmock_matchers_test::TEST_F | ( | UnorderedElementsAreTest | , | 
| Performance | |||
| ) | 
| testing::gmock_matchers_test::TEST_F | ( | UnorderedElementsAreTest | , | 
| PerformanceHalfStrict | |||
| ) | 
| testing::gmock_matchers_test::TEST_F | ( | UnorderedElementsAreTest | , | 
| FailMessageCountWrong | |||
| ) | 
| testing::gmock_matchers_test::TEST_F | ( | UnorderedElementsAreTest | , | 
| FailMessageCountWrongZero | |||
| ) | 
| testing::gmock_matchers_test::TEST_F | ( | UnorderedElementsAreTest | , | 
| FailMessageUnmatchedMatchers | |||
| ) | 
| testing::gmock_matchers_test::TEST_F | ( | UnorderedElementsAreTest | , | 
| FailMessageUnmatchedElements | |||
| ) | 
| testing::gmock_matchers_test::TEST_F | ( | UnorderedElementsAreTest | , | 
| FailMessageUnmatchedMatcherAndElement | |||
| ) | 
| testing::gmock_matchers_test::TEST_F | ( | UnorderedElementsAreTest | , | 
| FailMessageImperfectMatchOnly | |||
| ) | 
| testing::gmock_matchers_test::TEST_F | ( | UnorderedElementsAreTest | , | 
| Describe | |||
| ) | 
| testing::gmock_matchers_test::TEST_F | ( | UnorderedElementsAreTest | , | 
| DescribeNegation | |||
| ) | 
| testing::gmock_matchers_test::TEST_F | ( | BipartiteNonSquareTest | , | 
| SimpleBacktracking | |||
| ) | 
| testing::gmock_matchers_test::TEST_P | ( | BipartiteTest | , | 
| Exhaustive | |||
| ) | 
| testing::gmock_matchers_test::TEST_P | ( | BipartiteNonSquareTest | , | 
| Exhaustive | |||
| ) | 
| testing::gmock_matchers_test::TEST_P | ( | BipartiteRandomTest | , | 
| LargerNets | |||
| ) | 
| bool testing::gmock_matchers_test::ValueIsPositive | ( | const Uncopyable & | x | ) | 
| const int testing::gmock_matchers_test::foo = 0 | 
| const int testing::gmock_matchers_test::g_bar = 1 | 
AlexaClientSDK 3.0.0 - Copyright 2016-2022 Amazon.com, Inc. or its affiliates. All Rights Reserved. Licensed under the Apache License, Version 2.0