Home
last modified time | relevance | path

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

/freebsd/contrib/googletest/googlemock/test/
H A Dgmock-more-actions_test.cc81 const double g_double = 0; variable
82 bool ReferencesGlobalDouble(const double& x) { return &x == &g_double; } in ReferencesGlobalDouble()
822 InvokeArgument<0>(ByRef(g_double)); in TEST()