Searched refs:dummy_impl (Results 1 – 2 of 2) sorted by relevance
369 const MatcherInterface<int>* dummy_impl = NULL; in TEST() local370 Matcher<int> m = MakeMatcher(dummy_impl); in TEST()
473 const MatcherInterface<int>* dummy_impl = nullptr; in TEST() local474 Matcher<int> m = MakeMatcher(dummy_impl); in TEST()