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

/external/google-breakpad/src/testing/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
H A Dgmock-actions_test.cc1039 bool ReferencesGlobalDouble(const double& x) { return &x == &g_double; } function in namespace:__anon6901
/external/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
/external/v8/testing/gmock/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 183 milliseconds