Searched refs:source_matcher (Results 1 - 2 of 2) 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/gmock/include/gmock/
H A Dgmock-matchers.h540 static Matcher<T> Cast(const Matcher<U>& source_matcher) { argument
541 return Matcher<T>(new Impl(source_matcher));
547 explicit Impl(const Matcher<U>& source_matcher) argument
548 : source_matcher_(source_matcher) {}

Completed in 79 milliseconds