Home
last modified time | relevance | path

Searched refs:BOOST_XPR_ENSURE_ (Results 1 – 11 of 11) sorted by relevance

/third_party/boost/boost/xpressive/detail/dynamic/
Dparse_charset.hpp85 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 …]
Dparser_traits.hpp165 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()
262BOOST_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/
Dregex_compiler.hpp197 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()
396BOOST_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 …]
Dmatch_results.hpp1048 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_()
1091BOOST_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_()
1237BOOST_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 …]
Dregex_error.hpp109 #define BOOST_XPR_ENSURE_(pred, code, msg) … macro
Dbasic_regex.hpp44BOOST_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/
Dregex_matcher.hpp45BOOST_XPR_ENSURE_(this->impl_.xpr_, regex_constants::error_badref, "bad regex reference"); in regex_matcher()
Dregex_byref_matcher.hpp55BOOST_XPR_ENSURE_(this->pimpl_->xpr_, regex_constants::error_badref, "bad regex reference"); in match()
Dlookbehind_matcher.hpp42 BOOST_XPR_ENSURE_(!is_unknown(this->width_), regex_constants::error_badlookbehind, in lookbehind_matcher()
Daction_matcher.hpp334BOOST_XPR_ENSURE_(0 != this->t_, regex_constants::error_badattr, "Use of uninitialized regex attri… in operator reference()
/third_party/boost/doc/html/
Ddoc_HTML.manifest3509 BOOST_XPR_ENSURE_.html