Home
last modified time | relevance | path

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

/freebsd/contrib/googletest/googlemock/test/
H A Dgmock-more-actions_test.cc1148 ACTION(PlusTwo) { return arg0 + 2; } in ACTION() argument
1151 Action<int(int)> a1 = PlusTwo(); in TEST()
1154 Action<double(float, void*)> a2 = PlusTwo(); in TEST()