Home
last modified time | relevance | path

Searched refs:ACTION_P2 (Results 1 - 3 of 3) sorted by relevance

/third_party/googletest/googlemock/test/
H A Dgmock-more-actions_test.cc1163 ACTION_P2(OverloadedAction, true_value, false_value) { in ACTION_P2() function
1263 ACTION_P2(PadArgument, prefix, suffix) { in ACTION_P2() function
1334 ACTION_P2(DoFoo, p0, p1) {} in ACTION_P2() function
1377 ACTION_P2(Plus2, x, y) { return x + y; } in ACTION_P2() function
H A Dgmock_link_test.h62 // ACTION_P2()-generated
455 // Tests the linkage of actions created using ACTION_P2 macro.
457 ACTION_P2(ReturnEqualsEitherOf, first, second) { in ACTION_P2() function
/third_party/googletest/googlemock/include/gmock/
H A Dgmock-actions.h81 // We also provide ACTION_P2, ACTION_P3, ..., up to ACTION_P10 to support
103 // ACTION_P2(Plus, a, b) { ... }
2269 #define ACTION_P2(name, ...) \

Completed in 9 milliseconds