Home
last modified time | relevance | path

Searched refs:ACTION_P2 (Results 1 – 4 of 4) sorted by relevance

/freebsd/contrib/googletest/googlemock/test/
H A Dgmock-more-actions_test.cc1198 ACTION_P2(OverloadedAction, true_value, false_value) { in ACTION_P2() function
1298 ACTION_P2(PadArgument, prefix, suffix) { in ACTION_P2() function
1369 ACTION_P2(DoFoo, p0, p1) {} in ACTION_P2() function
1412 ACTION_P2(Plus2, x, y) { return x + y; } in ACTION_P2() function
H A Dgmock_link_test.h463 ACTION_P2(ReturnEqualsEitherOf, first, second) { in ACTION_P2() function
/freebsd/contrib/googletest/googlemock/include/gmock/
H A Dgmock-actions.h2290 #define ACTION_P2(name, ...) \
/freebsd/contrib/googletest/docs/
H A Dgmock_cook_book.md4030 gMock also provides `ACTION_P2`, `ACTION_P3`, and etc to support multi-parameter
4034 ACTION_P2(ReturnDistanceTo, x, y) {
4054 ACTION_P2(Plus, a, b) { ... }
4168 | `ACTION_P2(Baz, p1, p2)` | `Baz(bool_value, int_value)` | `BazActionP2<bool, int>` |