Searched refs:KeyMatcherImpl (Results 1 - 1 of 1) sorted by relevance

/gem5/ext/googletest/googlemock/include/gmock/
H A Dgmock-matchers.h2939 class KeyMatcherImpl : public MatcherInterface<PairType> { class in namespace:testing::internal
2945 explicit KeyMatcherImpl(InnerMatcher inner_matcher) function in class:testing::internal::KeyMatcherImpl
2978 GTEST_DISALLOW_ASSIGN_(KeyMatcherImpl);
2989 return MakeMatcher(new KeyMatcherImpl<PairType>(matcher_for_key_));

Completed in 22 milliseconds