Searched refs:EvenMatcherImpl (Results 1 – 1 of 1) sorted by relevance
257 class EvenMatcherImpl : public MatcherInterface<int> { class275 EvenMatcherImpl m; in TEST()314 const MatcherInterface<int>* impl = new EvenMatcherImpl; in TEST()368 Describe(Matcher<int>(new EvenMatcherImpl))); in TEST()