Home
last modified time | relevance | path

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

/third_party/boost/boost/spirit/home/qi/
Dparse.hpp55 struct make_context struct
57 typedef context<fusion::cons<T&>, locals<> > type;
61 struct make_context<unused_type> struct
63 typedef unused_type type;
/third_party/boost/boost/spirit/home/karma/
Dgenerate.hpp43 struct make_context struct
45 typedef context<fusion::cons<T const&>, locals<> > type;
49 struct make_context<unused_type> struct
51 typedef unused_type type;
/third_party/boost/boost/phoenix/core/
Denvironment.hpp34 struct make_context struct
123 struct make_context struct
226 make_context(Env const& env, Actions const& actions) in make_context() function
243 make_context(Env & env, Actions const& actions) in make_context() function
260 make_context(Env const& env, Actions & actions) in make_context() function
277 make_context(Env & env, Actions & actions) in make_context() function
/third_party/boost/boost/spirit/home/x3/support/
Dcontext.hpp67 inline context<ID, T, Next> make_context(T& val, Next const& next) in make_context() function
73 inline context<ID, T> make_context(T& val) in make_context() function