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)
141 // Performs the default action with the given arguments and returns
150 // Performs the given action with the given arguments and returns
206 // Returns the result of invoking this mock function with the given
293 // we cannot initialize it with _ as that triggers a compiler
299 // Implements the .With() clause.
300 OnCallSpec& With(const Matcher<const ArgumentTuple&>& m) {
303 ".With() cannot appear "
341 // .With(multi-argument-matcher)
451 // the registry when the last mock method associated with it has
706 // If this mock method has an extra matcher (i.e. .With(matcher)),
882 // we cannot initialize it with _ as that triggers a compiler
898 // Implements the .With() clause.
899 TypedExpectation& With(const Matcher<const ArgumentTuple&>& m) {
902 ".With() cannot appear "
906 ".With() must be the first "
1044 // Returns the matcher specified by the .With() clause.
1052 // If this mock method has an extra matcher (i.e. .With(matcher)),
1245 // that the spec is associated with.
1412 // Returns the ON_CALL spec that matches this mock function with the
1429 // and returns the result. Asserts with a helpful call descrption if there is
1446 // Performs the default action with the given arguments and returns
1459 // Performs the given action with the given arguments and returns
1507 // Returns the result of invoking this mock function with the given