#include <gmock.h>
Public Member Functions | |
EitherOfMatcher (Matcher1 matcher1, Matcher2 matcher2) | |
EitherOfMatcher (Matcher1 matcher1, Matcher2 matcher2) | |
template<typename T > | |
operator Matcher< T > () const | |
template<typename T > | |
operator Matcher< T > () const | |
Private Member Functions | |
GTEST_DISALLOW_ASSIGN_ (EitherOfMatcher) | |
GTEST_DISALLOW_ASSIGN_ (EitherOfMatcher) | |
Private Attributes | |
Matcher1 | matcher1_ |
Matcher2 | matcher2_ |
Definition at line 6310 of file fused-src/gmock/gmock.h.
testing::internal::EitherOfMatcher< Matcher1, Matcher2 >::EitherOfMatcher | ( | Matcher1 | matcher1, |
Matcher2 | matcher2 | ||
) | [inline] |
Definition at line 6312 of file fused-src/gmock/gmock.h.
testing::internal::EitherOfMatcher< Matcher1, Matcher2 >::EitherOfMatcher | ( | Matcher1 | matcher1, |
Matcher2 | matcher2 | ||
) | [inline] |
Definition at line 1660 of file gmock-matchers.h.
testing::internal::EitherOfMatcher< Matcher1, Matcher2 >::GTEST_DISALLOW_ASSIGN_ | ( | EitherOfMatcher< Matcher1, Matcher2 > | ) | [private] |
testing::internal::EitherOfMatcher< Matcher1, Matcher2 >::GTEST_DISALLOW_ASSIGN_ | ( | EitherOfMatcher< Matcher1, Matcher2 > | ) | [private] |
testing::internal::EitherOfMatcher< Matcher1, Matcher2 >::operator Matcher< T > | ( | ) | const [inline] |
Definition at line 1667 of file gmock-matchers.h.
testing::internal::EitherOfMatcher< Matcher1, Matcher2 >::operator Matcher< T > | ( | ) | const [inline] |
Definition at line 6319 of file fused-src/gmock/gmock.h.
Matcher1 testing::internal::EitherOfMatcher< Matcher1, Matcher2 >::matcher1_ [private] |
Definition at line 6325 of file fused-src/gmock/gmock.h.
Matcher2 testing::internal::EitherOfMatcher< Matcher1, Matcher2 >::matcher2_ [private] |
Definition at line 6326 of file fused-src/gmock/gmock.h.