Home
last modified time | relevance | path

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

/external/googletest/googlemock/test/
Dgmock-generated-actions_test.cc70 bool ByConstRef(const std::string& s) { return s == "Hi"; } in ByConstRef() function
238 EXPECT_TRUE(a.Perform(std::make_tuple(&ByConstRef))); in TEST()
Dgmock-more-actions_test.cc91 bool ByConstRef(const std::string& s) { return s == "Hi"; } in ByConstRef() function
/external/google-breakpad/src/testing/test/
Dgmock-generated-actions_test.cc84 bool ByConstRef(const string& s) { return s == "Hi"; } in ByConstRef() function
268 EXPECT_TRUE(a.Perform(make_tuple(&ByConstRef))); in TEST()
Dgmock-more-actions_test.cc97 bool ByConstRef(const string& s) { return s == "Hi"; } in ByConstRef() function
Dgmock-actions_test.cc1036 bool ByConstRef(const std::string& s) { return s == "Hi"; } in ByConstRef() function