Home
last modified time | relevance | path

Searched refs:ValueMatcher (Results 1 – 3 of 3) sorted by relevance

/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Testing/Support/
DSupportHelpers.h61 explicit ValueIsMatcher(InnerMatcher ValueMatcher) in ValueIsMatcher() argument
62 : ValueMatcher(ValueMatcher) {} in ValueIsMatcher()
67 new Impl<T>(::testing::SafeMatcherCast<T>(ValueMatcher)));
73 explicit Impl(const ::testing::Matcher<T> &ValueMatcher) in Impl() argument
74 : ValueMatcher(ValueMatcher) {} in Impl()
78 return Input && ValueMatcher.MatchAndExplain(Input.getValue(), L); in MatchAndExplain()
83 ValueMatcher.DescribeTo(OS); in DescribeTo()
87 ValueMatcher.DescribeTo(OS); in DescribeNegationTo()
91 testing::Matcher<T> ValueMatcher;
95 InnerMatcher ValueMatcher;
[all …]
/external/llvm-project/llvm/include/llvm/Testing/Support/
DSupportHelpers.h63 explicit ValueIsMatcher(InnerMatcher ValueMatcher) in ValueIsMatcher() argument
64 : ValueMatcher(ValueMatcher) {} in ValueIsMatcher()
69 new Impl<T>(::testing::SafeMatcherCast<T>(ValueMatcher)));
75 explicit Impl(const ::testing::Matcher<T> &ValueMatcher) in Impl() argument
76 : ValueMatcher(ValueMatcher) {} in Impl()
80 return Input && ValueMatcher.MatchAndExplain(Input.getValue(), L); in MatchAndExplain()
85 ValueMatcher.DescribeTo(OS); in DescribeTo()
89 ValueMatcher.DescribeTo(OS); in DescribeNegationTo()
93 testing::Matcher<T> ValueMatcher;
97 InnerMatcher ValueMatcher;
[all …]
/external/googletest/googlemock/include/gmock/
Dgmock-matchers.h3712 template <typename ValueMatcher>
3715 explicit OptionalMatcher(const ValueMatcher& value_matcher)
3728 explicit Impl(const ValueMatcher& value_matcher)
3761 const ValueMatcher value_matcher_;
5029 template <typename ValueMatcher>
5030 inline internal::OptionalMatcher<ValueMatcher> Optional(
5031 const ValueMatcher& value_matcher) {
5032 return internal::OptionalMatcher<ValueMatcher>(value_matcher);