Searched refs:DoubleFunction (Results 1 – 1 of 1) sorted by relevance
999 double& DoubleFunction(double& input) { return input; } // NOLINT in DoubleFunction() function1008 Matcher<double&> matcher = ResultOf(&DoubleFunction, Ref(x)); in TEST()