Searched refs:ACTION_P3 (Results 1 - 2 of 2) sorted by relevance

/gem5/ext/googletest/googlemock/test/
H A Dgmock-generated-actions_test.cc791 ACTION_P3(Plus, m, n, k) { return arg0 + m + n + k; } function in namespace:testing::gmock_generated_actions_test
887 ACTION_P3(ConcatImpl, a, b, c) { function in namespace:testing::gmock_generated_actions_test
899 // ConcatImplActionP3 is the class template ACTION_P3 uses to
982 ACTION_P3(Plus3, x, y, z) { return x + y + z; } function in namespace:testing::gmock_generated_actions_test
/gem5/ext/googletest/googlemock/include/gmock/
H A Dgmock-generated-actions.h833 // We also provide ACTION_P2, ACTION_P3, ..., up to ACTION_P10 to support
1458 #define ACTION_P3(name, p0, p1, p2)\ macro

Completed in 19 milliseconds