Searched refs:ByConstRef (Results 1 – 1 of 1) sorted by relevance
78 bool ByConstRef(const std::string& s) { return s == "Hi"; } in ByConstRef() function789 EXPECT_TRUE(a.Perform(std::make_tuple(&ByConstRef))); in TEST()