Searched refs:source_matcher (Results 1 – 4 of 4) 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()
5196 static Matcher<T> Cast(const Matcher<U>& source_matcher) {5197 return Matcher<T>(new Impl(source_matcher));5203 explicit Impl(const Matcher<U>& source_matcher)5204 : source_matcher_(source_matcher) {}