Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/googletest/googletest/src/
H A Dgtest-port.cc731 static std::string FormatRegexSyntaxError(const char* regex, int index) { in FormatRegexSyntaxError() function
755 ADD_FAILURE() << FormatRegexSyntaxError(regex, i - 1) in ValidateRegex()
761 ADD_FAILURE() << FormatRegexSyntaxError(regex, i - 1) in ValidateRegex()
770 ADD_FAILURE() << FormatRegexSyntaxError(regex, i) in ValidateRegex()
774 ADD_FAILURE() << FormatRegexSyntaxError(regex, i) in ValidateRegex()
778 ADD_FAILURE() << FormatRegexSyntaxError(regex, i) in ValidateRegex()
782 ADD_FAILURE() << FormatRegexSyntaxError(regex, i) in ValidateRegex()