| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/phoenix/core/detail/cpp03/preprocessed/ |
| H A D | phx2_result_10.hpp | 74 template <typename F, typename A0 , typename A1 , typename A2> 75 struct has_phx2_result<F, A0 , A1 , A2> 79 , has_phx2_result_impl<typename F::template result<F(A0 , A1 , A2)> > 82 template <typename F, typename A0 , typename A1 , typename A2> 83 struct phx2_result<F, A0 , A1 , A2> 85 typedef typename F::template result<A0 , A1 , A2>::type type; 87 template <typename F, typename A0 , typename A1 , typename A2> 88 struct phx2_result<F, A0 & , A1 & , A2 &> 90 typedef typename F::template result<A0 , A1 , A2>::type type; 92 template <typename F, typename A0 , typename A1 , typename A2> [all …]
|
| H A D | actor_operator_10.hpp | 39 template <typename This, typename A0 , typename A1 , typename A2> 40 struct result<This(A0 , A1 , A2)> 41 : result<This(A0 const& , A1 const& , A2 const&)> 43 template <typename This, typename A0 , typename A1 , typename A2> 44 struct result<This(A0 & , A1 & , A2 &)> 45 : result_of::actor<proto_base_expr, A0 & , A1 & , A2 &> 47 template <typename A0 , typename A1 , typename A2> 48 typename result_of::actor<proto_base_expr, A0 & , A1 & , A2 &>::type 49 operator()(A0 & a0 , A1 & a1 , A2 & a2) in operator ()() 53 const actor<Expr> *, A0 & , A1 & , A2 & in operator ()() [all …]
|
| H A D | phx2_result_20.hpp | 74 template <typename F, typename A0 , typename A1 , typename A2> 75 struct has_phx2_result<F, A0 , A1 , A2> 79 , has_phx2_result_impl<typename F::template result<F(A0 , A1 , A2)> > 82 template <typename F, typename A0 , typename A1 , typename A2> 83 struct phx2_result<F, A0 , A1 , A2> 85 typedef typename F::template result<A0 , A1 , A2>::type type; 87 template <typename F, typename A0 , typename A1 , typename A2> 88 struct phx2_result<F, A0 & , A1 & , A2 &> 90 typedef typename F::template result<A0 , A1 , A2>::type type; 92 template <typename F, typename A0 , typename A1 , typename A2> [all …]
|
| H A D | function_eval_expr_10.hpp | 8 …A2 = void , typename A3 = void , typename A4 = void , typename A5 = void , typename A6 = void , ty… in make_function_eval()
|
| H A D | function_eval_expr_20.hpp | 8 …A2 = void , typename A3 = void , typename A4 = void , typename A5 = void , typename A6 = void , ty… in make_function_eval()
|
| H A D | phx2_result_30.hpp | 74 template <typename F, typename A0 , typename A1 , typename A2> 75 struct has_phx2_result<F, A0 , A1 , A2> 79 , has_phx2_result_impl<typename F::template result<F(A0 , A1 , A2)> > 82 template <typename F, typename A0 , typename A1 , typename A2> 83 struct phx2_result<F, A0 , A1 , A2> 85 typedef typename F::template result<A0 , A1 , A2>::type type; 87 template <typename F, typename A0 , typename A1 , typename A2> 88 struct phx2_result<F, A0 & , A1 & , A2 &> 90 typedef typename F::template result<A0 , A1 , A2>::type type; 92 template <typename F, typename A0 , typename A1 , typename A2> [all …]
|
| H A D | actor_operator_20.hpp | 39 template <typename This, typename A0 , typename A1 , typename A2> 40 struct result<This(A0 , A1 , A2)> 41 : result<This(A0 const& , A1 const& , A2 const&)> 43 template <typename This, typename A0 , typename A1 , typename A2> 44 struct result<This(A0 & , A1 & , A2 &)> 45 : result_of::actor<proto_base_expr, A0 & , A1 & , A2 &> 47 template <typename A0 , typename A1 , typename A2> 48 typename result_of::actor<proto_base_expr, A0 & , A1 & , A2 &>::type 49 operator()(A0 & a0 , A1 & a1 , A2 & a2) in operator ()() 53 const actor<Expr> *, A0 & , A1 & , A2 & in operator ()() [all …]
|
| H A D | function_eval_expr_30.hpp | 8 …A2 = void , typename A3 = void , typename A4 = void , typename A5 = void , typename A6 = void , ty… in make_function_eval()
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/proto/detail/preprocessed/ |
| H A D | poly_function_traits.hpp | 57 template<typename PolyFun , typename A0 , typename A1 , typename A2> 58 … struct poly_function_traits<PolyFun, PolyFun(A0 , A1 , A2), mpl::size_t<sizeof(poly_function_t)> > 60 typedef typename PolyFun::template impl<const A0 , const A1 , const A2> function_type; 64 template<typename PolyFun , typename A0 , typename A1 , typename A2> 65 struct as_mono_function_impl<PolyFun(A0 , A1 , A2), true> 67 typedef typename PolyFun::template impl<const A0 , const A1 , const A2> type; 70 template<typename PolyFun , typename A0 , typename A1 , typename A2> 71 struct as_mono_function_impl<PolyFun(A0 , A1 , A2), false> 76 template<typename PolyFun , typename A0 , typename A1 , typename A2> 77 struct as_mono_function<PolyFun(A0 , A1 , A2)> [all …]
|
| H A D | make_expr_funop.hpp | 36 template<typename This , typename A0 , typename A1 , typename A2> 37 struct result<This(A0 , A1 , A2)> 43 , A0 , A1 , A2 49 template<typename A0 , typename A1 , typename A2> 54 , const A0 , const A1 , const A2 56 operator ()(const A0 &a0 , const A1 &a1 , const A2 &a2) const in operator ()() 61 , const A0 , const A1 , const A2 in operator ()() 64 template<typename This , typename A0 , typename A1 , typename A2 , typename A3> 65 struct result<This(A0 , A1 , A2 , A3)> 71 , A0 , A1 , A2 , A3 [all …]
|
| H A D | poly_function_funop.hpp | 54 template<typename This , typename A0 , typename A1 , typename A2> 55 struct result<This(A0 , A1 , A2)> 57 …me normalize_arg<A0 >::type , typename normalize_arg<A1 >::type , typename normalize_arg<A2 >::type 62 template<typename A0 , typename A1 , typename A2> 65 A0 const & , A1 const & , A2 const & 68 operator ()(A0 const &a0 , A1 const &a1 , A2 const &a2) const in operator ()() 72 A0 const & , A1 const & , A2 const & in operator ()() 75 …lize_arg<A1 const &> ::reference>(a1) , static_cast<typename normalize_arg<A2 const &> ::reference… in operator ()() 77 template<typename This , typename A0 , typename A1 , typename A2 , typename A3> 78 struct result<This(A0 , A1 , A2 , A3)> [all …]
|
| H A D | expr.hpp | 341 template<typename A0 , typename A1 , typename A2> 345 , default_domain , const A0 , const A1 , const A2 347 operator ()(A0 const &a0 , A1 const &a1 , A2 const &a2) const in operator ()() 351 , default_domain , const A0 , const A1 , const A2 in operator ()() 356 template<typename A0 , typename A1 , typename A2> 360 , default_domain , const A0 , const A1 , const A2 362 operator ()(A0 const &a0 , A1 const &a1 , A2 const &a2) in operator ()() 366 , default_domain , const A0 , const A1 , const A2 in operator ()() 371 template<typename A0 , typename A1 , typename A2 , typename A3> 375 , default_domain , const A0 , const A1 , const A2 , const A3 [all …]
|
| H A D | class_member_traits.hpp | 44 template<typename T, typename U , typename A0 , typename A1 , typename A2> 45 struct class_member_traits<T (U::*)(A0 , A1 , A2)> 50 template<typename T, typename U , typename A0 , typename A1 , typename A2> 51 struct class_member_traits<T (U::*)(A0 , A1 , A2) const> 56 template<typename T, typename U , typename A0 , typename A1 , typename A2 , typename A3> 57 struct class_member_traits<T (U::*)(A0 , A1 , A2 , A3)> 62 template<typename T, typename U , typename A0 , typename A1 , typename A2 , typename A3> 63 struct class_member_traits<T (U::*)(A0 , A1 , A2 , A3) const> 68 …template<typename T, typename U , typename A0 , typename A1 , typename A2 , typename A3 , typename… 69 struct class_member_traits<T (U::*)(A0 , A1 , A2 , A3 , A4)> [all …]
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/phoenix/operator/detail/cpp03/preprocessed/ |
| H A D | mem_fun_ptr_expr_10.hpp | 7 …A2 = void , typename A3 = void , typename A4 = void , typename A5 = void , typename A6 = void , ty… in make_mem_fun_ptr()
|
| H A D | mem_fun_ptr_eval_10.hpp | 46 template <typename This, typename A0 , typename A1 , typename A2, typename Context> 47 struct result<This(A0 , A1 , A2, Context)> 48 : result<This(A0 const& , A1 const& , A2 const&, Context)> 50 template <typename This, typename A0 , typename A1 , typename A2, typename Context> 51 struct result<This(A0 & , A1 & , A2 &, Context)> 52 : result_of::mem_fun_ptr_eval<Context, A0 , A1 , A2> 54 template <typename A0 , typename A1 , typename A2, typename Context> 55 typename result_of::mem_fun_ptr_eval<Context, A0 , A1 , A2>::type 57 A0 const& a0 , A1 const& a1 , A2 const& a2 in operator ()() 76 … template <typename This, typename A0 , typename A1 , typename A2 , typename A3, typename Context> [all …]
|
| H A D | mem_fun_ptr_expr_20.hpp | 7 …A2 = void , typename A3 = void , typename A4 = void , typename A5 = void , typename A6 = void , ty… in make_mem_fun_ptr()
|
| H A D | mem_fun_ptr_expr_30.hpp | 7 …A2 = void , typename A3 = void , typename A4 = void , typename A5 = void , typename A6 = void , ty… in make_mem_fun_ptr()
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/bind/ |
| H A D | mem_fn_cc.hpp | 35 …lass R, class T, class A1, class A2> _mfi::BOOST_MEM_FN_NAME(mf2)<R, T, A1, A2> mem_fn(R (BOOST_ME… in BOOST_MEM_FN_NAME() 37 return _mfi::BOOST_MEM_FN_NAME(mf2)<R, T, A1, A2>(f); in BOOST_MEM_FN_NAME() 40 …ass R, class T, class A1, class A2> _mfi::BOOST_MEM_FN_NAME(cmf2)<R, T, A1, A2> mem_fn(R (BOOST_ME… in BOOST_MEM_FN_NAME() 42 return _mfi::BOOST_MEM_FN_NAME(cmf2)<R, T, A1, A2>(f); in BOOST_MEM_FN_NAME() 45 … class T, class A1, class A2, class A3> _mfi::BOOST_MEM_FN_NAME(mf3)<R, T, A1, A2, A3> mem_fn(R (B… in BOOST_MEM_FN_NAME() 47 return _mfi::BOOST_MEM_FN_NAME(mf3)<R, T, A1, A2, A3>(f); in BOOST_MEM_FN_NAME() 50 …class T, class A1, class A2, class A3> _mfi::BOOST_MEM_FN_NAME(cmf3)<R, T, A1, A2, A3> mem_fn(R (B… in BOOST_MEM_FN_NAME() 52 return _mfi::BOOST_MEM_FN_NAME(cmf3)<R, T, A1, A2, A3>(f); in BOOST_MEM_FN_NAME() 55 …T, class A1, class A2, class A3, class A4> _mfi::BOOST_MEM_FN_NAME(mf4)<R, T, A1, A2, A3, A4> mem_… in BOOST_MEM_FN_NAME() 57 return _mfi::BOOST_MEM_FN_NAME(mf4)<R, T, A1, A2, A3, A4>(f); in BOOST_MEM_FN_NAME() [all …]
|
| H A D | mem_fn_vw.hpp | 41 …class A2> struct BOOST_MEM_FN_NAME(mf2): public mf<R>::BOOST_NESTED_TEMPLATE BOOST_MEM_FN_NAME2(mf… in BOOST_MEM_FN_NAME() 43 typedef R (BOOST_MEM_FN_CC T::*F) (A1, A2); in BOOST_MEM_FN_NAME() 44 …_MEM_FN_NAME(mf2)(F f): mf<R>::BOOST_NESTED_TEMPLATE BOOST_MEM_FN_NAME2(mf2)<R, T, A1, A2, F>(f) {} in BOOST_MEM_FN_NAME() 47 …lass A2> struct BOOST_MEM_FN_NAME(cmf2): public mf<R>::BOOST_NESTED_TEMPLATE BOOST_MEM_FN_NAME2(cm… in BOOST_MEM_FN_NAME() 49 typedef R (BOOST_MEM_FN_CC T::*F) (A1, A2) const; in BOOST_MEM_FN_NAME() 50 …EM_FN_NAME(cmf2)(F f): mf<R>::BOOST_NESTED_TEMPLATE BOOST_MEM_FN_NAME2(cmf2)<R, T, A1, A2, F>(f) {} in BOOST_MEM_FN_NAME() 54 …A2, class A3> struct BOOST_MEM_FN_NAME(mf3): public mf<R>::BOOST_NESTED_TEMPLATE BOOST_MEM_FN_NAME… in BOOST_MEM_FN_NAME() 56 typedef R (BOOST_MEM_FN_CC T::*F) (A1, A2, A3); in BOOST_MEM_FN_NAME() 57 …_FN_NAME(mf3)(F f): mf<R>::BOOST_NESTED_TEMPLATE BOOST_MEM_FN_NAME2(mf3)<R, T, A1, A2, A3, F>(f) {} in BOOST_MEM_FN_NAME() 60 …A2, class A3> struct BOOST_MEM_FN_NAME(cmf3): public mf<R>::BOOST_NESTED_TEMPLATE BOOST_MEM_FN_NAM… in BOOST_MEM_FN_NAME() [all …]
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/phoenix/support/preprocessed/ |
| H A D | vector_10.hpp | 116 template <typename A0 , typename A1 , typename A2> 119 … typedef A0 member_type0; A0 a0; typedef A1 member_type1; A1 a1; typedef A2 member_type2; A2 a2; 124 vector2<A1 , A2> 135 template <typename A0 , typename A1 , typename A2> 138 typedef vector3<A0 , A1 , A2> type; 143 (A0) (A1) (A2) 144 , ( boost::phoenix::vector3 ) (A0) (A1) (A2) 145 , (A0, a0) (A1, a1) (A2, a2) 156 template <typename A0 , typename A1 , typename A2 , typename A3> 159 …typedef A0 member_type0; A0 a0; typedef A1 member_type1; A1 a1; typedef A2 member_type2; A2 a2; ty… [all …]
|
| H A D | vector_20.hpp | 116 template <typename A0 , typename A1 , typename A2> 119 … typedef A0 member_type0; A0 a0; typedef A1 member_type1; A1 a1; typedef A2 member_type2; A2 a2; 124 vector2<A1 , A2> 135 template <typename A0 , typename A1 , typename A2> 138 typedef vector3<A0 , A1 , A2> type; 143 (A0) (A1) (A2) 144 , ( boost::phoenix::vector3 ) (A0) (A1) (A2) 145 , (A0, a0) (A1, a1) (A2, a2) 156 template <typename A0 , typename A1 , typename A2 , typename A3> 159 …typedef A0 member_type0; A0 a0; typedef A1 member_type1; A1 a1; typedef A2 member_type2; A2 a2; ty… [all …]
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/phoenix/function/detail/cpp03/preprocessed/ |
| H A D | function_operator_10.hpp | 49 template <typename This, typename A0 , typename A1 , typename A2> 50 struct result<This(A0 const& , A1 const& , A2 const&)> 51 : detail::expression::function_eval<F, A0 , A1 , A2> 53 template <typename A0 , typename A1 , typename A2> 54 typename detail::expression::function_eval<F, A0 , A1 , A2>::type const 55 operator()(A0 const& a0 , A1 const& a1 , A2 const& a2) const in operator ()() 57 return detail::expression::function_eval<F, A0 , A1 , A2>::make(f, a0 , a1 , a2); in operator ()() 66 template <typename This, typename A0 , typename A1 , typename A2 , typename A3> 67 struct result<This(A0 const& , A1 const& , A2 const& , A3 const&)> 68 : detail::expression::function_eval<F, A0 , A1 , A2 , A3> [all …]
|
| H A D | function_operator_20.hpp | 49 template <typename This, typename A0 , typename A1 , typename A2> 50 struct result<This(A0 const& , A1 const& , A2 const&)> 51 : detail::expression::function_eval<F, A0 , A1 , A2> 53 template <typename A0 , typename A1 , typename A2> 54 typename detail::expression::function_eval<F, A0 , A1 , A2>::type const 55 operator()(A0 const& a0 , A1 const& a1 , A2 const& a2) const in operator ()() 57 return detail::expression::function_eval<F, A0 , A1 , A2>::make(f, a0 , a1 , a2); in operator ()() 66 template <typename This, typename A0 , typename A1 , typename A2 , typename A3> 67 struct result<This(A0 const& , A1 const& , A2 const& , A3 const&)> 68 : detail::expression::function_eval<F, A0 , A1 , A2 , A3> [all …]
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/proto/transform/detail/preprocessed/ |
| H A D | when.hpp | 184 template<typename Grammar, typename R , typename A0 , typename A1 , typename A2> 185 struct when<Grammar, R(A0 , A1 , A2)> 186 : detail::when_impl<Grammar, R, R(A0 , A1 , A2)> 214 template<typename Grammar, typename R , typename A0 , typename A1 , typename A2> 215 struct when<Grammar, R(A0 , A1 , A2...)> 216 : detail::when_impl<Grammar, R, R(A0 , A1 , A2...)> 244 template<typename Grammar, typename R , typename A0 , typename A1 , typename A2 , typename A3> 245 struct when<Grammar, R(A0 , A1 , A2 , A3)> 246 : detail::when_impl<Grammar, R, R(A0 , A1 , A2 , A3)> 274 template<typename Grammar, typename R , typename A0 , typename A1 , typename A2 , typename A3> [all …]
|
| H A D | lazy.hpp | 112 template<typename Object , typename A0 , typename A1 , typename A2> 113 struct lazy<Object(A0 , A1 , A2)> 114 : transform<lazy<Object(A0 , A1 , A2)> > 120 (A0 , A1 , A2) 124 template<typename Object , typename A0 , typename A1 , typename A2> 125 struct lazy<Object(A0 , A1 , A2...)> 126 : transform<lazy<Object(A0 , A1 , A2...)> > 133 , A2 150 template<typename Object , typename A0 , typename A1 , typename A2 , typename A3> 151 struct lazy<Object(A0 , A1 , A2 , A3)> [all …]
|