Home
last modified time | relevance | path

Searched defs:regex_error (Results 1 – 3 of 3) sorted by relevance

/third_party/boost/boost/xpressive/
Dregex_error.hpp48 struct regex_error struct
56 explicit regex_error(regex_constants::error_type code, char const *str = "") in regex_error() argument
66 regex_constants::error_type code() const in code()
96 boost::xpressive::regex_error(code, msg) in ensure_()
/third_party/boost/libs/regex/src/
Dregex.cpp61 regex_error::regex_error(const std::string& s, regex_constants::error_type err, std::ptrdiff_t pos) in regex_error() function in boost::regex_error
68 regex_error::regex_error(regex_constants::error_type err) in regex_error() function in boost::regex_error
/third_party/boost/boost/regex/
Dpattern_except.hpp50 class BOOST_REGEX_DECL regex_error : public std::runtime_error class