template <typename PairType>

class PairMatcherImpl

Defined at line 3213 of file ../../third_party/googletest/src/googlemock/include/gmock/gmock-matchers.h

Implements Pair(first_matcher, second_matcher) for the given argument pair

type with its two matchers. See Pair() function below.

Public Methods

template <typename FirstMatcher, typename SecondMatcher>
void PairMatcherImpl<PairType> (FirstMatcher first_matcher, SecondMatcher second_matcher)

Defined at line 3220 of file ../../third_party/googletest/src/googlemock/include/gmock/gmock-matchers.h

void DescribeTo (::std::ostream * os)

Describes what this matcher does.

Defined at line 3227 of file ../../third_party/googletest/src/googlemock/include/gmock/gmock-matchers.h

void DescribeNegationTo (::std::ostream * os)

Describes what the negation of this matcher does.

Defined at line 3235 of file ../../third_party/googletest/src/googlemock/include/gmock/gmock-matchers.h

bool MatchAndExplain (PairType a_pair, MatchResultListener * listener)

Returns true if and only if 'a_pair.first' matches first_matcher and

'a_pair.second' matches second_matcher.

Defined at line 3244 of file ../../third_party/googletest/src/googlemock/include/gmock/gmock-matchers.h