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

/gem5/ext/googletest/googlemock/test/
H A Dgmock-generated-actions_test.cc87 bool ReferencesGlobalDouble(const double& x) { return &x == &g_double; } function in namespace:testing::gmock_generated_actions_test
277 EXPECT_TRUE(a.Perform(make_tuple(&ReferencesGlobalDouble)));
281 EXPECT_FALSE(a.Perform(make_tuple(&ReferencesGlobalDouble)));
H A Dgmock-more-actions_test.cc100 bool ReferencesGlobalDouble(const double& x) { return &x == &g_double; } function in namespace:testing::gmock_more_actions_test

Completed in 14 milliseconds