#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 6637 of file fused-src/gmock/gmock.h.
|
inline |
Definition at line 6640 of file fused-src/gmock/gmock.h.
|
inline |
Definition at line 1719 of file gmock-matchers.h.
|
private |
|
private |
|
inline |
Definition at line 1726 of file gmock-matchers.h.
|
inline |
Definition at line 6647 of file fused-src/gmock/gmock.h.
|
private |
Definition at line 6654 of file fused-src/gmock/gmock.h.
|
private |
Definition at line 6655 of file fused-src/gmock/gmock.h.