Searched refs:ValueMatcher (Results 1 – 3 of 3) sorted by relevance
63 explicit ValueIsMatcher(InnerMatcher ValueMatcher) in ValueIsMatcher() argument64 : ValueMatcher(ValueMatcher) {} in ValueIsMatcher()69 new Impl<T>(::testing::SafeMatcherCast<T>(ValueMatcher)));75 explicit Impl(const ::testing::Matcher<T> &ValueMatcher) in Impl() argument76 : ValueMatcher(ValueMatcher) {} in Impl()80 return Input && ValueMatcher.MatchAndExplain(*Input, L); in MatchAndExplain()85 ValueMatcher.DescribeTo(OS); in DescribeTo()89 ValueMatcher.DescribeTo(OS); in DescribeNegationTo()93 testing::Matcher<T> ValueMatcher;97 InnerMatcher ValueMatcher;[all …]
56 ValueMatcher(63 ValueMatcher.DescribeTo(OS);70 ValueMatcher.DescribeNegationTo(OS);84 if (!ValueMatcher.MatchAndExplain(Entry.getValue(), &ValueListener)) {96 const testing::Matcher<const ValueT &> ValueMatcher;
3880 template <typename ValueMatcher>3883 explicit OptionalMatcher(const ValueMatcher& value_matcher)3896 explicit Impl(const ValueMatcher& value_matcher)3929 const ValueMatcher value_matcher_;5240 template <typename ValueMatcher>5241 inline internal::OptionalMatcher<ValueMatcher> Optional(5242 const ValueMatcher& value_matcher) {5243 return internal::OptionalMatcher<ValueMatcher>(value_matcher);