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

/gem5/ext/googletest/googlemock/include/gmock/
H A Dgmock-more-actions.h161 ACTION_TEMPLATE(ReturnArg, function in namespace:testing
169 ACTION_TEMPLATE(SaveArg, function in namespace:testing
177 ACTION_TEMPLATE(SaveArgPointee, function in namespace:testing
185 ACTION_TEMPLATE(SetArgReferee, function in namespace:testing
202 ACTION_TEMPLATE(SetArrayArgument, function in namespace:testing
215 ACTION_TEMPLATE(DeleteArg, function in namespace:testing
H A Dgmock-generated-actions.h896 // ACTION_P*() don't support that. ACTION_TEMPLATE() remedies that
901 // ACTION_TEMPLATE(ActionName,
915 // ACTION_TEMPLATE(DuplicateArg,
938 // ACTION_TEMPLATE and ACTION/ACTION_P* can be overloaded on the
953 // implementing ACTION_TEMPLATE. The main trick we use is to create
956 // #define ACTION_TEMPLATE(name, template_params, value_params)
959 // which causes ACTION_TEMPLATE(..., HAS_1_TEMPLATE_PARAMS(typename, T), ...)
1244 #define ACTION_TEMPLATE(name, template_params, value_params)\ macro
2196 ACTION_TEMPLATE(InvokeArgument, function in namespace:testing
2205 ACTION_TEMPLATE(InvokeArgumen function in namespace:testing
2214 ACTION_TEMPLATE(InvokeArgument, function in namespace:testing
2223 ACTION_TEMPLATE(InvokeArgument, function in namespace:testing
2232 ACTION_TEMPLATE(InvokeArgument, function in namespace:testing
2241 ACTION_TEMPLATE(InvokeArgument, function in namespace:testing
2250 ACTION_TEMPLATE(InvokeArgument, function in namespace:testing
2259 ACTION_TEMPLATE(InvokeArgument, function in namespace:testing
2268 ACTION_TEMPLATE(InvokeArgument, function in namespace:testing
2277 ACTION_TEMPLATE(InvokeArgument, function in namespace:testing
2286 ACTION_TEMPLATE(InvokeArgument, function in namespace:testing
2300 ACTION_TEMPLATE(ReturnNew, function in namespace:testing
2306 ACTION_TEMPLATE(ReturnNew, function in namespace:testing
2312 ACTION_TEMPLATE(ReturnNew, function in namespace:testing
2318 ACTION_TEMPLATE(ReturnNew, function in namespace:testing
2324 ACTION_TEMPLATE(ReturnNew, function in namespace:testing
2330 ACTION_TEMPLATE(ReturnNew, function in namespace:testing
2336 ACTION_TEMPLATE(ReturnNew, function in namespace:testing
2342 ACTION_TEMPLATE(ReturnNew, function in namespace:testing
2348 ACTION_TEMPLATE(ReturnNew, function in namespace:testing
2354 ACTION_TEMPLATE(ReturnNew, function in namespace:testing
2360 ACTION_TEMPLATE(ReturnNew, function in namespace:testing
[all...]
/gem5/ext/googletest/googlemock/test/
H A Dgmock-generated-actions_test.cc1071 // Tests that ACTION_TEMPLATE works when there is no value parameter.
1072 ACTION_TEMPLATE(CreateNew, function in namespace:testing::gmock_generated_actions_test
1084 // Tests that ACTION_TEMPLATE works when there are value parameters.
1085 ACTION_TEMPLATE(CreateNew, function in namespace:testing::gmock_generated_actions_test
1098 // Tests that ACTION_TEMPLATE works for integral template parameters.
1099 ACTION_TEMPLATE(MyDeleteArg, function in namespace:testing::gmock_generated_actions_test
1124 ACTION_TEMPLATE(ReturnSmartPointer, function in namespace:testing::gmock_generated_actions_test
1138 // Tests that ACTION_TEMPLATE works for 10 template parameters.
1147 ACTION_TEMPLATE(ReturnGiant, function in namespace:testing::gmock_generated_actions_test
1173 // Tests that ACTION_TEMPLATE work
1174 ACTION_TEMPLATE(ReturnSum, function in namespace:testing::gmock_generated_actions_test
1192 ACTION_TEMPLATE(ReturnSum, function in namespace:testing::gmock_generated_actions_test
1198 ACTION_TEMPLATE(ReturnSum, function in namespace:testing::gmock_generated_actions_test
1204 ACTION_TEMPLATE(ReturnSum, function in namespace:testing::gmock_generated_actions_test
[all...]

Completed in 28 milliseconds