Searched refs:MonomorphicImpl (Results 1 – 7 of 7) 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);
433 return Action<F>(new MonomorphicImpl<F>(impl_));438 class MonomorphicImpl : public ActionInterface<F> {443 explicit MonomorphicImpl(const Impl& impl) : impl_(impl) {}452 GTEST_DISALLOW_ASSIGN_(MonomorphicImpl);
444 return Matcher<T>(new MonomorphicImpl<T>(impl_));449 class MonomorphicImpl : public MatcherInterface<T> {451 explicit MonomorphicImpl(const Impl& impl) : impl_(impl) {} in MonomorphicImpl() function468 GTEST_DISALLOW_ASSIGN_(MonomorphicImpl);
1267 return Action<F>(new MonomorphicImpl<F>(impl_));1272 class MonomorphicImpl : public ActionInterface<F> {1277 explicit MonomorphicImpl(const Impl& impl) : impl_(impl) {}1286 GTEST_DISALLOW_ASSIGN_(MonomorphicImpl);5075 return Matcher<T>(new MonomorphicImpl<T>(impl_));5080 class MonomorphicImpl : public MatcherInterface<T> {5082 explicit MonomorphicImpl(const Impl& impl) : impl_(impl) {}5099 GTEST_DISALLOW_ASSIGN_(MonomorphicImpl);