Searched refs:source_matcher (Results 1 – 1 of 1) sorted by relevance
407 static Matcher<T> Cast(const Matcher<U>& source_matcher) { in Cast() argument408 return Matcher<T>(new Impl(source_matcher)); in Cast()422 explicit Impl(const Matcher<U>& source_matcher) in Impl() argument423 : source_matcher_(source_matcher) {} in Impl()