HomeSort by relevance Sort by last modified time
    Searched refs:MonomorphicImpl (Results 1 - 2 of 2) sorted by null

  /external/chromium/testing/gmock/include/gmock/
gmock-actions.h 356 return Action<F>(new MonomorphicImpl<F>(impl_));
361 class MonomorphicImpl : public ActionInterface<F> {
366 explicit MonomorphicImpl(const Impl& impl) : impl_(impl) {}
375 GTEST_DISALLOW_ASSIGN_(MonomorphicImpl);
    [all...]
gmock-matchers.h 331 return Matcher<T>(new MonomorphicImpl<T>(impl_));
336 class MonomorphicImpl : public MatcherInterface<T> {
338 explicit MonomorphicImpl(const Impl& impl) : impl_(impl) {}
355 GTEST_DISALLOW_ASSIGN_(MonomorphicImpl);
    [all...]

Completed in 66 milliseconds