Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/utils/unittest/googlemock/include/gmock/
H A Dgmock-matchers.h3637 return MakePolymorphicMatcher(internal::IsNullMatcher());
3644 return MakePolymorphicMatcher(internal::NotNullMatcher());
3728 return MakePolymorphicMatcher(
3741 return MakePolymorphicMatcher(
3756 return MakePolymorphicMatcher(internal::FieldMatcher<Class, FieldType>(
3769 return MakePolymorphicMatcher(
3787 return MakePolymorphicMatcher(
3799 return MakePolymorphicMatcher(
3812 return MakePolymorphicMatcher(
3838 return MakePolymorphicMatcher(
[all …]
/netbsd-src/external/apache2/llvm/dist/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()