Searched refs:MatchRegexAnywhere (Results 1 – 1 of 1) sorted by relevance
1353 GTEST_API_ bool MatchRegexAnywhere(const char* regex, const char* str);10271 bool MatchRegexAnywhere(const char* regex, const char* str) { in MatchRegexAnywhere() function10295 return re.is_valid_ && MatchRegexAnywhere(re.full_pattern_, str); in FullMatch()10301 return re.is_valid_ && MatchRegexAnywhere(re.pattern_, str); in PartialMatch()