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

/gem5/ext/googletest/googlemock/test/
H A Dgmock_link_test.h452 ACTION_P2(ReturnEqualsEitherOf, first, second) { function in namespace:__anon25
H A Dgmock-generated-actions_test.cc769 ACTION_P2(OverloadedAction, true_value, false_value) { function in namespace:testing::gmock_generated_actions_test
866 ACTION_P2(PadArgument, prefix, suffix) { function in namespace:testing::gmock_generated_actions_test
938 ACTION_P2(DoFoo, p0, p1) {} function in namespace:testing::gmock_generated_actions_test
981 ACTION_P2(Plus2, x, y) { return x + y; } function in namespace:testing::gmock_generated_actions_test
/gem5/ext/googletest/googlemock/include/gmock/
H A Dgmock-generated-actions.h1403 #define ACTION_P2(name, p0, p1)\ macro

Completed in 22 milliseconds