Home
last modified time | relevance | path

Searched refs:IncrementArg1 (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/googletest/googlemock/test/
H A Dgmock-more-actions_test.cc1040 ACTION(IncrementArg1) { (*arg1)++; } in ACTION() argument
1043 Action<void(int, int*)> a1 = IncrementArg1(); in TEST()
/freebsd/contrib/googletest/docs/
H A Dgmock_cook_book.md3940 ACTION(IncrementArg1) { return ++(*arg1); }
3946 ... WillOnce(IncrementArg1());