Home | History | Annotate | Download | only in gmock

Lines Matching full:second_matcher_

6908         second_matcher_(
6917 second_matcher_.DescribeTo(os);
6925 second_matcher_.DescribeNegationTo(os);
6936 second_matcher_.Matches(a_pair.second);
6946 if (!second_matcher_.MatchAndExplain(a_pair.second,
6977 const Matcher<const SecondType&> second_matcher_;
6987 : first_matcher_(first_matcher), second_matcher_(second_matcher) {}
6993 first_matcher_, second_matcher_));
6998 const SecondMatcher second_matcher_;