Home | History | Annotate | Download | only in gmock

Lines Matching defs:With

4 // Redistribution and use in source and binary forms, with or without
12 // in the documentation and/or other materials provided with the
40 // .With(multi-argument-matcher)
43 // where the .With() clause is optional.
49 // .With(multi-argument-matchers)
145 // Performs the default action with the given arguments and returns
154 // Performs the given action with the given arguments and returns
210 // Returns the result of invoking this mock function with the given
297 // we cannot initialize it with _ as that triggers a compiler
303 // Implements the .With() clause.
304 OnCallSpec& With(const Matcher<const ArgumentTuple&>& m) {
307 ".With() cannot appear "
345 // .With(multi-argument-matcher)
459 // the registry when the last mock method associated with it has
714 // If this mock method has an extra matcher (i.e. .With(matcher)),
890 // we cannot initialize it with _ as that triggers a compiler
906 // Implements the .With() clause.
907 TypedExpectation& With(const Matcher<const ArgumentTuple&>& m) {
910 ".With() cannot appear "
914 ".With() must be the first "
1052 // Returns the matcher specified by the .With() clause.
1060 // If this mock method has an extra matcher (i.e. .With(matcher)),
1253 // that the spec is associated with.
1475 // Returns the ON_CALL spec that matches this mock function with the
1493 // exceptions are enabled) with a helpful call descrption if there
1518 // Performs the default action with the given arguments and returns
1531 // Performs the given action with the given arguments and returns
1579 // Returns the result of invoking this mock function with the given