Searched refs:BOOST_XPR_ENSURE_ (Results 1 – 11 of 11) sorted by relevance
/third_party/boost/boost/xpressive/detail/dynamic/ |
D | parse_charset.hpp | 85 BOOST_XPR_ENSURE_(begin != end, error_escape, "unexpected end of pattern found"); in parse_escape() 119 BOOST_XPR_ENSURE_(++begin != end, error_escape, "unexpected end of pattern found"); in parse_escape() 120 BOOST_XPR_ENSURE_ in parse_escape() 158 BOOST_XPR_ENSURE_(++begin != end, error_escape, "unexpected end of pattern found"); in parse_escape() 161 BOOST_XPR_ENSURE_(2 == std::distance(tmp, begin), error_escape, "invalid hex escape : " in parse_escape() 166 BOOST_XPR_ENSURE_(++begin != end, error_escape, "unexpected end of pattern found"); in parse_escape() 169 BOOST_XPR_ENSURE_(4 == std::distance(tmp, begin), error_escape, "invalid Unicode escape : " in parse_escape() 202 BOOST_XPR_ENSURE_(begin != end, error_brack, "unexpected end of pattern found"); in parse_charset() 229 BOOST_XPR_ENSURE_(begin != end, error_brack, "unexpected end of pattern found"); in parse_charset() 236 BOOST_XPR_ENSURE_(begin != end, error_brack, "unexpected end of pattern found"); in parse_charset() [all …]
|
D | parser_traits.hpp | 165 BOOST_XPR_ENSURE_ in get_quant_spec() 174 BOOST_XPR_ENSURE_ in get_quant_spec() 186 BOOST_XPR_ENSURE_ in get_quant_spec() 194 BOOST_XPR_ENSURE_ in get_quant_spec() 224 BOOST_XPR_ENSURE_(begin != end, error_paren, "incomplete extension"); in get_group_type() 236 BOOST_XPR_ENSURE_(begin != end, error_paren, "incomplete extension"); in get_group_type() 246 BOOST_XPR_ENSURE_(begin != end, error_paren, "incomplete extension"); in get_group_type() 257 BOOST_XPR_ENSURE_(begin != end, error_paren, "incomplete extension"); in get_group_type() 262 …BOOST_XPR_ENSURE_(begin != end && BOOST_XPR_CHAR_(char_type, '>') == *begin++, error_paren, "incom… in get_group_type() 266 BOOST_XPR_ENSURE_(begin != end, error_paren, "incomplete extension"); in get_group_type() [all …]
|
/third_party/boost/boost/xpressive/ |
D | regex_compiler.hpp | 197 BOOST_XPR_ENSURE_(tmp != end, error_paren, "mismatched parenthesis") && in compile_() 201 BOOST_XPR_ENSURE_ in compile_() 214 BOOST_XPR_ENSURE_(begin == end, error_paren, "mismatched parenthesis"); in compile_() 344 while(BOOST_XPR_ENSURE_(begin != end, error_paren, "mismatched parenthesis")) in parse_group() 351 BOOST_XPR_ENSURE_(begin != end, error_escape, "incomplete escape sequence"); in parse_group() 363 BOOST_XPR_ENSURE_ in parse_group() 380 BOOST_XPR_ENSURE_ in parse_group() 396 …BOOST_XPR_ENSURE_(this->self_->named_marks_[i].name_ != name, error_badmark, "named mark already e… in parse_group() 404 BOOST_XPR_ENSURE_ in parse_group() 434 BOOST_XPR_ENSURE_ in parse_group() [all …]
|
D | match_results.hpp | 1048 BOOST_XPR_ENSURE_(cur == end in format_all_() 1082 BOOST_XPR_ENSURE_(BOOST_XPR_CHAR_(char_type, ')') == *(cur-1) in format_all_impl_() 1087 BOOST_XPR_ENSURE_(++cur != end in format_all_impl_() 1091 … BOOST_XPR_ENSURE_(0 != sub, regex_constants::error_subreg, "invalid back-reference"); in format_all_impl_() 1162 BOOST_XPR_ENSURE_(0 != sub, regex_constants::error_subreg, "invalid back-reference"); in format_backref_() 1231 BOOST_XPR_ENSURE_(cur != end, error_escape, "unexpected end of format found"); in format_escape_() 1234 BOOST_XPR_ENSURE_(++cur != end, error_escape, "unexpected end of format found"); in format_escape_() 1237 …BOOST_XPR_ENSURE_(4 == std::distance(tmp, cur) && cur != end && BOOST_XPR_CHAR_(char_type, '}') ==… in format_escape_() 1244 BOOST_XPR_ENSURE_(2 == std::distance(tmp, cur), error_escape in format_escape_() 1250 BOOST_XPR_ENSURE_(cur != end, error_escape, "unexpected end of format found"); in format_escape_() [all …]
|
D | regex_error.hpp | 109 #define BOOST_XPR_ENSURE_(pred, code, msg) … macro
|
D | basic_regex.hpp | 44 … BOOST_XPR_ENSURE_(!stack_error, regex_constants::error_stack, "Regex stack space exhausted"); in throw_on_stack_error()
|
/third_party/boost/boost/xpressive/detail/core/matcher/ |
D | regex_matcher.hpp | 45 … BOOST_XPR_ENSURE_(this->impl_.xpr_, regex_constants::error_badref, "bad regex reference"); in regex_matcher()
|
D | regex_byref_matcher.hpp | 55 … BOOST_XPR_ENSURE_(this->pimpl_->xpr_, regex_constants::error_badref, "bad regex reference"); in match()
|
D | lookbehind_matcher.hpp | 42 BOOST_XPR_ENSURE_(!is_unknown(this->width_), regex_constants::error_badlookbehind, in lookbehind_matcher()
|
D | action_matcher.hpp | 334 …BOOST_XPR_ENSURE_(0 != this->t_, regex_constants::error_badattr, "Use of uninitialized regex attri… in operator reference()
|
/third_party/boost/doc/html/ |
D | doc_HTML.manifest | 3509 BOOST_XPR_ENSURE_.html
|