Searched defs:source_matcher (Results 1 - 4 of 4) sorted by relevance

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

Completed in 100 milliseconds