Searched refs:MatchRegexAtHead (Results 1 – 2 of 2) sorted by relevance
894 if (i >= min_count && MatchRegexAtHead(regex, str + i)) { in MatchRepetitionAndRegexAtHead()910 bool MatchRegexAtHead(const char* regex, const char* str) { in MatchRegexAtHead() function934 MatchRegexAtHead(regex + 1, str + 1); in MatchRegexAtHead()950 return MatchRegexAtHead(regex + 1, str); in MatchRegexAnywhere()954 if (MatchRegexAtHead(regex, str)) in MatchRegexAnywhere()
967 GTEST_API_ bool MatchRegexAtHead(const char* regex, const char* str);