HomeSort by: relevance | last modified time | path
    Searched refs:MonomorphicImpl (Results 1 - 2 of 2) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/utils/unittest/googletest/include/gtest/
gtest-matchers.h 468 return Matcher<T>(new MonomorphicImpl<const T&>(impl_));
473 class MonomorphicImpl : public MatcherInterface<T> {
475 explicit MonomorphicImpl(const Impl& impl) : impl_(impl) {}
  /src/external/apache2/llvm/dist/llvm/utils/unittest/googlemock/include/gmock/
gmock-actions.h 440 return Action<F>(new MonomorphicImpl<F>(impl_));
445 class MonomorphicImpl : public ActionInterface<F> {
450 explicit MonomorphicImpl(const Impl& impl) : impl_(impl) {}
459 GTEST_DISALLOW_ASSIGN_(MonomorphicImpl);

Completed in 15 milliseconds