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

/gem5/ext/googletest/googlemock/test/
H A Dgmock-matchers_test.cc3845 double& DoubleFunction(double& input) { return input; } // NOLINT function in namespace:testing::gmock_matchers_test
3854 Matcher<double&> matcher = ResultOf(&DoubleFunction, Ref(x));

Completed in 25 milliseconds