#include <gmock.h>
Public Member Functions | |
ElementsAreMatcher (const MatcherTuple &args) | |
ElementsAreMatcher (const MatcherTuple &args) | |
template<typename Container > | |
operator Matcher< Container > () const | |
template<typename Container > | |
operator Matcher< Container > () const | |
Private Member Functions | |
GTEST_DISALLOW_ASSIGN_ (ElementsAreMatcher) | |
GTEST_DISALLOW_ASSIGN_ (ElementsAreMatcher) | |
Private Attributes | |
const MatcherTuple | matchers_ |
Definition at line 7888 of file fused-src/gmock/gmock.h.
testing::internal::ElementsAreMatcher< MatcherTuple >::ElementsAreMatcher | ( | const MatcherTuple & | args | ) | [inline, explicit] |
Definition at line 7890 of file fused-src/gmock/gmock.h.
testing::internal::ElementsAreMatcher< MatcherTuple >::ElementsAreMatcher | ( | const MatcherTuple & | args | ) | [inline, explicit] |
Definition at line 3238 of file gmock-matchers.h.
testing::internal::ElementsAreMatcher< MatcherTuple >::GTEST_DISALLOW_ASSIGN_ | ( | ElementsAreMatcher< MatcherTuple > | ) | [private] |
testing::internal::ElementsAreMatcher< MatcherTuple >::GTEST_DISALLOW_ASSIGN_ | ( | ElementsAreMatcher< MatcherTuple > | ) | [private] |
testing::internal::ElementsAreMatcher< MatcherTuple >::operator Matcher< Container > | ( | ) | const [inline] |
Definition at line 3241 of file gmock-matchers.h.
testing::internal::ElementsAreMatcher< MatcherTuple >::operator Matcher< Container > | ( | ) | const [inline] |
Definition at line 7893 of file fused-src/gmock/gmock.h.
const MatcherTuple testing::internal::ElementsAreMatcher< MatcherTuple >::matchers_ [private] |
Definition at line 7907 of file fused-src/gmock/gmock.h.