Searched defs:Impl (Results 1 - 3 of 3) sorted by relevance

/gem5/ext/googletest/googlemock/include/gmock/
H A Dgmock-actions.h563 class Impl : public ActionInterface<F> { class in class:testing::internal::ReturnAction
575 explicit Impl(const linked_ptr<R>& value) function in class:testing::internal::ReturnAction::Impl
595 class Impl<ByMoveWrapper<R_>, F> : public ActionInterface<F> { class in class:testing::internal::ReturnAction
600 explicit Impl(const linked_ptr<R>& wrapper) function in class:testing::internal::ReturnAction::Impl
675 class Impl : public ActionInterface<F> { class in class:testing::internal::ReturnRefAction
680 explicit Impl(T& ref) : ref_(ref) {} // NOLINT function in class:testing::internal::ReturnRefAction::Impl
724 class Impl : public ActionInterface<F> { class in class:testing::internal::ReturnRefOfCopyAction
729 explicit Impl(const T& value) : value_(value) {} // NOLINT function in class:testing::internal::ReturnRefOfCopyAction::Impl
914 class Impl : public ActionInterface<F> { class in class:testing::internal::IgnoreResultAction
919 explicit Impl(const A& action) : action_(action) {} function in class:testing::internal::IgnoreResultAction::Impl
987 class Impl : public ActionInterface<F> { class in class:testing::internal::DoBothAction
993 Impl(const Action<VoidResult>& action1, const Action<F>& action2) function in class:testing::internal::DoBothAction::Impl
[all...]
H A Dgmock-generated-actions.h470 class Impl : public ActionInterface<F> { class in class:testing::internal::WithArgsAction
475 explicit Impl(const InnerAction& action) : action_(action) {} function in class:testing::internal::WithArgsAction::Impl
[all...]
H A Dgmock-matchers.h570 class Impl : public MatcherInterface<T> { class in class:testing::internal::MatcherCastImpl
572 explicit Impl(const Matcher<U>& source_matcher) function in class:testing::internal::MatcherCastImpl::Impl
903 class Impl : public MatcherInterface<Lhs> { class in class:testing::internal::ComparisonBase
905 explicit Impl(const Rhs& rhs) : rhs_(rhs) {} function in class:testing::internal::ComparisonBase::Impl
1056 class Impl : public MatcherInterface<Super&> { class in class:testing::internal::RefMatcher
1058 explicit Impl(Super& x) : object_(x) {} // NOLINT function in class:testing::internal::RefMatcher::Impl
1398 class Impl : public MatcherInterface<Tuple> { class in class:testing::internal::PairMatchBase
1914 class Impl : public MatcherInterface<T> { class in class:testing::internal::FloatingEqMatcher
1916 Impl(FloatType expected, bool nan_eq_nan, FloatType max_abs_error) function in class:testing::internal::FloatingEqMatcher::Impl
2063 class Impl : public MatcherInterface<Pointer> { class in class:testing::internal::PointeeMatcher
2068 explicit Impl(const InnerMatcher& matcher) function in class:testing::internal::PointeeMatcher::Impl
2355 class Impl : public MatcherInterface<T> { class in class:testing::internal::ResultOfMatcher
2357 Impl(CallableStorageType callable, const Matcher<ResultType>& matcher) function in class:testing::internal::ResultOfMatcher::Impl
2411 class Impl : public MatcherInterface<Container> { class in class:testing::internal::SizeIsMatcher
2416 explicit Impl(const SizeMatcher& size_matcher) function in class:testing::internal::SizeIsMatcher::Impl
2463 class Impl : public MatcherInterface<Container> { class in class:testing::internal::BeginEndDistanceIsMatcher
2470 explicit Impl(const DistanceMatcher& distance_matcher) function in class:testing::internal::BeginEndDistanceIsMatcher::Impl
2625 class Impl : public MatcherInterface<LhsContainer> { class in class:testing::internal::WhenSortedByMatcher
2636 Impl(const Comparator& comparator, const ContainerMatcher& matcher) function in class:testing::internal::WhenSortedByMatcher::Impl
2715 class Impl : public MatcherInterface<LhsContainer> { class in class:testing::internal::PointwiseMatcher
2728 Impl(const TupleMatcher& tuple_matcher, const RhsStlContainer& rhs) function in class:testing::internal::PointwiseMatcher::Impl
3576 class Impl : public MatcherInterface<T> { class in class:testing::internal::BoundSecondMatcher
3580 Impl(const Tuple2Matcher& tm, const Second& second) function in class:testing::internal::BoundSecondMatcher::Impl
[all...]

Completed in 23 milliseconds