Home | History | Annotate | Download | only in gmock

Lines Matching defs:PairType

2349 template <typename PairType>
2350 class KeyMatcherImpl : public MatcherInterface<PairType> {
2352 typedef GTEST_REMOVE_REFERENCE_AND_CONST_(PairType) RawPairType;
2362 virtual bool MatchAndExplain(PairType key_value,
2398 template <typename PairType>
2399 operator Matcher<PairType>() const {
2400 return MakeMatcher(new KeyMatcherImpl<PairType>(matcher_for_key_));
2411 template <typename PairType>
2412 class PairMatcherImpl : public MatcherInterface<PairType> {
2414 typedef GTEST_REMOVE_REFERENCE_AND_CONST_(PairType) RawPairType;
2444 virtual bool MatchAndExplain(PairType a_pair,
2503 template <typename PairType>
2504 operator Matcher<PairType> () const {
2506 new PairMatcherImpl<PairType>(