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

/freebsd-13-stable/contrib/googletest/googlemock/include/gmock/
H A Dgmock-more-actions.h162 ACTION_TEMPLATE(ReturnArg, function in namespace:testing
170 ACTION_TEMPLATE(SaveArg, function in namespace:testing
178 ACTION_TEMPLATE(SaveArgPointee, function in namespace:testing
186 ACTION_TEMPLATE(SetArgReferee, function in namespace:testing
203 ACTION_TEMPLATE(SetArrayArgument, function in namespace:testing
216 ACTION_TEMPLATE(DeleteArg, function in namespace:testing
H A Dgmock-generated-actions.h972 // ACTION_P*() don't support that. ACTION_TEMPLATE() remedies that
977 // ACTION_TEMPLATE(ActionName,
991 // ACTION_TEMPLATE(DuplicateArg,
1014 // ACTION_TEMPLATE and ACTION/ACTION_P* can be overloaded on the
1029 // implementing ACTION_TEMPLATE. The main trick we use is to create
1032 // #define ACTION_TEMPLATE(name, template_params, value_params)
1035 // which causes ACTION_TEMPLATE(..., HAS_1_TEMPLATE_PARAMS(typename, T), ...)
1358 #define ACTION_TEMPLATE(name, template_params, value_params)\ macro
2386 ACTION_TEMPLATE(InvokeArgument, function in namespace:testing
2395 ACTION_TEMPLATE(InvokeArgumen function in namespace:testing
2404 ACTION_TEMPLATE(InvokeArgument, function in namespace:testing
2413 ACTION_TEMPLATE(InvokeArgument, function in namespace:testing
2422 ACTION_TEMPLATE(InvokeArgument, function in namespace:testing
2431 ACTION_TEMPLATE(InvokeArgument, function in namespace:testing
2440 ACTION_TEMPLATE(InvokeArgument, function in namespace:testing
2449 ACTION_TEMPLATE(InvokeArgument, function in namespace:testing
2458 ACTION_TEMPLATE(InvokeArgument, function in namespace:testing
2467 ACTION_TEMPLATE(InvokeArgument, function in namespace:testing
2476 ACTION_TEMPLATE(InvokeArgument, function in namespace:testing
2490 ACTION_TEMPLATE(ReturnNew, function in namespace:testing
2496 ACTION_TEMPLATE(ReturnNew, function in namespace:testing
2502 ACTION_TEMPLATE(ReturnNew, function in namespace:testing
2508 ACTION_TEMPLATE(ReturnNew, function in namespace:testing
2514 ACTION_TEMPLATE(ReturnNew, function in namespace:testing
2520 ACTION_TEMPLATE(ReturnNew, function in namespace:testing
2526 ACTION_TEMPLATE(ReturnNew, function in namespace:testing
2532 ACTION_TEMPLATE(ReturnNew, function in namespace:testing
2538 ACTION_TEMPLATE(ReturnNew, function in namespace:testing
2544 ACTION_TEMPLATE(ReturnNew, function in namespace:testing
2550 ACTION_TEMPLATE(ReturnNew, function in namespace:testing
[all...]
/freebsd-13-stable/contrib/googletest/googlemock/test/
H A Dgmock-generated-actions_test.cc1072 // Tests that ACTION_TEMPLATE works when there is no value parameter.
1073 ACTION_TEMPLATE(CreateNew, function in namespace:testing::gmock_generated_actions_test
1085 // Tests that ACTION_TEMPLATE works when there are value parameters.
1086 ACTION_TEMPLATE(CreateNew, function in namespace:testing::gmock_generated_actions_test
1099 // Tests that ACTION_TEMPLATE works for integral template parameters.
1100 ACTION_TEMPLATE(MyDeleteArg, function in namespace:testing::gmock_generated_actions_test
1125 ACTION_TEMPLATE(ReturnSmartPointer, function in namespace:testing::gmock_generated_actions_test
1139 // Tests that ACTION_TEMPLATE works for 10 template parameters.
1148 ACTION_TEMPLATE(ReturnGiant, function in namespace:testing::gmock_generated_actions_test
1174 // Tests that ACTION_TEMPLATE work
1175 ACTION_TEMPLATE(ReturnSum, function in namespace:testing::gmock_generated_actions_test
1193 ACTION_TEMPLATE(ReturnSum, function in namespace:testing::gmock_generated_actions_test
1199 ACTION_TEMPLATE(ReturnSum, function in namespace:testing::gmock_generated_actions_test
1205 ACTION_TEMPLATE(ReturnSum, function in namespace:testing::gmock_generated_actions_test
[all...]

Completed in 125 milliseconds