Home | History | Annotate | Download | only in gmock

Lines Matching full:first_matcher_

6906       : first_matcher_(
6915 first_matcher_.DescribeTo(os);
6923 first_matcher_.DescribeNegationTo(os);
6935 return first_matcher_.Matches(a_pair.first) &&
6939 if (!first_matcher_.MatchAndExplain(a_pair.first,
6976 const Matcher<const FirstType&> first_matcher_;
6987 : first_matcher_(first_matcher), second_matcher_(second_matcher) {}
6993 first_matcher_, second_matcher_));
6997 const FirstMatcher first_matcher_;