Searched defs:ACTION (Results 1 - 8 of 8) sorted by relevance

/freebsd-current/contrib/googletest/googlemock/test/
H A Dgmock_link_test.h430 ACTION(Return1) { return 1; } function in namespace:__anon20
H A Dgmock-actions_test.cc2144 ACTION(ReturnArity) { return std::tuple_size<args_type>::value; } function
H A Dgmock-more-actions_test.cc991 ACTION(Return5) { return 5; } function in namespace:testing::gmock_more_actions_test
1002 ACTION(IncrementArg1) { (*arg1)++; } function in namespace:testing::gmock_more_actions_test
1013 ACTION(IncrementArg2) { function in namespace:testing::gmock_more_actions_test
1028 ACTION(Sum function in namespace:testing::gmock_more_actions_test
1048 ACTION(InvokeDummy) { function in namespace:testing::gmock_more_actions_test
1062 ACTION(InvokeDummy2) { function in namespace:testing::gmock_more_actions_test
1075 ACTION(ReturnAddrOfConstBoolReferenceArg) { function in namespace:testing::gmock_more_actions_test
1087 ACTION(ReturnAddrOfIntReferenceArg) { function in namespace:testing::gmock_more_actions_test
1100 ACTION(Sum) { return arg0 + arg1; } function in namespace:testing::gmock_more_actions_test::action_test
1110 ACTION(PlusTwo) { return arg0 + 2; } function in namespace:testing::gmock_more_actions_test
1154 ACTION(OverloadedAction) { return arg0 ? arg1 : "hello"; } function in namespace:testing::gmock_more_actions_test
1329 ACTION(DoFoo) {} function in namespace:testing::gmock_more_actions_test
1514 ACTION(ReturnSum) { return 0; } function in namespace:testing::gmock_more_actions_test
[all...]
/freebsd-current/include/
H A Dsearch.h26 } ACTION; typedef in typeref:enum:__anon78
/freebsd-current/usr.sbin/acpi/acpidump/
H A Dacpidump.h100 ACTION, enumerator in enum:TCPAevent_types
/freebsd-current/contrib/byacc/
H A Ddefs.h150 ,ACTION enumerator in enum:__anon3
/freebsd-current/lib/libc/db/hash/
H A Dhash.h38 } ACTION; typedef in typeref:enum:__anon88
/freebsd-current/usr.bin/lex/
H A Dinitscan.c1984 #define ACTION 12 macro
3268 BEGIN(ACTION); variable
3291 BEGIN(ACTION); variable
3314 BEGIN(ACTION); variable
3993 ACTION_ECHO; BEGIN(ACTION); variable
4005 ACTION_ECHO; BEGIN(ACTION); variable
4025 ++linenum; ACTION_ECHO; if (bracelevel <= 0) { BEGIN(SECT2); } else { BEGIN(ACTION); } variable

Completed in 119 milliseconds