Home
last modified time | relevance | path

Searched refs:A2 (Results 1 – 25 of 289) sorted by relevance

12345678910>>...12

/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 Dphx2_result_10.hpp74 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 Dactor_operator_10.hpp39 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 Dphx2_result_20.hpp74 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 Dfunction_eval_expr_10.hpp8A2 = void , typename A3 = void , typename A4 = void , typename A5 = void , typename A6 = void , ty… in make_function_eval()
H A Dfunction_eval_expr_20.hpp8A2 = void , typename A3 = void , typename A4 = void , typename A5 = void , typename A6 = void , ty… in make_function_eval()
H A Dphx2_result_30.hpp74 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 Dactor_operator_20.hpp39 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 Dfunction_eval_expr_30.hpp8A2 = 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 Dpoly_function_traits.hpp57 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 Dmake_expr_funop.hpp36 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 Dpoly_function_funop.hpp54 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 Dexpr.hpp341 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 Dclass_member_traits.hpp44 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 Dmem_fun_ptr_expr_10.hpp7A2 = void , typename A3 = void , typename A4 = void , typename A5 = void , typename A6 = void , ty… in make_mem_fun_ptr()
H A Dmem_fun_ptr_eval_10.hpp46 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 Dmem_fun_ptr_expr_20.hpp7A2 = void , typename A3 = void , typename A4 = void , typename A5 = void , typename A6 = void , ty… in make_mem_fun_ptr()
H A Dmem_fun_ptr_expr_30.hpp7A2 = 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 Dmem_fn_cc.hpp35 …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 Dmem_fn_vw.hpp41 …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()
54A2, 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()
60A2, 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 Dvector_10.hpp116 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 Dvector_20.hpp116 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 Dfunction_operator_10.hpp49 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 Dfunction_operator_20.hpp49 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 Dwhen.hpp184 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 Dlazy.hpp112 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 …]

12345678910>>...12