Home
last modified time | relevance | path

Searched defs:push_context (Results 1 – 2 of 2) sorted by relevance

/third_party/boost/boost/fusion/support/detail/
Dsegmented_fold_until_impl.hpp119 struct push_context struct
121 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()
/third_party/boost/boost/xpressive/detail/core/
Dstate.hpp186 match_context push_context(regex_impl const &impl, matchable const &next, match_context &prev) in push_context() function