Home
last modified time | relevance | path

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

/freebsd/contrib/googletest/googlemock/test/
H A Dgmock-matchers-containers_test.cc999 double& DoubleFunction(double& input) { return input; } // NOLINT in DoubleFunction() function
1008 Matcher<double&> matcher = ResultOf(&DoubleFunction, Ref(x)); in TEST()