Home | History | Annotate | Download | only in test

Lines Matching refs:DoubleFunction

3848 double& DoubleFunction(double& input) { return input; }  // NOLINT
3857 Matcher<double&> matcher = ResultOf(&DoubleFunction, Ref(x));