Searched defs:KeyMatcherImpl (Results 1 - 4 of 4) 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/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_));
/external/v8/testing/gmock/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_));
/external/fmtlib/test/gmock/
H A Dgmock.h7354 class KeyMatcherImpl : public MatcherInterface<PairType> { class in namespace:testing::internal
7360 explicit KeyMatcherImpl(InnerMatcher inner_matcher) function in class:testing::internal::KeyMatcherImpl
7393 GTEST_DISALLOW_ASSIGN_(KeyMatcherImpl);
7404 return MakeMatcher(new KeyMatcherImpl<PairType>(matcher_for_key_));

Completed in 146 milliseconds