Home
last modified time | relevance | path

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

/external/google-breakpad/src/testing/include/gmock/
Dgmock-matchers.h452 static Matcher<T> Cast(const Matcher<U>& source_matcher) { in Cast() argument
453 return Matcher<T>(new Impl(source_matcher)); in Cast()
459 explicit Impl(const Matcher<U>& source_matcher) in Impl() argument
460 : source_matcher_(source_matcher) {} in Impl()
/external/v8/testing/gmock/include/gmock/
Dgmock-matchers.h565 static Matcher<T> Cast(const Matcher<U>& source_matcher) { in Cast() argument
566 return Matcher<T>(new Impl(source_matcher)); in Cast()
572 explicit Impl(const Matcher<U>& source_matcher) in Impl() argument
573 : source_matcher_(source_matcher) {} in Impl()
/external/googletest/googlemock/include/gmock/
Dgmock-matchers.h565 static Matcher<T> Cast(const Matcher<U>& source_matcher) { in Cast() argument
566 return Matcher<T>(new Impl(source_matcher)); in Cast()
572 explicit Impl(const Matcher<U>& source_matcher) in Impl() argument
573 : source_matcher_(source_matcher) {} in Impl()
/external/fmtlib/test/gmock/
Dgmock.h5196 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) {}