|
Monero
|
#include <gmock-matchers.h>
Public Member Functions | |
| PairMatcher (FirstMatcher first_matcher, SecondMatcher second_matcher) | |
| template<typename PairType> | |
| operator Matcher< PairType > () const | |
Private Member Functions | |
| GTEST_DISALLOW_ASSIGN_ (PairMatcher) | |
Private Attributes | |
| const FirstMatcher | first_matcher_ |
| const SecondMatcher | second_matcher_ |
|
inline |
|
private |
|
inline |
|
private |
|
private |