Searched refs:MonomorphicImpl (Results 1 – 2 of 2) sorted by relevance
358 return Action<F>(new MonomorphicImpl<F>(impl_));363 class MonomorphicImpl : public ActionInterface<F> {368 explicit MonomorphicImpl(const Impl& impl) : impl_(impl) {} in MonomorphicImpl() function377 GTEST_DISALLOW_ASSIGN_(MonomorphicImpl);
331 return Matcher<T>(new MonomorphicImpl<T>(impl_));336 class MonomorphicImpl : public MatcherInterface<T> {338 explicit MonomorphicImpl(const Impl& impl) : impl_(impl) {} in MonomorphicImpl() function355 GTEST_DISALLOW_ASSIGN_(MonomorphicImpl);