Home
last modified time | relevance | path

Searched refs:MatchRegexAtHead (Results 1 – 2 of 2) sorted by relevance

/llvm-project-15.0.7/llvm/utils/unittest/googletest/src/
H A Dgtest-port.cc894 if (i >= min_count && MatchRegexAtHead(regex, str + i)) { in MatchRepetitionAndRegexAtHead()
910 bool MatchRegexAtHead(const char* regex, const char* str) { in MatchRegexAtHead() function
934 MatchRegexAtHead(regex + 1, str + 1); in MatchRegexAtHead()
950 return MatchRegexAtHead(regex + 1, str); in MatchRegexAnywhere()
954 if (MatchRegexAtHead(regex, str)) in MatchRegexAnywhere()
H A Dgtest-internal-inl.h967 GTEST_API_ bool MatchRegexAtHead(const char* regex, const char* str);