Home
last modified time | relevance | path

Searched refs:ACTION_P3 (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/googletest/googlemock/test/
H A Dgmock-more-actions_test.cc1220 ACTION_P3(Plus, m, n, k) { return arg0 + m + n + k; } in ACTION_P3() function
1319 ACTION_P3(ConcatImpl, a, b, c) { in ACTION_P3() function
1413 ACTION_P3(Plus3, x, y, z) { return x + y + z; } in ACTION_P3() function
/freebsd/contrib/googletest/googlemock/include/gmock/
H A Dgmock-actions.h2293 #define ACTION_P3(name, ...) \
/freebsd/contrib/googletest/docs/
H A Dgmock_cook_book.md4030 gMock also provides `ACTION_P2`, `ACTION_P3`, and etc to support multi-parameter