Home
last modified time | relevance | path

Searched refs:source_matcher (Results 1 – 1 of 1) sorted by relevance

/src/contrib/googletest/googlemock/include/gmock/
H A Dgmock-matchers.h407 static Matcher<T> Cast(const Matcher<U>& source_matcher) { in Cast() argument
408 return Matcher<T>(new Impl(source_matcher)); in Cast()
422 explicit Impl(const Matcher<U>& source_matcher) in Impl() argument
423 : source_matcher_(source_matcher) {} in Impl()