Home
last modified time | relevance | path

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

/third_party/googletest/googlemock/test/
Dgmock-more-actions_test.cc991 ACTION(Return5) { return 5; } in ACTION() argument
994 Action<double()> a1 = Return5(); in TEST()
997 Action<int(double, bool)> a2 = Return5(); in TEST()