#include <gmock.h>
Public Types | |
typedef Matcher< const SelectedArgs & > | MonomorphicInnerMatcher |
typedef Matcher< const SelectedArgs & > | MonomorphicInnerMatcher |
typedef internal::TupleFields < RawArgsTuple, k0, k1, k2, k3, k4, k5, k6, k7, k8, k9 >::type | SelectedArgs |
typedef internal::TupleFields < RawArgsTuple, k0, k1, k2, k3, k4, k5, k6, k7, k8, k9 >::type | SelectedArgs |
Public Member Functions | |
template<typename InnerMatcher > | |
ArgsMatcherImpl (const InnerMatcher &inner_matcher) | |
template<typename InnerMatcher > | |
ArgsMatcherImpl (const InnerMatcher &inner_matcher) | |
virtual void | DescribeNegationTo (::std::ostream *os) const |
virtual void | DescribeNegationTo (::std::ostream *os) const |
virtual void | DescribeTo (::std::ostream *os) const |
virtual void | DescribeTo (::std::ostream *os) const |
typedef | GTEST_REMOVE_REFERENCE_AND_CONST_ (ArgsTuple) RawArgsTuple |
typedef | GTEST_REMOVE_REFERENCE_AND_CONST_ (ArgsTuple) RawArgsTuple |
virtual bool | MatchAndExplain (ArgsTuple args, MatchResultListener *listener) const |
virtual bool | MatchAndExplain (ArgsTuple args, MatchResultListener *listener) const |
Private Member Functions | |
GTEST_DISALLOW_ASSIGN_ (ArgsMatcherImpl) | |
GTEST_DISALLOW_ASSIGN_ (ArgsMatcherImpl) | |
Static Private Member Functions | |
static SelectedArgs | GetSelectedArgs (ArgsTuple args) |
static SelectedArgs | GetSelectedArgs (ArgsTuple args) |
static void | PrintIndices (::std::ostream *os) |
static void | PrintIndices (::std::ostream *os) |
Private Attributes | |
const MonomorphicInnerMatcher | inner_matcher_ |
Definition at line 11914 of file fused-src/gmock/gmock.h.
typedef Matcher<const SelectedArgs&> testing::internal::ArgsMatcherImpl< ArgsTuple, k0, k1, k2, k3, k4, k5, k6, k7, k8, k9 >::MonomorphicInnerMatcher |
Definition at line 228 of file gmock-generated-matchers.h.
typedef Matcher<const SelectedArgs&> testing::internal::ArgsMatcherImpl< ArgsTuple, k0, k1, k2, k3, k4, k5, k6, k7, k8, k9 >::MonomorphicInnerMatcher |
Definition at line 11920 of file fused-src/gmock/gmock.h.
typedef internal::TupleFields<RawArgsTuple, k0, k1, k2, k3, k4, k5, k6, k7, k8, k9>::type testing::internal::ArgsMatcherImpl< ArgsTuple, k0, k1, k2, k3, k4, k5, k6, k7, k8, k9 >::SelectedArgs |
Definition at line 227 of file gmock-generated-matchers.h.
typedef internal::TupleFields<RawArgsTuple, k0, k1, k2, k3, k4, k5, k6, k7, k8, k9>::type testing::internal::ArgsMatcherImpl< ArgsTuple, k0, k1, k2, k3, k4, k5, k6, k7, k8, k9 >::SelectedArgs |
Definition at line 11919 of file fused-src/gmock/gmock.h.
testing::internal::ArgsMatcherImpl< ArgsTuple, k0, k1, k2, k3, k4, k5, k6, k7, k8, k9 >::ArgsMatcherImpl | ( | const InnerMatcher & | inner_matcher | ) | [inline, explicit] |
Definition at line 11923 of file fused-src/gmock/gmock.h.
testing::internal::ArgsMatcherImpl< ArgsTuple, k0, k1, k2, k3, k4, k5, k6, k7, k8, k9 >::ArgsMatcherImpl | ( | const InnerMatcher & | inner_matcher | ) | [inline, explicit] |
Definition at line 231 of file gmock-generated-matchers.h.
virtual void testing::internal::ArgsMatcherImpl< ArgsTuple, k0, k1, k2, k3, k4, k5, k6, k7, k8, k9 >::DescribeNegationTo | ( | ::std::ostream * | os | ) | const [inline, virtual] |
Reimplemented from testing::MatcherDescriberInterface.
Definition at line 256 of file gmock-generated-matchers.h.
virtual void testing::internal::ArgsMatcherImpl< ArgsTuple, k0, k1, k2, k3, k4, k5, k6, k7, k8, k9 >::DescribeNegationTo | ( | ::std::ostream * | os | ) | const [inline, virtual] |
Reimplemented from testing::MatcherDescriberInterface.
Definition at line 11948 of file fused-src/gmock/gmock.h.
virtual void testing::internal::ArgsMatcherImpl< ArgsTuple, k0, k1, k2, k3, k4, k5, k6, k7, k8, k9 >::DescribeTo | ( | ::std::ostream * | os | ) | const [inline, virtual] |
Implements testing::MatcherDescriberInterface.
Definition at line 250 of file gmock-generated-matchers.h.
virtual void testing::internal::ArgsMatcherImpl< ArgsTuple, k0, k1, k2, k3, k4, k5, k6, k7, k8, k9 >::DescribeTo | ( | ::std::ostream * | os | ) | const [inline, virtual] |
Implements testing::MatcherDescriberInterface.
Definition at line 11942 of file fused-src/gmock/gmock.h.
static SelectedArgs testing::internal::ArgsMatcherImpl< ArgsTuple, k0, k1, k2, k3, k4, k5, k6, k7, k8, k9 >::GetSelectedArgs | ( | ArgsTuple | args | ) | [inline, static, private] |
Definition at line 263 of file gmock-generated-matchers.h.
static SelectedArgs testing::internal::ArgsMatcherImpl< ArgsTuple, k0, k1, k2, k3, k4, k5, k6, k7, k8, k9 >::GetSelectedArgs | ( | ArgsTuple | args | ) | [inline, static, private] |
Definition at line 11955 of file fused-src/gmock/gmock.h.
testing::internal::ArgsMatcherImpl< ArgsTuple, k0, k1, k2, k3, k4, k5, k6, k7, k8, k9 >::GTEST_DISALLOW_ASSIGN_ | ( | ArgsMatcherImpl< ArgsTuple, k0, k1, k2, k3, k4, k5, k6, k7, k8, k9 > | ) | [private] |
testing::internal::ArgsMatcherImpl< ArgsTuple, k0, k1, k2, k3, k4, k5, k6, k7, k8, k9 >::GTEST_DISALLOW_ASSIGN_ | ( | ArgsMatcherImpl< ArgsTuple, k0, k1, k2, k3, k4, k5, k6, k7, k8, k9 > | ) | [private] |
typedef testing::internal::ArgsMatcherImpl< ArgsTuple, k0, k1, k2, k3, k4, k5, k6, k7, k8, k9 >::GTEST_REMOVE_REFERENCE_AND_CONST_ | ( | ArgsTuple | ) |
typedef testing::internal::ArgsMatcherImpl< ArgsTuple, k0, k1, k2, k3, k4, k5, k6, k7, k8, k9 >::GTEST_REMOVE_REFERENCE_AND_CONST_ | ( | ArgsTuple | ) |
virtual bool testing::internal::ArgsMatcherImpl< ArgsTuple, k0, k1, k2, k3, k4, k5, k6, k7, k8, k9 >::MatchAndExplain | ( | ArgsTuple | args, |
MatchResultListener * | listener | ||
) | const [inline, virtual] |
Implements testing::MatcherInterface< ArgsTuple >.
Definition at line 234 of file gmock-generated-matchers.h.
virtual bool testing::internal::ArgsMatcherImpl< ArgsTuple, k0, k1, k2, k3, k4, k5, k6, k7, k8, k9 >::MatchAndExplain | ( | ArgsTuple | args, |
MatchResultListener * | listener | ||
) | const [inline, virtual] |
Implements testing::MatcherInterface< ArgsTuple >.
Definition at line 11926 of file fused-src/gmock/gmock.h.
static void testing::internal::ArgsMatcherImpl< ArgsTuple, k0, k1, k2, k3, k4, k5, k6, k7, k8, k9 >::PrintIndices | ( | ::std::ostream * | os | ) | [inline, static, private] |
Definition at line 269 of file gmock-generated-matchers.h.
static void testing::internal::ArgsMatcherImpl< ArgsTuple, k0, k1, k2, k3, k4, k5, k6, k7, k8, k9 >::PrintIndices | ( | ::std::ostream * | os | ) | [inline, static, private] |
Definition at line 11961 of file fused-src/gmock/gmock.h.
const MonomorphicInnerMatcher testing::internal::ArgsMatcherImpl< ArgsTuple, k0, k1, k2, k3, k4, k5, k6, k7, k8, k9 >::inner_matcher_ [private] |
Definition at line 11976 of file fused-src/gmock/gmock.h.