Home | History | Annotate | Download | only in gmock

Lines Matching defs:AllArgs

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