Searched defs:make_context (Results 1 – 4 of 4) sorted by relevance
/third_party/boost/boost/spirit/home/qi/ |
D | parse.hpp | 55 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/ |
D | generate.hpp | 43 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/ |
D | environment.hpp | 34 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/ |
D | context.hpp | 67 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
|