Searched refs:MatchesRegexMatcher (Results 1 - 1 of 1) sorted by relevance

/freebsd-13-stable/contrib/googletest/googlemock/include/gmock/
H A Dgmock-matchers.h1553 class MatchesRegexMatcher { class in namespace:testing::internal
1555 MatchesRegexMatcher(const RE* regex, bool full_match) function in class:testing::internal::MatchesRegexMatcher
1603 GTEST_DISALLOW_ASSIGN_(MatchesRegexMatcher);
4635 inline PolymorphicMatcher<internal::MatchesRegexMatcher> MatchesRegex(
4637 return MakePolymorphicMatcher(internal::MatchesRegexMatcher(regex, true));
4639 inline PolymorphicMatcher<internal::MatchesRegexMatcher> MatchesRegex(
4646 inline PolymorphicMatcher<internal::MatchesRegexMatcher> ContainsRegex(
4648 return MakePolymorphicMatcher(internal::MatchesRegexMatcher(regex, false));
4650 inline PolymorphicMatcher<internal::MatchesRegexMatcher> ContainsRegex(

Completed in 164 milliseconds