Searched refs:ByConstRef (Results 1 – 3 of 3) sorted by relevance
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