Home
last modified time | relevance | path

Searched refs:as_child (Results 1 – 12 of 12) sorted by relevance

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/proto/detail/preprocessed/
H A Dfunop.hpp54 , typename proto::result_of::as_child<A0, Domain>::type
65 , proto::as_child<Domain>(a0) in call()
90 …, typename proto::result_of::as_child<A0, Domain>::type , typename proto::result_of::as_child<A1, …
101 , proto::as_child<Domain>(a0) , proto::as_child<Domain>(a1) in call()
126 …oto::result_of::as_child<A0, Domain>::type , typename proto::result_of::as_child<A1, Domain>::type…
137 … , proto::as_child<Domain>(a0) , proto::as_child<Domain>(a1) , proto::as_child<Domain>(a2) in call()
162as_child<A0, Domain>::type , typename proto::result_of::as_child<A1, Domain>::type , typename prot…
173 …, proto::as_child<Domain>(a0) , proto::as_child<Domain>(a1) , proto::as_child<Domain>(a2) , proto:… in call()
198as_child<A0, Domain>::type , typename proto::result_of::as_child<A1, Domain>::type , typename prot…
209 …, proto::as_child<Domain>(a0) , proto::as_child<Domain>(a1) , proto::as_child<Domain>(a2) , proto:… in call()
[all …]
H A Dexpr_variadic.hpp113 , list2<expr const &, typename result_of::as_child<A>::type>
120 , list2<expr const &, typename result_of::as_child<A>::type> in operator =()
122 > that = {*this, proto::as_child(a)}; in operator =()
131 , list2<expr const &, typename result_of::as_child<A const>::type>
138 , list2<expr const &, typename result_of::as_child<A const>::type> in operator =()
140 > that = {*this, proto::as_child(a)}; in operator =()
149 , list2<expr &, typename result_of::as_child<A>::type>
156 , list2<expr &, typename result_of::as_child<A>::type> in operator =()
158 > that = {*this, proto::as_child(a)}; in operator =()
167 , list2<expr &, typename result_of::as_child<A const>::type>
[all …]
H A Dexpr.hpp113 , list2<expr const &, typename result_of::as_child<A>::type>
120 , list2<expr const &, typename result_of::as_child<A>::type> in operator =()
122 > that = {*this, proto::as_child(a)}; in operator =()
131 , list2<expr const &, typename result_of::as_child<A const>::type>
138 , list2<expr const &, typename result_of::as_child<A const>::type> in operator =()
140 > that = {*this, proto::as_child(a)}; in operator =()
149 , list2<expr &, typename result_of::as_child<A>::type>
156 , list2<expr &, typename result_of::as_child<A>::type> in operator =()
158 > that = {*this, proto::as_child(a)}; in operator =()
167 , list2<expr &, typename result_of::as_child<A const>::type>
[all …]
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/proto/detail/
H A Dexpr.hpp241 , list2<expr const &, typename result_of::as_child<A>::type>
248 , list2<expr const &, typename result_of::as_child<A>::type> in operator =()
250 > that = {*this, proto::as_child(a)}; in operator =()
260 , list2<expr const &, typename result_of::as_child<A const>::type>
267 , list2<expr const &, typename result_of::as_child<A const>::type> in operator =()
269 > that = {*this, proto::as_child(a)}; in operator =()
280 , list2<expr &, typename result_of::as_child<A>::type>
287 , list2<expr &, typename result_of::as_child<A>::type> in operator =()
289 > that = {*this, proto::as_child(a)}; in operator =()
299 , list2<expr &, typename result_of::as_child<A const>::type>
[all …]
H A Das_expr.hpp105 struct as_child;
109 struct as_child<T, Generator, false> struct
128 struct as_child<T, Generator, true> struct
147 struct as_child<T, proto::default_generator, false> struct
165 struct as_child<T, proto::default_generator, true> struct
H A Dfunop.hpp8 … typename proto::result_of::as_child<BOOST_PP_CAT(A, N), Domain>::type \
12 … proto::as_child<Domain>(BOOST_PP_CAT(a, N)) \
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/proto/
H A Dtraits.hpp275 struct as_child struct
277 typedef typename Domain::template as_child<T>::result_type type; argument
694 struct as_child struct
704 typedef typename Domain::template as_child<T>::result_type type;
710 typedef typename Domain::template as_child<T>::result_type type;
719 typename add_const<typename result<as_child(T &)>::type>::type
722 return typename Domain::template as_child<T>()(t); in operator ()()
729 typename add_const<typename result<as_child(T const &)>::type>::type
732 return typename Domain::template as_child<T const>()(t); in operator ()()
1022 typename add_const<typename result_of::as_child<T, default_domain>::type>::type
[all …]
H A Ddomain.hpp176 struct as_child struct
177 : detail::as_child<
189 struct as_child<T, typename T::proto_is_expr_, proto::callable> struct
H A Dextends.hpp269 … , typename boost::proto::result_of::as_child<A ThatConst(), proto_domain>::type \
282 … , typename boost::proto::result_of::as_child<A ThatConst(), proto_domain>::type \
288 … , boost::proto::as_child<proto_domain>(a) \
336 … , typename boost::proto::result_of::as_child<A ThatConst(), proto_domain>::type \
349 … , typename boost::proto::result_of::as_child<A ThatConst(), proto_domain>::type \
355 … , boost::proto::as_child<proto_domain>(a) \
H A Dmake_expr.hpp83 : Domain::template as_child<T>
88 : Domain::template as_child<T>
93 : Domain::template as_child<T>
H A Dproto_fwd.hpp461 struct as_child;
602 struct as_child;
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/phoenix/core/
H A Ddomain.hpp44 struct as_child struct
58 struct as_child struct