Searched refs:get_default_error_string (Results 1 – 9 of 9) sorted by relevance
102 return ::boost::BOOST_REGEX_DETAIL_NS::get_default_error_string(e); in error_string()
313 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()
67 BOOST_REGEX_DECL const char* BOOST_REGEX_CALL get_default_error_string(regex_constants::error_type …
447 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()
69 : std::runtime_error(::boost::BOOST_REGEX_DETAIL_NS::get_default_error_string(err)) in regex_error()
209 …p = BOOST_REGEX_DETAIL_NS::get_default_error_string(static_cast< ::boost::regex_constants::error_t… in regerrorA()
225 …p = BOOST_REGEX_DETAIL_NS::get_default_error_string(static_cast< ::boost::regex_constants::error_t… in regerrorW()
111 BOOST_REGEX_DECL const char* BOOST_REGEX_CALL get_default_error_string(regex_constants::error_type … in get_default_error_string() function
177 return BOOST_REGEX_DETAIL_NS::get_default_error_string(n); in error_string()