Home | History | Annotate | Download | only in src

Lines Matching refs:regex

921 GTEST_API_ bool ValidateRegex(const char* regex);
922 GTEST_API_ bool MatchRegexAtHead(const char* regex, const char* str);
924 bool escaped, char ch, char repeat, const char* regex, const char* str);
925 GTEST_API_ bool MatchRegexAnywhere(const char* regex, const char* str);