Searched refs:source_matcher (Results 1 – 3 of 3) sorted by relevance
452 static Matcher<T> Cast(const Matcher<U>& source_matcher) { in Cast() argument453 return Matcher<T>(new Impl(source_matcher)); in Cast()459 explicit Impl(const Matcher<U>& source_matcher) in Impl() argument460 : source_matcher_(source_matcher) {} in Impl()
565 static Matcher<T> Cast(const Matcher<U>& source_matcher) { in Cast() argument566 return Matcher<T>(new Impl(source_matcher)); in Cast()572 explicit Impl(const Matcher<U>& source_matcher) in Impl() argument573 : source_matcher_(source_matcher) {} in Impl()
184 static Matcher<T> Cast(const Matcher<U>& source_matcher) { in Cast() argument185 return Matcher<T>(new Impl(source_matcher)); in Cast()191 explicit Impl(const Matcher<U>& source_matcher) in Impl() argument192 : source_matcher_(source_matcher) {} in Impl()