Home
last modified time | relevance | path

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

/freebsd/contrib/googletest/googlemock/test/
H A Dgmock-actions_test.cc1278 int ReturnOne() { in ReturnOne() function
1285 Action<void()> a = IgnoreResult(Invoke(ReturnOne)); in TEST()