Searched refs:mark_placeholder (Results 1 – 13 of 13) sorted by relevance
/third_party/boost/boost/xpressive/ |
D | xpressive_fwd.hpp | 76 struct mark_placeholder; 77 typedef proto::expr<proto::tag::terminal, proto::term<mark_placeholder>, 0> basic_mark_tag;
|
D | xpressive_typeof.hpp | 59 BOOST_TYPEOF_REGISTER_TYPE(boost::xpressive::detail::mark_placeholder)
|
D | regex_actions.hpp | 1544 int operator()(mark_placeholder m) const in operator ()() 1553 proto::terminal<mark_placeholder>
|
D | regex_primitives.hpp | 146 … , proto::assign<proto::terminal<mark_placeholder>, SkipGrammar> // don't "skip" mark tags
|
/third_party/boost/boost/xpressive/detail/static/ |
D | placeholders.hpp | 30 struct mark_placeholder struct
|
D | visitor.hpp | 84 void visit_(mark_placeholder const &backref) in visit_()
|
D | is_pure.hpp | 91 struct use_simple_repeat_assign<mark_placeholder>
|
D | width_of.hpp | 141 struct width_of_assign<Expr, Char, mark_placeholder>
|
D | transmogrify.hpp | 141 struct transmogrify<BidiIter, ICase, Traits, mark_placeholder >
|
/third_party/boost/boost/xpressive/detail/core/matcher/ |
D | predicate_matcher.hpp | 70 struct eval_terminal<Expr, mark_placeholder>
|
D | action_matcher.hpp | 435 , proto::when<proto::terminal<mark_placeholder>, mark_transform>
|
/third_party/boost/boost/xpressive/detail/ |
D | detail_fwd.hpp | 50 struct mark_placeholder;
|
/third_party/boost/boost/xpressive/detail/static/transforms/ |
D | as_quantifier.hpp | 288 , assign<terminal<detail::mark_placeholder>, _>
|