Lines Matching refs:With
38 // .With(multi-argument-matcher)
41 // where the .With() clause is optional.
47 // .With(multi-argument-matchers)
294 // Implements the .With() clause.
295 OnCallSpec& With(const Matcher<const ArgumentTuple&>& m) {
298 ".With() cannot appear "
336 // .With(multi-argument-matcher)
706 // If this mock method has an extra matcher (i.e. .With(matcher)),
906 // Implements the .With() clause.
907 TypedExpectation& With(const Matcher<const ArgumentTuple&>& m) {
910 ".With() cannot appear "
914 ".With() must be the first "
1072 // Returns the matcher specified by the .With() clause.
1080 // If this mock method has an extra matcher (i.e. .With(matcher)),
1513 MockSpec<F> With(Matcher<Args>... m) {
1890 return mock_.With(std::move(m)...);