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

/external/chromium/testing/gmock/test/
H A Dgmock-matchers_test.cc3276 double& DoubleFunction(double& input) { return input; } // NOLINT function in namespace:testing::gmock_matchers_test
3285 Matcher<double&> matcher = ResultOf(&DoubleFunction, Ref(x));

Completed in 80 milliseconds