Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/googletest/googlemock/test/
H A Dgmock-matchers_test.cc257 class EvenMatcherImpl : public MatcherInterface<int> { class
275 EvenMatcherImpl m; in TEST()
314 const MatcherInterface<int>* impl = new EvenMatcherImpl; in TEST()
368 Describe(Matcher<int>(new EvenMatcherImpl))); in TEST()