Home | History | Annotate | Download | only in gmock

Lines Matching defs:ContainsRegex

5918 // ContainsRegex(regex), which can be used as a Matcher<T> as long as
8342 inline PolymorphicMatcher<internal::MatchesRegexMatcher> ContainsRegex(
8346 inline PolymorphicMatcher<internal::MatchesRegexMatcher> ContainsRegex(
8348 return ContainsRegex(new internal::RE(regex));