Home
last modified time | relevance | path

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

/third_party/boost/boost/regex/v4/
Dregex_traits.hpp102 return ::boost::BOOST_REGEX_DETAIL_NS::get_default_error_string(e); in error_string()
Dw32_regex_traits.hpp313 return (p == m_error_strings.end()) ? std::string(get_default_error_string(n)) : p->second; in error_string()
315 return get_default_error_string(n); in error_string()
464 const char* p = get_default_error_string(i); in w32_regex_traits_implementation()
Dregex_traits_defaults.hpp67 BOOST_REGEX_DECL const char* BOOST_REGEX_CALL get_default_error_string(regex_constants::error_type …
Dcpp_regex_traits.hpp447 return (p == m_error_strings.end()) ? std::string(get_default_error_string(n)) : p->second; in error_string()
449 return get_default_error_string(n); in error_string()
736 const char* p = get_default_error_string(i); in init()
/third_party/boost/libs/regex/src/
Dregex.cpp69 : std::runtime_error(::boost::BOOST_REGEX_DETAIL_NS::get_default_error_string(err)) in regex_error()
Dposix_api.cpp209 …p = BOOST_REGEX_DETAIL_NS::get_default_error_string(static_cast< ::boost::regex_constants::error_t… in regerrorA()
Dwide_posix_api.cpp225 …p = BOOST_REGEX_DETAIL_NS::get_default_error_string(static_cast< ::boost::regex_constants::error_t… in regerrorW()
Dregex_traits_defaults.cpp111 BOOST_REGEX_DECL const char* BOOST_REGEX_CALL get_default_error_string(regex_constants::error_type … in get_default_error_string() function
/third_party/boost/boost/regex/
Dicu.hpp177 return BOOST_REGEX_DETAIL_NS::get_default_error_string(n); in error_string()