Searched defs:push_context (Results 1 – 2 of 2) sorted by relevance
119 struct push_context struct121 typedef iterator_range<Cur, End> range_type;122 typedef cons<range_type, Context> type;125 static type call(Cur const& cur, End const& end, Context const& context) in call()
186 match_context push_context(regex_impl const &impl, matchable const &next, match_context &prev) in push_context() function