Home
last modified time | relevance | path

Searched refs:MonomorphicImpl (Results 1 - 4 of 4) sorted by relevance

/third_party/mesa3d/src/gtest/include/gtest/
H A Dgtest-matchers.h468 return Matcher<T>(new MonomorphicImpl<const T&>(impl_)); in operator Matcher()
473 class MonomorphicImpl : public MatcherInterface<T> { class in testing::PolymorphicMatcher
475 explicit MonomorphicImpl(const Impl& impl) : impl_(impl) {} in MonomorphicImpl() function in testing::PolymorphicMatcher::MonomorphicImpl
/third_party/googletest/googletest/include/gtest/
H A Dgtest-matchers.h667 return Matcher<T>(new MonomorphicImpl<const T&>(impl_)); in operator Matcher()
672 class MonomorphicImpl : public MatcherInterface<T> { class in testing::PolymorphicMatcher
674 explicit MonomorphicImpl(const Impl& impl) : impl_(impl) {} in MonomorphicImpl() function in testing::PolymorphicMatcher::MonomorphicImpl
/third_party/node/deps/googletest/include/gtest/
H A Dgtest-matchers.h631 return Matcher<T>(new MonomorphicImpl<const T&>(impl_)); in operator Matcher()
636 class MonomorphicImpl : public MatcherInterface<T> { class in testing::PolymorphicMatcher
638 explicit MonomorphicImpl(const Impl& impl) : impl_(impl) {} in MonomorphicImpl() function in testing::PolymorphicMatcher::MonomorphicImpl
/third_party/googletest/googlemock/include/gmock/
H A Dgmock-actions.h870 return Action<F>(new MonomorphicImpl<F>(impl_)); in operator Action()
875 class MonomorphicImpl : public ActionInterface<F> { class in testing::PolymorphicAction
880 explicit MonomorphicImpl(const Impl& impl) : impl_(impl) {} in MonomorphicImpl() function in testing::PolymorphicAction::MonomorphicImpl

Completed in 8 milliseconds