Searched refs:MatchRegexAnywhere (Results 1 – 2 of 2) sorted by relevance
946 bool MatchRegexAnywhere(const char* regex, const char* str) { in MatchRegexAnywhere() function969 return re.is_valid_ && MatchRegexAnywhere(re.full_pattern_, str); in FullMatch()975 return re.is_valid_ && MatchRegexAnywhere(re.pattern_, str); in PartialMatch()
970 GTEST_API_ bool MatchRegexAnywhere(const char* regex, const char* str);