class UnorderedElementsAreMatcherImplBase
Defined at line 3779 of file ../../third_party/googletest/src/googlemock/include/gmock/gmock-matchers.h
Untyped base class for implementing UnorderedElementsAre. By
putting logic that's not specific to the element type here, we
reduce binary bloat and increase compilation speed.
Protected Methods
void DescribeToImpl (::std::ostream * os)
Describes this UnorderedElementsAre matcher.
void DescribeNegationToImpl (::std::ostream * os)
Describes the negation of this UnorderedElementsAre matcher.
void UnorderedElementsAreMatcherImplBase (UnorderedMatcherRequire::Flags matcher_flags)
Defined at line 3781 of file ../../third_party/googletest/src/googlemock/include/gmock/gmock-matchers.h
bool VerifyMatchMatrix (const ::std::vector<std::string> & element_printouts, const MatchMatrix & matrix, MatchResultListener * listener)
bool FindPairing (const MatchMatrix & matrix, MatchResultListener * listener)
MatcherDescriberVec & matcher_describers ()
Defined at line 3803 of file ../../third_party/googletest/src/googlemock/include/gmock/gmock-matchers.h
Message Elements (size_t n)
Defined at line 3805 of file ../../third_party/googletest/src/googlemock/include/gmock/gmock-matchers.h
UnorderedMatcherRequire::Flags match_flags ()
Defined at line 3809 of file ../../third_party/googletest/src/googlemock/include/gmock/gmock-matchers.h