Home
last modified time | relevance | path

Searched refs:source_matcher (Results 1 – 3 of 3) 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/swiftshader/third_party/llvm-7.0/llvm/utils/unittest/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/googletest/googlemock/include/gmock/
Dgmock-matchers.h184 static Matcher<T> Cast(const Matcher<U>& source_matcher) { in Cast() argument
185 return Matcher<T>(new Impl(source_matcher)); in Cast()
191 explicit Impl(const Matcher<U>& source_matcher) in Impl() argument
192 : source_matcher_(source_matcher) {} in Impl()