Home | History | Annotate | Download | only in gmock

Lines Matching defs:PairType

2941 template <typename PairType>
2942 class KeyMatcherImpl : public MatcherInterface<PairType> {
2944 typedef GTEST_REMOVE_REFERENCE_AND_CONST_(PairType) RawPairType;
2954 virtual bool MatchAndExplain(PairType key_value,
2990 template <typename PairType>
2991 operator Matcher<PairType>() const {
2992 return MakeMatcher(new KeyMatcherImpl<PairType>(matcher_for_key_));
3003 template <typename PairType>
3004 class PairMatcherImpl : public MatcherInterface<PairType> {
3006 typedef GTEST_REMOVE_REFERENCE_AND_CONST_(PairType) RawPairType;
3036 virtual bool MatchAndExplain(PairType a_pair,
3095 template <typename PairType>
3096 operator Matcher<PairType> () const {
3098 new PairMatcherImpl<PairType>(