Searched refs:ACTION_P (Results 1 - 18 of 18) sorted by relevance

/external/google-breakpad/src/testing/include/gmock/
H A Dgmock-more-actions.h209 ACTION_P(ReturnPointee, pointer) { return *pointer; } function in namespace:testing
220 ACTION_P(Throw, exception) { throw exception; } function in namespace:testing
H A Dgmock-generated-actions.h955 // ACTION_P(name, param_name) { statements; }
959 // ACTION_P(Add, n) { return arg0 + n; }
968 // ACTION_P(Add, n) above, you can write 'n_type' to refer to the type
992 // ACTION_P(Plus, a) { ... }
1034 // ACTION_P*() don't support that. ACTION_TEMPLATE() remedies that
1035 // and can be viewed as an extension to ACTION() and ACTION_P*().
1076 // ACTION_TEMPLATE and ACTION/ACTION_P* can be overloaded on the
1491 #define ACTION_P(name, p0)\ macro
/external/googletest/googlemock/include/gmock/
H A Dgmock-more-actions.h222 ACTION_P(ReturnPointee, pointer) { return *pointer; } function in namespace:testing
233 ACTION_P(Throw, exception) { throw exception; } function in namespace:testing
H A Dgmock-generated-actions.h817 // ACTION_P(name, param_name) { statements; }
821 // ACTION_P(Add, n) { return arg0 + n; }
830 // ACTION_P(Add, n) above, you can write 'n_type' to refer to the type
854 // ACTION_P(Plus, a) { ... }
896 // ACTION_P*() don't support that. ACTION_TEMPLATE() remedies that
897 // and can be viewed as an extension to ACTION() and ACTION_P*().
938 // ACTION_TEMPLATE and ACTION/ACTION_P* can be overloaded on the
1353 #define ACTION_P(name, p0)\ macro
/external/v8/testing/gmock/include/gmock/
H A Dgmock-more-actions.h222 ACTION_P(ReturnPointee, pointer) { return *pointer; } function in namespace:testing
233 ACTION_P(Throw, exception) { throw exception; } function in namespace:testing
H A Dgmock-generated-actions.h817 // ACTION_P(name, param_name) { statements; }
821 // ACTION_P(Add, n) { return arg0 + n; }
830 // ACTION_P(Add, n) above, you can write 'n_type' to refer to the type
854 // ACTION_P(Plus, a) { ... }
896 // ACTION_P*() don't support that. ACTION_TEMPLATE() remedies that
897 // and can be viewed as an extension to ACTION() and ACTION_P*().
938 // ACTION_TEMPLATE and ACTION/ACTION_P* can be overloaded on the
1353 #define ACTION_P(name, p0)\ macro
/external/webrtc/webrtc/modules/utility/source/
H A Dprocess_thread_impl_unittest.cc44 ACTION_P(SetEvent, event) { function in namespace:webrtc
48 ACTION_P(Increment, counter) { function in namespace:webrtc
52 ACTION_P(SetTimestamp, ptr) { function in namespace:webrtc
/external/google-breakpad/src/testing/test/
H A Dgmock-generated-actions_test.cc730 // Tests that ACTION_P can define a parameterized action.
731 ACTION_P(Plus, n) { return arg0 + n; } function in namespace:testing::gmock_generated_actions_test
738 // Tests that the body of ACTION_P can reference the argument types
740 ACTION_P(TypedPlus, n) { function in namespace:testing::gmock_generated_actions_test
764 ACTION_P(OverloadedAction, default_value) { function in namespace:testing::gmock_generated_actions_test
934 ACTION_P(DoFoo, p) {} function in namespace:testing::gmock_generated_actions_test
961 // Tests that an ACTION_P*() action can be explicitly instantiated
964 ACTION_P(Plus1, x) { return x; } function in namespace:testing::gmock_generated_actions_test
1169 // Tests that ACTION_TEMPLATE and ACTION/ACTION_P* can be overloaded
1174 ACTION_P(ReturnSu function in namespace:testing::gmock_generated_actions_test
[all...]
H A Dgmock_link_test.h63 // ACTION_P()-generated
438 // Tests the linkage of actions created using ACTION_P macro.
440 ACTION_P(ReturnArgument, ret_value) { return ret_value; } function in namespace:__anon6909
H A Dgmock-spec-builders_test.cc1735 ACTION_P(Delete, ptr) { delete ptr; } function in namespace:__anon6906
/external/googletest/googlemock/test/
H A Dgmock-generated-actions_test.cc731 // Tests that ACTION_P can define a parameterized action.
732 ACTION_P(Plus, n) { return arg0 + n; } function in namespace:testing::gmock_generated_actions_test
739 // Tests that the body of ACTION_P can reference the argument types
741 ACTION_P(TypedPlus, n) { function in namespace:testing::gmock_generated_actions_test
765 ACTION_P(OverloadedAction, default_value) { function in namespace:testing::gmock_generated_actions_test
937 ACTION_P(DoFoo, p) {} function in namespace:testing::gmock_generated_actions_test
977 // Tests that an ACTION_P*() action can be explicitly instantiated
980 ACTION_P(Plus1, x) { return x; } function in namespace:testing::gmock_generated_actions_test
1185 // Tests that ACTION_TEMPLATE and ACTION/ACTION_P* can be overloaded
1190 ACTION_P(ReturnSu function in namespace:testing::gmock_generated_actions_test
[all...]
H A Dgmock_link_test.h63 // ACTION_P()-generated
438 // Tests the linkage of actions created using ACTION_P macro.
440 ACTION_P(ReturnArgument, ret_value) { return ret_value; } function in namespace:__anon6999
H A Dgmock-spec-builders_test.cc1826 ACTION_P(Delete, ptr) { delete ptr; } function in namespace:__anon6995
/external/v8/testing/gmock/test/
H A Dgmock-generated-actions_test.cc730 // Tests that ACTION_P can define a parameterized action.
731 ACTION_P(Plus, n) { return arg0 + n; } function in namespace:testing::gmock_generated_actions_test
738 // Tests that the body of ACTION_P can reference the argument types
740 ACTION_P(TypedPlus, n) { function in namespace:testing::gmock_generated_actions_test
764 ACTION_P(OverloadedAction, default_value) { function in namespace:testing::gmock_generated_actions_test
936 ACTION_P(DoFoo, p) {} function in namespace:testing::gmock_generated_actions_test
976 // Tests that an ACTION_P*() action can be explicitly instantiated
979 ACTION_P(Plus1, x) { return x; } function in namespace:testing::gmock_generated_actions_test
1184 // Tests that ACTION_TEMPLATE and ACTION/ACTION_P* can be overloaded
1189 ACTION_P(ReturnSu function in namespace:testing::gmock_generated_actions_test
[all...]
H A Dgmock_link_test.h63 // ACTION_P()-generated
438 // Tests the linkage of actions created using ACTION_P macro.
440 ACTION_P(ReturnArgument, ret_value) { return ret_value; } function in namespace:__anon21894
H A Dgmock-spec-builders_test.cc1826 ACTION_P(Delete, ptr) { delete ptr; } function in namespace:__anon21890
/external/bsdiff/
H A Dextents_file_unittest.cc40 ACTION_P(SucceedPartialIO, bytes) { function in namespace:bsdiff
/external/fmtlib/test/gmock/
H A Dgmock.h3085 // ACTION_P(name, param_name) { statements; }
3089 // ACTION_P(Add, n) { return arg0 + n; }
3098 // ACTION_P(Add, n) above, you can write 'n_type' to refer to the type
3122 // ACTION_P(Plus, a) { ... }
3164 // ACTION_P*() don't support that. ACTION_TEMPLATE() remedies that
3165 // and can be viewed as an extension to ACTION() and ACTION_P*().
3206 // ACTION_TEMPLATE and ACTION/ACTION_P* can be overloaded on the
3621 #define ACTION_P(name, p0)\ macro
14095 ACTION_P(ReturnPointee, pointer) { return *pointer; }
14106 ACTION_P(Thro
[all...]

Completed in 736 milliseconds