#include <gmock.h>
Public Member Functions | |
BothOfMatcher (Matcher1 matcher1, Matcher2 matcher2) | |
BothOfMatcher (Matcher1 matcher1, Matcher2 matcher2) | |
template<typename T > | |
operator Matcher< T > () const | |
template<typename T > | |
operator Matcher< T > () const | |
Private Member Functions | |
GTEST_DISALLOW_ASSIGN_ (BothOfMatcher) | |
GTEST_DISALLOW_ASSIGN_ (BothOfMatcher) | |
Private Attributes | |
Matcher1 | matcher1_ |
Matcher2 | matcher2_ |
Definition at line 6215 of file fused-src/gmock/gmock.h.
testing::internal::BothOfMatcher< Matcher1, Matcher2 >::BothOfMatcher | ( | Matcher1 | matcher1, |
Matcher2 | matcher2 | ||
) | [inline] |
Definition at line 6217 of file fused-src/gmock/gmock.h.
testing::internal::BothOfMatcher< Matcher1, Matcher2 >::BothOfMatcher | ( | Matcher1 | matcher1, |
Matcher2 | matcher2 | ||
) | [inline] |
Definition at line 1565 of file gmock-matchers.h.
testing::internal::BothOfMatcher< Matcher1, Matcher2 >::GTEST_DISALLOW_ASSIGN_ | ( | BothOfMatcher< Matcher1, Matcher2 > | ) | [private] |
testing::internal::BothOfMatcher< Matcher1, Matcher2 >::GTEST_DISALLOW_ASSIGN_ | ( | BothOfMatcher< Matcher1, Matcher2 > | ) | [private] |
testing::internal::BothOfMatcher< Matcher1, Matcher2 >::operator Matcher< T > | ( | ) | const [inline] |
Definition at line 1572 of file gmock-matchers.h.
testing::internal::BothOfMatcher< Matcher1, Matcher2 >::operator Matcher< T > | ( | ) | const [inline] |
Definition at line 6224 of file fused-src/gmock/gmock.h.
Matcher1 testing::internal::BothOfMatcher< Matcher1, Matcher2 >::matcher1_ [private] |
Definition at line 6230 of file fused-src/gmock/gmock.h.
Matcher2 testing::internal::BothOfMatcher< Matcher1, Matcher2 >::matcher2_ [private] |
Definition at line 6231 of file fused-src/gmock/gmock.h.