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

/external/chromium/testing/gmock/include/gmock/
H A Dgmock-more-actions.h144 ACTION_TEMPLATE(ReturnArg, function in namespace:testing
152 ACTION_TEMPLATE(SaveArg, function in namespace:testing
160 ACTION_TEMPLATE(SaveArgPointee, function in namespace:testing
168 ACTION_TEMPLATE(SetArgReferee, function in namespace:testing
185 ACTION_TEMPLATE(SetArrayArgument, function in namespace:testing
202 ACTION_TEMPLATE(DeleteArg, function in namespace:testing
H A Dgmock-generated-actions.h1035 // ACTION_P*() don't support that. ACTION_TEMPLATE() remedies that
1040 // ACTION_TEMPLATE(ActionName,
1054 // ACTION_TEMPLATE(DuplicateArg,
1077 // ACTION_TEMPLATE and ACTION/ACTION_P* can be overloaded on the
1092 // implementing ACTION_TEMPLATE. The main trick we use is to create
1095 // #define ACTION_TEMPLATE(name, template_params, value_params)
1098 // which causes ACTION_TEMPLATE(..., HAS_1_TEMPLATE_PARAMS(typename, T), ...)
1383 #define ACTION_TEMPLATE(name, template_params, value_params)\ macro
2265 ACTION_TEMPLATE(InvokeArgument, function in namespace:testing
2272 ACTION_TEMPLATE(InvokeArgumen function in namespace:testing
2279 ACTION_TEMPLATE(InvokeArgument, function in namespace:testing
2286 ACTION_TEMPLATE(InvokeArgument, function in namespace:testing
2293 ACTION_TEMPLATE(InvokeArgument, function in namespace:testing
2300 ACTION_TEMPLATE(InvokeArgument, function in namespace:testing
2307 ACTION_TEMPLATE(InvokeArgument, function in namespace:testing
2314 ACTION_TEMPLATE(InvokeArgument, function in namespace:testing
2321 ACTION_TEMPLATE(InvokeArgument, function in namespace:testing
2328 ACTION_TEMPLATE(InvokeArgument, function in namespace:testing
2335 ACTION_TEMPLATE(InvokeArgument, function in namespace:testing
2347 ACTION_TEMPLATE(ReturnNew, function in namespace:testing
2353 ACTION_TEMPLATE(ReturnNew, function in namespace:testing
2359 ACTION_TEMPLATE(ReturnNew, function in namespace:testing
2365 ACTION_TEMPLATE(ReturnNew, function in namespace:testing
2371 ACTION_TEMPLATE(ReturnNew, function in namespace:testing
2377 ACTION_TEMPLATE(ReturnNew, function in namespace:testing
2383 ACTION_TEMPLATE(ReturnNew, function in namespace:testing
2389 ACTION_TEMPLATE(ReturnNew, function in namespace:testing
2395 ACTION_TEMPLATE(ReturnNew, function in namespace:testing
2401 ACTION_TEMPLATE(ReturnNew, function in namespace:testing
2407 ACTION_TEMPLATE(ReturnNew, function in namespace:testing
[all...]
/external/chromium/testing/gmock/test/
H A Dgmock-generated-actions_test.cc1055 // Tests that ACTION_TEMPLATE works when there is no value parameter.
1056 ACTION_TEMPLATE(CreateNew, function in namespace:testing::gmock_generated_actions_test
1068 // Tests that ACTION_TEMPLATE works when there are value parameters.
1069 ACTION_TEMPLATE(CreateNew, function in namespace:testing::gmock_generated_actions_test
1082 // Tests that ACTION_TEMPLATE works for integral template parameters.
1083 ACTION_TEMPLATE(MyDeleteArg, function in namespace:testing::gmock_generated_actions_test
1108 ACTION_TEMPLATE(ReturnSmartPointer, function in namespace:testing::gmock_generated_actions_test
1122 // Tests that ACTION_TEMPLATE works for 10 template parameters.
1131 ACTION_TEMPLATE(ReturnGiant, function in namespace:testing::gmock_generated_actions_test
1157 // Tests that ACTION_TEMPLATE work
1158 ACTION_TEMPLATE(ReturnSum, function in namespace:testing::gmock_generated_actions_test
1176 ACTION_TEMPLATE(ReturnSum, function in namespace:testing::gmock_generated_actions_test
1182 ACTION_TEMPLATE(ReturnSum, function in namespace:testing::gmock_generated_actions_test
1188 ACTION_TEMPLATE(ReturnSum, function in namespace:testing::gmock_generated_actions_test
[all...]

Completed in 2065 milliseconds