Home
last modified time | relevance | path

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

/external/google-breakpad/src/testing/test/
Dgmock-generated-actions_test.cc84 bool ByConstRef(const string& s) { return s == "Hi"; } in ByConstRef() function
268 EXPECT_TRUE(a.Perform(make_tuple(&ByConstRef))); in TEST()
Dgmock-more-actions_test.cc97 bool ByConstRef(const string& s) { return s == "Hi"; } in ByConstRef() function
Dgmock-actions_test.cc1036 bool ByConstRef(const std::string& s) { return s == "Hi"; } in ByConstRef() function