Home
last modified time | relevance | path

Searched refs:MonomorphicImpl (Results 1 – 6 of 6) sorted by relevance

/external/google-breakpad/src/testing/include/gmock/
Dgmock-actions.h358 return Action<F>(new MonomorphicImpl<F>(impl_));
363 class MonomorphicImpl : public ActionInterface<F> {
368 explicit MonomorphicImpl(const Impl& impl) : impl_(impl) {} in MonomorphicImpl() function
377 GTEST_DISALLOW_ASSIGN_(MonomorphicImpl);
Dgmock-matchers.h331 return Matcher<T>(new MonomorphicImpl<T>(impl_));
336 class MonomorphicImpl : public MatcherInterface<T> {
338 explicit MonomorphicImpl(const Impl& impl) : impl_(impl) {} in MonomorphicImpl() function
355 GTEST_DISALLOW_ASSIGN_(MonomorphicImpl);
/external/swiftshader/third_party/llvm-7.0/llvm/utils/unittest/googlemock/include/gmock/
Dgmock-actions.h433 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);
Dgmock-matchers.h444 return Matcher<T>(new MonomorphicImpl<T>(impl_));
449 class MonomorphicImpl : public MatcherInterface<T> {
451 explicit MonomorphicImpl(const Impl& impl) : impl_(impl) {} in MonomorphicImpl() function
468 GTEST_DISALLOW_ASSIGN_(MonomorphicImpl);
/external/googletest/googlemock/include/gmock/
Dgmock-actions.h433 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);
/external/googletest/googletest/include/gtest/
Dgtest-matchers.h532 return Matcher<T>(new MonomorphicImpl<const T&>(impl_));
537 class MonomorphicImpl : public MatcherInterface<T> {
539 explicit MonomorphicImpl(const Impl& impl) : impl_(impl) {} in MonomorphicImpl() function