|
proxygen
|
#include <gmock-matchers.h>
Public Member Functions | |
| PairMatcher (FirstMatcher first_matcher, SecondMatcher second_matcher) | |
| template<typename PairType > | |
| operator Matcher< PairType > () const | |
| PairMatcher (FirstMatcher first_matcher, SecondMatcher second_matcher) | |
| template<typename PairType > | |
| operator Matcher< PairType > () const | |
| PairMatcher (FirstMatcher first_matcher, SecondMatcher second_matcher) | |
| template<typename PairType > | |
| operator Matcher< PairType > () const | |
Private Member Functions | |
| GTEST_DISALLOW_ASSIGN_ (PairMatcher) | |
| GTEST_DISALLOW_ASSIGN_ (PairMatcher) | |
| GTEST_DISALLOW_ASSIGN_ (PairMatcher) | |
Private Attributes | |
| const FirstMatcher | first_matcher_ |
| const SecondMatcher | second_matcher_ |
Definition at line 3087 of file gmock-matchers.h.
|
inline |
Definition at line 3089 of file gmock-matchers.h.
|
inline |
Definition at line 3089 of file gmock-matchers.h.
|
inline |
Definition at line 3089 of file gmock-matchers.h.
|
private |
|
private |
|
private |
|
inline |
Definition at line 3093 of file gmock-matchers.h.
References testing::MakeMatcher().
|
inline |
Definition at line 3093 of file gmock-matchers.h.
References GTEST_DISALLOW_ASSIGN_, GTEST_REMOVE_REFERENCE_AND_CONST_, and testing::MakeMatcher().
|
inline |
Definition at line 3093 of file gmock-matchers.h.
References GTEST_DISALLOW_ASSIGN_, GTEST_REMOVE_REFERENCE_AND_CONST_, and testing::MakeMatcher().
|
private |
Definition at line 3100 of file gmock-matchers.h.
|
private |
Definition at line 3101 of file gmock-matchers.h.