Home
last modified time | relevance | path

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

/third_party/boost/boost/regex/v4/
Derror_type.hpp52 error_unknown = 21 enumerator
Dw32_regex_traits.hpp461 i <= boost::regex_constants::error_unknown; in w32_regex_traits_implementation()
Dcpp_regex_traits.hpp733 i <= boost::regex_constants::error_unknown; in init()
Dbasic_regex_parser.hpp177 …fail(regex_constants::error_unknown, 0, "An invalid combination of regular expression syntax flags… in parse()
/third_party/boost/boost/regex/
Dpattern_except.hpp53 …st std::string& s, regex_constants::error_type err = regex_constants::error_unknown, std::ptrdiff_…
/third_party/boost/libs/regex/src/
Dregex_traits_defaults.cpp141 …urn (n > ::boost::regex_constants::error_unknown) ? s_default_error_messages[ ::boost::regex_const… in get_default_error_string()