#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 7498 of file fused-src/gmock/gmock.h.
testing::internal::PairMatcher< FirstMatcher, SecondMatcher >::PairMatcher | ( | FirstMatcher | first_matcher, |
SecondMatcher | second_matcher | ||
) | [inline] |
Definition at line 7500 of file fused-src/gmock/gmock.h.
testing::internal::PairMatcher< FirstMatcher, SecondMatcher >::PairMatcher | ( | FirstMatcher | first_matcher, |
SecondMatcher | second_matcher | ||
) | [inline] |
Definition at line 2848 of file gmock-matchers.h.
testing::internal::PairMatcher< FirstMatcher, SecondMatcher >::GTEST_DISALLOW_ASSIGN_ | ( | PairMatcher< FirstMatcher, SecondMatcher > | ) | [private] |
testing::internal::PairMatcher< FirstMatcher, SecondMatcher >::GTEST_DISALLOW_ASSIGN_ | ( | PairMatcher< FirstMatcher, SecondMatcher > | ) | [private] |
testing::internal::PairMatcher< FirstMatcher, SecondMatcher >::operator Matcher< PairType > | ( | ) | const [inline] |
Definition at line 2852 of file gmock-matchers.h.
testing::internal::PairMatcher< FirstMatcher, SecondMatcher >::operator Matcher< PairType > | ( | ) | const [inline] |
Definition at line 7504 of file fused-src/gmock/gmock.h.
const FirstMatcher testing::internal::PairMatcher< FirstMatcher, SecondMatcher >::first_matcher_ [private] |
Definition at line 7511 of file fused-src/gmock/gmock.h.
const SecondMatcher testing::internal::PairMatcher< FirstMatcher, SecondMatcher >::second_matcher_ [private] |
Definition at line 7512 of file fused-src/gmock/gmock.h.