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

/external/google-breakpad/src/testing/include/gmock/
H A Dgmock-matchers.h2350 class KeyMatcherImpl : public MatcherInterface<PairType> { class in namespace:testing::internal
2356 explicit KeyMatcherImpl(InnerMatcher inner_matcher) function in class:testing::internal::KeyMatcherImpl
2389 GTEST_DISALLOW_ASSIGN_(KeyMatcherImpl);
2400 return MakeMatcher(new KeyMatcherImpl<PairType>(matcher_for_key_));
/external/gmock/include/gmock/
H A Dgmock-matchers.h2698 class KeyMatcherImpl : public MatcherInterface<PairType> { class in namespace:testing::internal
2704 explicit KeyMatcherImpl(InnerMatcher inner_matcher) function in class:testing::internal::KeyMatcherImpl
2737 GTEST_DISALLOW_ASSIGN_(KeyMatcherImpl);
2748 return MakeMatcher(new KeyMatcherImpl<PairType>(matcher_for_key_));

Completed in 99 milliseconds