Searched refs:dummy_impl (Results 1 – 1 of 1) sorted by relevance
293 const MatcherInterface<int>* dummy_impl = new EvenMatcherImpl; in TEST() local294 Matcher<int> m = MakeMatcher(dummy_impl); in TEST()