Home
last modified time | relevance | path

Searched defs:custom_terminal (Results 1 – 6 of 6) sorted by relevance

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/phoenix/core/
H A Dreference.hpp90 struct custom_terminal<boost::reference_wrapper<T> > struct
92 typedef T &result_type;
95 T &operator()(boost::reference_wrapper<T> r, Context &) const in operator ()()
102 struct custom_terminal<boost::reference_wrapper<actor<Expr> > > struct
108 struct result<This(boost::reference_wrapper<actor<Expr> > const &, Context)>
113 struct result<This(boost::reference_wrapper<actor<Expr> > &, Context)>
119 operator()(boost::reference_wrapper<actor<Expr> > & r, Context const & ctx) const in operator ()()
126 struct custom_terminal<boost::reference_wrapper<actor<Expr> const> > struct
132 struct result<This(boost::reference_wrapper<actor<Expr> const> const &, Context)>
137 struct result<This(boost::reference_wrapper<actor<Expr> const> &, Context)>
[all …]
H A Dnothing.hpp45 struct custom_terminal<detail::nothing, Dummy> struct
47 typedef void result_type;
49 void operator()(detail::nothing, Context &) const in operator ()()
H A Dvalue.hpp74 struct custom_terminal<actor<Expr> > struct
80 struct result<This(Actor, Context)>
90 operator()(actor<Expr> const & expr, Context & ctx) const in operator ()()
H A Dterminal.hpp91 struct custom_terminal struct
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/phoenix/scope/
H A Dlocal_variable.hpp88 struct custom_terminal<detail::local<Key> > struct
94 struct result<This(Local, Context)>
99 struct result<This(Local &, Context)>
112 operator()(Local, Context const & ctx) in operator ()()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/spirit/home/support/
H A Dterminal.hpp597 struct custom_terminal<Tag, typename Tag::is_spirit_tag> struct
600 typedef void _is_default_custom_terminal; // fix for #7730
603 typedef spirit::terminal<Tag> result_type;
606 result_type operator()(Tag const & t, Context const &) in operator ()()