#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 6749 of file fused-src/gmock/gmock.h.
|
inline |
Definition at line 6752 of file fused-src/gmock/gmock.h.
|
inline |
Definition at line 1831 of file gmock-matchers.h.
|
private |
|
private |
|
inline |
Definition at line 1838 of file gmock-matchers.h.
|
inline |
Definition at line 6759 of file fused-src/gmock/gmock.h.
|
private |
Definition at line 6766 of file fused-src/gmock/gmock.h.
|
private |
Definition at line 6767 of file fused-src/gmock/gmock.h.