Home
last modified time | relevance | path

Searched refs:MakePolymorphicMatcher (Results 1 – 2 of 2) sorted by relevance

/llvm-project-15.0.7/llvm/utils/unittest/googlemock/include/gmock/
H A Dgmock-matchers.h3729 return MakePolymorphicMatcher(
3742 return MakePolymorphicMatcher(
3770 return MakePolymorphicMatcher(
3788 return MakePolymorphicMatcher(
3800 return MakePolymorphicMatcher(
3813 return MakePolymorphicMatcher(
3839 return MakePolymorphicMatcher(
3846 return MakePolymorphicMatcher(
3853 return MakePolymorphicMatcher(
3860 return MakePolymorphicMatcher(
[all …]
/llvm-project-15.0.7/llvm/utils/unittest/googletest/include/gtest/
H A Dgtest-matchers.h513 inline PolymorphicMatcher<Impl> MakePolymorphicMatcher(const Impl& impl) { in MakePolymorphicMatcher() function
673 return MakePolymorphicMatcher(internal::MatchesRegexMatcher(regex, true)); in MatchesRegex()
684 return MakePolymorphicMatcher(internal::MatchesRegexMatcher(regex, false)); in ContainsRegex()