Home
last modified time | relevance | path

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

/freebsd/contrib/googletest/googlemock/test/
H A Dgmock-more-actions_test.cc1029 ACTION(Return5) { return 5; } in ACTION() argument
1032 Action<double()> a1 = Return5(); in TEST()
1035 Action<int(double, bool)> a2 = Return5(); in TEST()