#include <gmock.h>
Public Member Functions | |
template<typename PairType > | |
operator Matcher< PairType > () const | |
template<typename PairType > | |
operator Matcher< PairType > () const | |
PairMatcher (FirstMatcher first_matcher, SecondMatcher second_matcher) | |
PairMatcher (FirstMatcher first_matcher, SecondMatcher second_matcher) | |
Private Member Functions | |
GTEST_DISALLOW_ASSIGN_ (PairMatcher) | |
GTEST_DISALLOW_ASSIGN_ (PairMatcher) | |
Private Attributes | |
const FirstMatcher | first_matcher_ |
const SecondMatcher | second_matcher_ |
Definition at line 8130 of file fused-src/gmock/gmock.h.
|
inline |
Definition at line 8133 of file fused-src/gmock/gmock.h.
|
inline |
Definition at line 3212 of file gmock-matchers.h.
|
private |
|
private |
|
inline |
Definition at line 3216 of file gmock-matchers.h.
|
inline |
Definition at line 8137 of file fused-src/gmock/gmock.h.
|
private |
Definition at line 8145 of file fused-src/gmock/gmock.h.
|
private |
Definition at line 8146 of file fused-src/gmock/gmock.h.