Home
last modified time | relevance | path

Searched defs:mark_nbr (Results 1 – 7 of 7) sorted by relevance

/third_party/boost/boost/xpressive/detail/dynamic/
Ddynamic.hpp260 make_optional(quant_spec const &spec, sequence<BidiIter> &seq, int mark_nbr) in make_optional()
286 int mark_nbr = -static_cast<int>(++*spec.hidden_mark_count_); in make_repeat() local
304 make_repeat(quant_spec const &spec, sequence<BidiIter> &seq, int mark_nbr) in make_repeat()
Dparser.hpp143 int mark_nbr in make_backref_xpression()
/third_party/boost/boost/xpressive/detail/static/transforms/
Das_marker.hpp47 int mark_nbr = detail::get_mark_number(proto::left(expr)); in operator ()() local
Das_quantifier.hpp138 int mark_nbr = data.get_hidden_mark(); in operator ()() local
/third_party/boost/libs/xpressive/tools/
Dperl2xpr.cpp54 local<int> mark_nbr; in main() local
/third_party/boost/boost/xpressive/
Dregex_compiler.hpp302 int mark_nbr = 0; in parse_group() local
729 int mark_nbr = detail::toi(tmp, end, this->rxtraits(), 10, 999); in parse_escape() local
Dregex_actions.hpp1539 struct mark_nbr struct
1542 typedef int result_type;
1544 int operator()(mark_placeholder m) const in operator ()()