Home
last modified time | relevance | path

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

/third_party/googletest/googlemock/test/
Dgmock-more-actions_test.cc78 bool ByConstRef(const std::string& s) { return s == "Hi"; } in ByConstRef() function
789 EXPECT_TRUE(a.Perform(std::make_tuple(&ByConstRef))); in TEST()