Home
last modified time | relevance | path

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

/freebsd/contrib/googletest/googlemock/test/
H A Dgmock-more-actions_test.cc80 bool ByConstRef(const std::string& s) { return s == "Hi"; } in ByConstRef() function
844 EXPECT_TRUE(a.Perform(std::make_tuple(&ByConstRef))); in TEST()