Home
last modified time | relevance | path

Searched refs:mark_placeholder (Results 1 – 13 of 13) sorted by relevance

/third_party/boost/boost/xpressive/
Dxpressive_fwd.hpp76 struct mark_placeholder;
77 typedef proto::expr<proto::tag::terminal, proto::term<mark_placeholder>, 0> basic_mark_tag;
Dxpressive_typeof.hpp59 BOOST_TYPEOF_REGISTER_TYPE(boost::xpressive::detail::mark_placeholder)
Dregex_actions.hpp1544 int operator()(mark_placeholder m) const in operator ()()
1553 proto::terminal<mark_placeholder>
Dregex_primitives.hpp146 … , proto::assign<proto::terminal<mark_placeholder>, SkipGrammar> // don't "skip" mark tags
/third_party/boost/boost/xpressive/detail/static/
Dplaceholders.hpp30 struct mark_placeholder struct
Dvisitor.hpp84 void visit_(mark_placeholder const &backref) in visit_()
Dis_pure.hpp91 struct use_simple_repeat_assign<mark_placeholder>
Dwidth_of.hpp141 struct width_of_assign<Expr, Char, mark_placeholder>
Dtransmogrify.hpp141 struct transmogrify<BidiIter, ICase, Traits, mark_placeholder >
/third_party/boost/boost/xpressive/detail/core/matcher/
Dpredicate_matcher.hpp70 struct eval_terminal<Expr, mark_placeholder>
Daction_matcher.hpp435 , proto::when<proto::terminal<mark_placeholder>, mark_transform>
/third_party/boost/boost/xpressive/detail/
Ddetail_fwd.hpp50 struct mark_placeholder;
/third_party/boost/boost/xpressive/detail/static/transforms/
Das_quantifier.hpp288 , assign<terminal<detail::mark_placeholder>, _>