Searched defs:regex_error (Results 1 – 5 of 5) sorted by relevance
51 class regex_error : public std::runtime_error class54 …explicit regex_error(const std::string& s, regex_constants::error_type err = regex_constants::erro… in regex_error() function in boost::regex_error60 explicit regex_error(regex_constants::error_type err) in regex_error() function in boost::regex_error
40 class regex_error : public std::runtime_error class43 …explicit regex_error(const std::string& s, regex_constants::error_type err = regex_constants::erro… in regex_error() function in boost::regex_error49 explicit regex_error(regex_constants::error_type err) in regex_error() function in boost::regex_error
63 regex_error::regex_error(regex_constants::error_type ecode) in regex_error() function in regex_error
60 regex_error::regex_error(regex_constants::error_type ecode) in regex_error() function in regex_error
20 from sre_constants import error as regex_error unknown