Home
last modified time | relevance | path

Searched refs:A1 (Results 1 – 25 of 298) 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.hpp44 template <typename F, typename A0 , typename A1>
45 struct has_phx2_result<F, A0 , A1>
49 , has_phx2_result_impl<typename F::template result<F(A0 , A1)> >
52 template <typename F, typename A0 , typename A1>
53 struct phx2_result<F, A0 , A1>
55 typedef typename F::template result<A0 , A1>::type type;
57 template <typename F, typename A0 , typename A1>
58 struct phx2_result<F, A0 & , A1 &>
60 typedef typename F::template result<A0 , A1>::type type;
62 template <typename F, typename A0 , typename A1>
[all …]
H A Dactor_operator_10.hpp27 template <typename This, typename A0 , typename A1>
28 struct result<This(A0 , A1)>
29 …:result_type_deduction_helper<A0>::type , typename detail::result_type_deduction_helper<A1>::type)>
31A1> struct result<This(A0 & , A1 &)> : result_of::actor<proto_base_expr, A0 & , A1 &> {}; template… in operator ()()
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 &>
[all …]
H A Dfunction_eval_expr_10.hpp8A1 = void , typename A2 = void , typename A3 = void , typename A4 = void , typename A5 = void , ty… in make_function_eval()
H A Dphx2_result_20.hpp44 template <typename F, typename A0 , typename A1>
45 struct has_phx2_result<F, A0 , A1>
49 , has_phx2_result_impl<typename F::template result<F(A0 , A1)> >
52 template <typename F, typename A0 , typename A1>
53 struct phx2_result<F, A0 , A1>
55 typedef typename F::template result<A0 , A1>::type type;
57 template <typename F, typename A0 , typename A1>
58 struct phx2_result<F, A0 & , A1 &>
60 typedef typename F::template result<A0 , A1>::type type;
62 template <typename F, typename A0 , typename A1>
[all …]
H A Dfunction_eval_expr_20.hpp8A1 = void , typename A2 = void , typename A3 = void , typename A4 = void , typename A5 = void , ty… in make_function_eval()
H A Dactor_operator_20.hpp27 template <typename This, typename A0 , typename A1>
28 struct result<This(A0 , A1)>
29 …:result_type_deduction_helper<A0>::type , typename detail::result_type_deduction_helper<A1>::type)>
31A1> struct result<This(A0 & , A1 &)> : result_of::actor<proto_base_expr, A0 & , A1 &> {}; template… in operator ()()
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 &>
[all …]
H A Dphx2_result_30.hpp44 template <typename F, typename A0 , typename A1>
45 struct has_phx2_result<F, A0 , A1>
49 , has_phx2_result_impl<typename F::template result<F(A0 , A1)> >
52 template <typename F, typename A0 , typename A1>
53 struct phx2_result<F, A0 , A1>
55 typedef typename F::template result<A0 , A1>::type type;
57 template <typename F, typename A0 , typename A1>
58 struct phx2_result<F, A0 & , A1 &>
60 typedef typename F::template result<A0 , A1>::type type;
62 template <typename F, typename A0 , typename A1>
[all …]
/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.hpp33 template<typename PolyFun , typename A0 , typename A1>
34 struct poly_function_traits<PolyFun, PolyFun(A0 , A1), mpl::size_t<sizeof(poly_function_t)> >
36 typedef typename PolyFun::template impl<const A0 , const A1> function_type;
40 template<typename PolyFun , typename A0 , typename A1>
41 struct as_mono_function_impl<PolyFun(A0 , A1), true>
43 typedef typename PolyFun::template impl<const A0 , const A1> type;
46 template<typename PolyFun , typename A0 , typename A1>
47 struct as_mono_function_impl<PolyFun(A0 , A1), false>
52 template<typename PolyFun , typename A0 , typename A1>
53 struct as_mono_function<PolyFun(A0 , A1)>
[all …]
H A Dmake_expr_funop.hpp8 template<typename This , typename A0 , typename A1>
9 struct result<This(A0 , A1)>
15 , A0 , A1
21 template<typename A0 , typename A1>
26 , const A0 , const A1
28 operator ()(const A0 &a0 , const A1 &a1) const in operator ()()
33 , const A0 , const A1 in operator ()()
36 template<typename This , typename A0 , typename A1 , typename A2>
37 struct result<This(A0 , A1 , A2)>
43 , A0 , A1 , A2
[all …]
H A Dpoly_function_funop.hpp31 template<typename This , typename A0 , typename A1>
32 struct result<This(A0 , A1)>
34 typename normalize_arg<A0 >::type , typename normalize_arg<A1 >::type
39 template<typename A0 , typename A1>
42 A0 const & , A1 const &
45 operator ()(A0 const &a0 , A1 const &a1) const in operator ()()
49 A0 const & , A1 const & in operator ()()
52 …lize_arg<A0 const &> ::reference>(a0) , static_cast<typename normalize_arg<A1 const &> ::reference… in operator ()()
54 template<typename This , typename A0 , typename A1 , typename A2>
55 struct result<This(A0 , A1 , A2)>
[all …]
H A Dexpr.hpp311 template<typename A0 , typename A1>
315 , default_domain , const A0 , const A1
317 operator ()(A0 const &a0 , A1 const &a1) const in operator ()()
321 , default_domain , const A0 , const A1 in operator ()()
326 template<typename A0 , typename A1>
330 , default_domain , const A0 , const A1
332 operator ()(A0 const &a0 , A1 const &a1) in operator ()()
336 , default_domain , const A0 , const A1 in operator ()()
341 template<typename A0 , typename A1 , typename A2>
345 , default_domain , const A0 , const A1 , const A2
[all …]
H A Dclass_member_traits.hpp32 template<typename T, typename U , typename A0 , typename A1>
33 struct class_member_traits<T (U::*)(A0 , A1)>
38 template<typename T, typename U , typename A0 , typename A1>
39 struct class_member_traits<T (U::*)(A0 , A1) const>
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)>
[all …]
H A Dextends_funop.hpp11A1> BOOST_FORCEINLINE typename BOOST_PROTO_RESULT_OF< proto_generator( typename boost::proto::resu… in operator ()()
12A1 , typename A2> BOOST_FORCEINLINE typename BOOST_PROTO_RESULT_OF< proto_generator( typename boos… in operator ()()
13A1 , typename A2 , typename A3> BOOST_FORCEINLINE typename BOOST_PROTO_RESULT_OF< proto_generator(… in operator ()()
14A1 , typename A2 , typename A3 , typename A4> BOOST_FORCEINLINE typename BOOST_PROTO_RESULT_OF< pr… in operator ()()
15A1 , typename A2 , typename A3 , typename A4 , typename A5> BOOST_FORCEINLINE typename BOOST_PROTO… in operator ()()
16A1 , typename A2 , typename A3 , typename A4 , typename A5 , typename A6> BOOST_FORCEINLINE typena… in operator ()()
17A1 , typename A2 , typename A3 , typename A4 , typename A5 , typename A6 , typename A7> BOOST_FORC… in operator ()()
18A1 , typename A2 , typename A3 , typename A4 , typename A5 , typename A6 , typename A7 , typename … in operator ()()
H A Dtraits.hpp222 template<typename A0 , typename A1>
225 A0 , A1
230 A0 , A1
236 typedef proto::expr<proto::tag::function, list2<A0 , A1>, 2> type;
237 typedef proto::basic_expr<proto::tag::function, list2<A0 , A1>, 2> proto_grammar;
244 typedef A0 proto_child0; typedef A1 proto_child1;
245A1> proto_child2; typedef detail::if_vararg<A1> proto_child3; typedef detail::if_vararg<A1> proto_…
255 template<typename Tag , typename A0 , typename A1>
259 , A0 , A1
265 , A0 , A1
[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.hpp7A1 = void , typename A2 = void , typename A3 = void , typename A4 = void , typename A5 = void , ty… in make_mem_fun_ptr()
H A Dmem_fun_ptr_eval_10.hpp16 template <typename This, typename A0 , typename A1, typename Context>
17 struct result<This(A0 , A1, Context)>
18 : result<This(A0 const& , A1 const&, Context)>
20 template <typename This, typename A0 , typename A1, typename Context>
21 struct result<This(A0 & , A1 &, Context)>
22 : result_of::mem_fun_ptr_eval<Context, A0 , A1>
24 template <typename A0 , typename A1, typename Context>
25 typename result_of::mem_fun_ptr_eval<Context, A0 , A1>::type
27 A0 const& a0 , A1 const& a1 in operator ()()
46 template <typename This, typename A0 , typename A1 , typename A2, typename Context>
[all …]
H A Dmem_fun_ptr_expr_20.hpp7A1 = void , typename A2 = void , typename A3 = void , typename A4 = void , typename A5 = 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.hpp25 template<class R, class T, class A1> _mfi::BOOST_MEM_FN_NAME(mf1)<R, T, A1> mem_fn(R (BOOST_MEM_FN_… in BOOST_MEM_FN_NAME()
27 return _mfi::BOOST_MEM_FN_NAME(mf1)<R, T, A1>(f); in BOOST_MEM_FN_NAME()
30 template<class R, class T, class A1> _mfi::BOOST_MEM_FN_NAME(cmf1)<R, T, A1> mem_fn(R (BOOST_MEM_FN… in BOOST_MEM_FN_NAME()
32 return _mfi::BOOST_MEM_FN_NAME(cmf1)<R, T, A1>(f); in BOOST_MEM_FN_NAME()
35 …plate<class R, class T, class A1, class A2> _mfi::BOOST_MEM_FN_NAME(mf2)<R, T, A1, A2> mem_fn(R (B… in BOOST_MEM_FN_NAME()
37 return _mfi::BOOST_MEM_FN_NAME(mf2)<R, T, A1, A2>(f); in BOOST_MEM_FN_NAME()
40 …late<class R, class T, class A1, class A2> _mfi::BOOST_MEM_FN_NAME(cmf2)<R, T, A1, A2> mem_fn(R (B… in BOOST_MEM_FN_NAME()
42 return _mfi::BOOST_MEM_FN_NAME(cmf2)<R, T, A1, A2>(f); in BOOST_MEM_FN_NAME()
45 …lass R, class T, class A1, class A2, class A3> _mfi::BOOST_MEM_FN_NAME(mf3)<R, T, A1, A2, A3> mem_… in BOOST_MEM_FN_NAME()
47 return _mfi::BOOST_MEM_FN_NAME(mf3)<R, T, A1, A2, A3>(f); in BOOST_MEM_FN_NAME()
[all …]
H A Dmem_fn_vw.hpp28 … T, class A1> struct BOOST_MEM_FN_NAME(mf1): public mf<R>::BOOST_NESTED_TEMPLATE BOOST_MEM_FN_NAME… in BOOST_MEM_FN_NAME()
30 typedef R (BOOST_MEM_FN_CC T::*F) (A1); in BOOST_MEM_FN_NAME()
31 …OOST_MEM_FN_NAME(mf1)(F f): mf<R>::BOOST_NESTED_TEMPLATE BOOST_MEM_FN_NAME2(mf1)<R, T, A1, F>(f) {} in BOOST_MEM_FN_NAME()
34 …T, class A1> struct BOOST_MEM_FN_NAME(cmf1): public mf<R>::BOOST_NESTED_TEMPLATE BOOST_MEM_FN_NAME… in BOOST_MEM_FN_NAME()
36 typedef R (BOOST_MEM_FN_CC T::*F) (A1) const; in BOOST_MEM_FN_NAME()
37 …ST_MEM_FN_NAME(cmf1)(F f): mf<R>::BOOST_NESTED_TEMPLATE BOOST_MEM_FN_NAME2(cmf1)<R, T, A1, F>(f) {} in BOOST_MEM_FN_NAME()
41 …ss A1, class A2> struct BOOST_MEM_FN_NAME(mf2): public mf<R>::BOOST_NESTED_TEMPLATE BOOST_MEM_FN_N… 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 …s A1, class A2> struct BOOST_MEM_FN_NAME(cmf2): public mf<R>::BOOST_NESTED_TEMPLATE BOOST_MEM_FN_N… 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.hpp76 template <typename A0 , typename A1>
79 typedef A0 member_type0; A0 a0; typedef A1 member_type1; A1 a1;
84 vector1<A1>
95 template <typename A0 , typename A1>
98 typedef vector2<A0 , A1> type;
103 (A0) (A1)
104 , ( boost::phoenix::vector2 ) (A0) (A1)
105 , (A0, a0) (A1, a1)
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;
[all …]
H A Dvector_20.hpp76 template <typename A0 , typename A1>
79 typedef A0 member_type0; A0 a0; typedef A1 member_type1; A1 a1;
84 vector1<A1>
95 template <typename A0 , typename A1>
98 typedef vector2<A0 , A1> type;
103 (A0) (A1)
104 , ( boost::phoenix::vector2 ) (A0) (A1)
105 , (A0, a0) (A1, a1)
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;
[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.hpp32 template <typename This, typename A0 , typename A1>
33 struct result<This(A0 const& , A1 const&)>
34 : detail::expression::function_eval<F, A0 , A1>
36 template <typename A0 , typename A1>
37 typename detail::expression::function_eval<F, A0 , A1>::type const
38 operator()(A0 const& a0 , A1 const& a1) const in operator ()()
40 return detail::expression::function_eval<F, A0 , A1>::make(f, a0 , a1); in operator ()()
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>
[all …]
H A Dfunction_operator_20.hpp32 template <typename This, typename A0 , typename A1>
33 struct result<This(A0 const& , A1 const&)>
34 : detail::expression::function_eval<F, A0 , A1>
36 template <typename A0 , typename A1>
37 typename detail::expression::function_eval<F, A0 , A1>::type const
38 operator()(A0 const& a0 , A1 const& a1) const in operator ()()
40 return detail::expression::function_eval<F, A0 , A1>::make(f, a0 , a1); in operator ()()
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>
[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.hpp124 template<typename Grammar, typename R , typename A0 , typename A1>
125 struct when<Grammar, R(A0 , A1)>
126 : detail::when_impl<Grammar, R, R(A0 , A1)>
154 template<typename Grammar, typename R , typename A0 , typename A1>
155 struct when<Grammar, R(A0 , A1...)>
156 : detail::when_impl<Grammar, R, R(A0 , A1...)>
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>
[all …]
H A Dlazy.hpp74 template<typename Object , typename A0 , typename A1>
75 struct lazy<Object(A0 , A1)>
76 : transform<lazy<Object(A0 , A1)> >
82 (A0 , A1)
86 template<typename Object , typename A0 , typename A1>
87 struct lazy<Object(A0 , A1...)>
88 : transform<lazy<Object(A0 , A1...)> >
95 , A1
112 template<typename Object , typename A0 , typename A1 , typename A2>
113 struct lazy<Object(A0 , A1 , A2)>
[all …]

12345678910>>...12