Home
last modified time | relevance | path

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

/external/google-breakpad/src/testing/test/
Dgmock-matchers_test.cc3379 double& DoubleFunction(double& input) { return input; } // NOLINT in DoubleFunction() function
3388 Matcher<double&> matcher = ResultOf(&DoubleFunction, Ref(x)); in TEST()
/external/googletest/googlemock/test/
Dgmock-matchers_test.cc4469 double& DoubleFunction(double& input) { return input; } // NOLINT in DoubleFunction() function
4478 Matcher<double&> matcher = ResultOf(&DoubleFunction, Ref(x)); in TEST()