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

  /external/google-breakpad/src/testing/include/gmock/
gmock-actions.h 358 return Action<F>(new MonomorphicImpl<F>(impl_));
363 class MonomorphicImpl : public ActionInterface<F> {
368 explicit MonomorphicImpl(const Impl& impl) : impl_(impl) {}
377 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...]
  /external/googletest/googlemock/include/gmock/
gmock-actions.h 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);
    [all...]
gmock-matchers.h 444 return Matcher<T>(new MonomorphicImpl<T>(impl_));
449 class MonomorphicImpl : public MatcherInterface<T> {
451 explicit MonomorphicImpl(const Impl& impl) : impl_(impl) {}
468 GTEST_DISALLOW_ASSIGN_(MonomorphicImpl);
    [all...]
  /external/v8/testing/gmock/include/gmock/
gmock-actions.h 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);
    [all...]
gmock-matchers.h 444 return Matcher<T>(new MonomorphicImpl<T>(impl_));
449 class MonomorphicImpl : public MatcherInterface<T> {
451 explicit MonomorphicImpl(const Impl& impl) : impl_(impl) {}
468 GTEST_DISALLOW_ASSIGN_(MonomorphicImpl);
    [all...]
  /external/fmtlib/test/gmock/
gmock.h     [all...]

Completed in 89 milliseconds