Home | History | Annotate | Download | only in test

Lines Matching refs:DoubleFunction

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