Home
last modified time | relevance | path

Searched defs:mark_number (Results 1 – 4 of 4) sorted by relevance

/third_party/boost/boost/xpressive/
Dregex_primitives.hpp46 #define mark_number(x) proto::call<mark_number(x)> macro
62 struct mark_number : proto::callable struct
64 typedef int result_type;
67 int operator ()(Expr const &expr) const in operator ()()
/third_party/boost/boost/xpressive/detail/core/matcher/
Doptional_matcher.hpp64 inline bool match_next(match_state<BidiIter> &state, Next const &next, int mark_number) in match_next()
/third_party/boost/boost/xpressive/detail/static/transforms/
Das_quantifier.hpp194 int mark_number = proto::value(proto::left(marked_sub)).mark_number_; in operator ()() local
273 int mark_number = proto::value(proto::left(expr)).mark_number_; in operator ()() local
/third_party/boost/boost/xpressive/detail/static/
Dvisitor.hpp45 void mark_number(int mark_nbr) in mark_number() function