Searched refs:ByConstRef (Results 1 – 5 of 5) sorted by relevance
70 bool ByConstRef(const std::string& s) { return s == "Hi"; } in ByConstRef() function238 EXPECT_TRUE(a.Perform(std::make_tuple(&ByConstRef))); in TEST()
91 bool ByConstRef(const std::string& s) { return s == "Hi"; } in ByConstRef() function
84 bool ByConstRef(const string& s) { return s == "Hi"; } in ByConstRef() function268 EXPECT_TRUE(a.Perform(make_tuple(&ByConstRef))); in TEST()
97 bool ByConstRef(const string& s) { return s == "Hi"; } in ByConstRef() function
1036 bool ByConstRef(const std::string& s) { return s == "Hi"; } in ByConstRef() function