Home | History | Annotate | Download | only in gmock

Lines Matching refs:AllArgs

3045 // AllArgs(m) is a synonym of m.  This is useful in
3047 // EXPECT_CALL(foo, Bar(_, _)).With(AllArgs(Eq()));
3053 inline InnerMatcher AllArgs(const InnerMatcher& matcher) { return matcher; }