Home
last modified time | relevance | path

Searched refs:A4 (Results 1 – 25 of 498) sorted by relevance

12345678910>>...20

/third_party/boost/boost/phoenix/core/detail/cpp03/preprocessed/
Dphx2_result_20.hpp134 template <typename F, typename A0 , typename A1 , typename A2 , typename A3 , typename A4>
135 struct has_phx2_result<F, A0 , A1 , A2 , A3 , A4>
139 , has_phx2_result_impl<typename F::template result<F(A0 , A1 , A2 , A3 , A4)> >
142 template <typename F, typename A0 , typename A1 , typename A2 , typename A3 , typename A4>
143 struct phx2_result<F, A0 , A1 , A2 , A3 , A4>
145 typedef typename F::template result<A0 , A1 , A2 , A3 , A4>::type type;
147 template <typename F, typename A0 , typename A1 , typename A2 , typename A3 , typename A4>
148 struct phx2_result<F, A0 & , A1 & , A2 & , A3 & , A4 &>
150 typedef typename F::template result<A0 , A1 , A2 , A3 , A4>::type type;
152 template <typename F, typename A0 , typename A1 , typename A2 , typename A3 , typename A4>
[all …]
Dphx2_result_10.hpp134 template <typename F, typename A0 , typename A1 , typename A2 , typename A3 , typename A4>
135 struct has_phx2_result<F, A0 , A1 , A2 , A3 , A4>
139 , has_phx2_result_impl<typename F::template result<F(A0 , A1 , A2 , A3 , A4)> >
142 template <typename F, typename A0 , typename A1 , typename A2 , typename A3 , typename A4>
143 struct phx2_result<F, A0 , A1 , A2 , A3 , A4>
145 typedef typename F::template result<A0 , A1 , A2 , A3 , A4>::type type;
147 template <typename F, typename A0 , typename A1 , typename A2 , typename A3 , typename A4>
148 struct phx2_result<F, A0 & , A1 & , A2 & , A3 & , A4 &>
150 typedef typename F::template result<A0 , A1 , A2 , A3 , A4>::type type;
152 template <typename F, typename A0 , typename A1 , typename A2 , typename A3 , typename A4>
[all …]
Dfunction_eval_expr_20.hpp8A4 = void , typename A5 = void , typename A6 = void , typename A7 = void , typename A8 = void , ty… in make_function_eval()
Dactor_operator_10.hpp173 … template <typename This, typename A0 , typename A1 , typename A2 , typename A3 , typename A4>
174 struct result<This(A0 , A1 , A2 , A3 , A4)>
175 : result<This(A0 const& , A1 const& , A2 const& , A3 const& , A4 const&)>
177 … template <typename This, typename A0 , typename A1 , typename A2 , typename A3 , typename A4>
178 struct result<This(A0 & , A1 & , A2 & , A3 & , A4 &)>
179 : result_of::actor<proto_base_expr, A0 & , A1 & , A2 & , A3 & , A4 &>
181 template <typename A0 , typename A1 , typename A2 , typename A3 , typename A4>
182 typename result_of::actor<proto_base_expr, A0 & , A1 & , A2 & , A3 & , A4 &>::type
183 operator()(A0 & a0 , A1 & a1 , A2 & a2 , A3 & a3 , A4 & a4) in operator ()()
187 const actor<Expr> *, A0 & , A1 & , A2 & , A3 & , A4 & in operator ()()
[all …]
Dfunction_eval_expr_10.hpp8A4 = void , typename A5 = void , typename A6 = void , typename A7 = void , typename A8 = void , ty… in make_function_eval()
Dphx2_result_30.hpp134 template <typename F, typename A0 , typename A1 , typename A2 , typename A3 , typename A4>
135 struct has_phx2_result<F, A0 , A1 , A2 , A3 , A4>
139 , has_phx2_result_impl<typename F::template result<F(A0 , A1 , A2 , A3 , A4)> >
142 template <typename F, typename A0 , typename A1 , typename A2 , typename A3 , typename A4>
143 struct phx2_result<F, A0 , A1 , A2 , A3 , A4>
145 typedef typename F::template result<A0 , A1 , A2 , A3 , A4>::type type;
147 template <typename F, typename A0 , typename A1 , typename A2 , typename A3 , typename A4>
148 struct phx2_result<F, A0 & , A1 & , A2 & , A3 & , A4 &>
150 typedef typename F::template result<A0 , A1 , A2 , A3 , A4>::type type;
152 template <typename F, typename A0 , typename A1 , typename A2 , typename A3 , typename A4>
[all …]
/third_party/boost/boost/proto/detail/preprocessed/
Dpoly_function_traits.hpp105 template<typename PolyFun , typename A0 , typename A1 , typename A2 , typename A3 , typename A4>
106 …struct poly_function_traits<PolyFun, PolyFun(A0 , A1 , A2 , A3 , A4), mpl::size_t<sizeof(poly_func…
108 …ypename PolyFun::template impl<const A0 , const A1 , const A2 , const A3 , const A4> function_type;
112 template<typename PolyFun , typename A0 , typename A1 , typename A2 , typename A3 , typename A4>
113 struct as_mono_function_impl<PolyFun(A0 , A1 , A2 , A3 , A4), true>
115 …typedef typename PolyFun::template impl<const A0 , const A1 , const A2 , const A3 , const A4> type;
118 template<typename PolyFun , typename A0 , typename A1 , typename A2 , typename A3 , typename A4>
119 struct as_mono_function_impl<PolyFun(A0 , A1 , A2 , A3 , A4), false>
124 template<typename PolyFun , typename A0 , typename A1 , typename A2 , typename A3 , typename A4>
125 struct as_mono_function<PolyFun(A0 , A1 , A2 , A3 , A4)>
[all …]
Dmake_expr_funop.hpp92 template<typename This , typename A0 , typename A1 , typename A2 , typename A3 , typename A4>
93 struct result<This(A0 , A1 , A2 , A3 , A4)>
99 , A0 , A1 , A2 , A3 , A4
105 template<typename A0 , typename A1 , typename A2 , typename A3 , typename A4>
110 , const A0 , const A1 , const A2 , const A3 , const A4
112 operator ()(const A0 &a0 , const A1 &a1 , const A2 &a2 , const A3 &a3 , const A4 &a4) const in operator ()()
117 , const A0 , const A1 , const A2 , const A3 , const A4 in operator ()()
120 …template<typename This , typename A0 , typename A1 , typename A2 , typename A3 , typename A4 , typ…
121 struct result<This(A0 , A1 , A2 , A3 , A4 , A5)>
127 , A0 , A1 , A2 , A3 , A4 , A5
[all …]
/third_party/boost/boost/phoenix/operator/detail/cpp03/preprocessed/
Dmem_fun_ptr_expr_10.hpp7A4 = void , typename A5 = void , typename A6 = void , typename A7 = void , typename A8 = void , ty… in make_mem_fun_ptr()
Dmem_fun_ptr_expr_20.hpp7A4 = void , typename A5 = void , typename A6 = void , typename A7 = void , typename A8 = void , ty… in make_mem_fun_ptr()
/third_party/boost/boost/phoenix/object/detail/cpp03/preprocessed/
Dnew_expr_10.hpp7A4 = void , typename A5 = void , typename A6 = void , typename A7 = void , typename A8 = void , ty… in make_new_()
Dconstruct_expr_10.hpp7A4 = void , typename A5 = void , typename A6 = void , typename A7 = void , typename A8 = void , ty… in make_construct()
Dnew_expr_20.hpp7A4 = void , typename A5 = void , typename A6 = void , typename A7 = void , typename A8 = void , ty… in make_new_()
Dconstruct_expr_20.hpp7A4 = void , typename A5 = void , typename A6 = void , typename A7 = void , typename A8 = void , ty… in make_construct()
/third_party/boost/boost/thread/pthread/
Dthread_heap_alloc.hpp42 template<typename T,typename A1,typename A2,typename A3,typename A4>
43 inline T* heap_new(A1&& a1,A2&& a2,A3&& a3,A4&& a4) in heap_new()
46 static_cast<A3&&>(a3),static_cast<A4&&>(a4)); in heap_new()
64 template<typename T,typename A1,typename A2,typename A3,typename A4>
65 inline T* heap_new_impl(A1 a1,A2 a2,A3 a3,A4 a4) in heap_new_impl()
69 template<typename T,typename A1,typename A2,typename A3,typename A4,typename A5>
70 inline T* heap_new_impl(A1 a1,A2 a2,A3 a3,A4 a4,A5 a5) in heap_new_impl()
74 template<typename T,typename A1,typename A2,typename A3,typename A4,typename A5,typename A6>
75 inline T* heap_new_impl(A1 a1,A2 a2,A3 a3,A4 a4,A5 a5,A6 a6) in heap_new_impl()
79 …template<typename T,typename A1,typename A2,typename A3,typename A4,typename A5,typename A6,typena…
[all …]
/third_party/boost/boost/bind/
Dstorage.hpp174 template<class A1, class A2, class A3, class A4> struct storage4: public storage3< A1, A2, A3 >
178 storage4( A1 a1, A2 a2, A3 a3, A4 a4 ): storage3<A1, A2, A3>( a1, a2, a3 ), a4_( a4 ) {} in storage4()
186 A4 a4_;
223 template<class A1, class A2, class A3, class A4, class A5> struct storage5: public storage4< A1, A2…
225 typedef storage4<A1, A2, A3, A4> inherited;
227 …storage5( A1 a1, A2 a2, A3 a3, A4 a4, A5 a5 ): storage4<A1, A2, A3, A4>( a1, a2, a3, a4 ), a5_( a5… in storage5()
240 …A1, class A2, class A3, class A4, int I> struct storage5< A1, A2, A3, A4, boost::arg<I> >: public …
242 typedef storage4<A1, A2, A3, A4> inherited;
244 …storage5( A1 a1, A2 a2, A3 a3, A4 a4, boost::arg<I> ): storage4<A1, A2, A3, A4>( a1, a2, a3, a4 ) … in storage5()
254 … class A2, class A3, class A4, int I> struct storage5< A1, A2, A3, A4, boost::arg<I> (*) () >: pub…
[all …]
Dmem_fn_cc.hpp55 …lass A2, class A3, class A4> _mfi::BOOST_MEM_FN_NAME(mf4)<R, T, A1, A2, A3, A4> mem_fn(R (BOOST_ME… 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()
60 …ass A2, class A3, class A4> _mfi::BOOST_MEM_FN_NAME(cmf4)<R, T, A1, A2, A3, A4> mem_fn(R (BOOST_ME… in BOOST_MEM_FN_NAME()
62 return _mfi::BOOST_MEM_FN_NAME(cmf4)<R, T, A1, A2, A3, A4>(f); in BOOST_MEM_FN_NAME()
65 …, class A3, class A4, class A5> _mfi::BOOST_MEM_FN_NAME(mf5)<R, T, A1, A2, A3, A4, A5> mem_fn(R (B… in BOOST_MEM_FN_NAME()
67 return _mfi::BOOST_MEM_FN_NAME(mf5)<R, T, A1, A2, A3, A4, A5>(f); in BOOST_MEM_FN_NAME()
70 … class A3, class A4, class A5> _mfi::BOOST_MEM_FN_NAME(cmf5)<R, T, A1, A2, A3, A4, A5> mem_fn(R (B… in BOOST_MEM_FN_NAME()
72 return _mfi::BOOST_MEM_FN_NAME(cmf5)<R, T, A1, A2, A3, A4, A5>(f); in BOOST_MEM_FN_NAME()
75 … A3, class A4, class A5, class A6> _mfi::BOOST_MEM_FN_NAME(mf6)<R, T, A1, A2, A3, A4, A5, A6> mem_… in BOOST_MEM_FN_NAME()
77 return _mfi::BOOST_MEM_FN_NAME(mf6)<R, T, A1, A2, A3, A4, A5, A6>(f); in BOOST_MEM_FN_NAME()
[all …]
Dbind_template.hpp142 …template<class A1, class A2, class A3, class A4> result_type operator()(A1 & a1, A2 & a2, A3 & a3,… in operator ()()
144 list4<A1 &, A2 &, A3 &, A4 &> a(a1, a2, a3, a4); in operator ()()
148 …template<class A1, class A2, class A3, class A4> result_type operator()(A1 & a1, A2 & a2, A3 & a3,… in operator ()()
150 list4<A1 &, A2 &, A3 &, A4 &> a(a1, a2, a3, a4); in operator ()()
157 …te<class A1, class A2, class A3, class A4> result_type operator()(A1 const & a1, A2 const & a2, A3… in operator ()()
159 list4<A1 const &, A2 const &, A3 const &, A4 const &> a(a1, a2, a3, a4); in operator ()()
163 …te<class A1, class A2, class A3, class A4> result_type operator()(A1 const & a1, A2 const & a2, A3… in operator ()()
165 list4<A1 const &, A2 const &, A3 const &, A4 const &> a(a1, a2, a3, a4); in operator ()()
171 …mplate<class A1, class A2, class A3, class A4, class A5> result_type operator()(A1 & a1, A2 & a2, … in operator ()()
173 list5<A1 &, A2 &, A3 &, A4 &, A5 &> a(a1, a2, a3, a4, a5); in operator ()()
[all …]
Dmem_fn_vw.hpp67A4> struct BOOST_MEM_FN_NAME(mf4): public mf<R>::BOOST_NESTED_TEMPLATE BOOST_MEM_FN_NAME2(mf4)<R, … in BOOST_MEM_FN_NAME()
69 typedef R (BOOST_MEM_FN_CC T::*F) (A1, A2, A3, A4); in BOOST_MEM_FN_NAME()
70 …NAME(mf4)(F f): mf<R>::BOOST_NESTED_TEMPLATE BOOST_MEM_FN_NAME2(mf4)<R, T, A1, A2, A3, A4, F>(f) {} in BOOST_MEM_FN_NAME()
73A4> struct BOOST_MEM_FN_NAME(cmf4): public mf<R>::BOOST_NESTED_TEMPLATE BOOST_MEM_FN_NAME2(cmf4)<R… in BOOST_MEM_FN_NAME()
75 typedef R (BOOST_MEM_FN_CC T::*F) (A1, A2, A3, A4) const; in BOOST_MEM_FN_NAME()
76 …ME(cmf4)(F f): mf<R>::BOOST_NESTED_TEMPLATE BOOST_MEM_FN_NAME2(cmf4)<R, T, A1, A2, A3, A4, F>(f) {} in BOOST_MEM_FN_NAME()
80A4, class A5> struct BOOST_MEM_FN_NAME(mf5): public mf<R>::BOOST_NESTED_TEMPLATE BOOST_MEM_FN_NAME… in BOOST_MEM_FN_NAME()
82 typedef R (BOOST_MEM_FN_CC T::*F) (A1, A2, A3, A4, A5); in BOOST_MEM_FN_NAME()
83 …(mf5)(F f): mf<R>::BOOST_NESTED_TEMPLATE BOOST_MEM_FN_NAME2(mf5)<R, T, A1, A2, A3, A4, A5, F>(f) {} in BOOST_MEM_FN_NAME()
86A4, class A5> struct BOOST_MEM_FN_NAME(cmf5): public mf<R>::BOOST_NESTED_TEMPLATE BOOST_MEM_FN_NAM… in BOOST_MEM_FN_NAME()
[all …]
/third_party/boost/boost/thread/win32/
Dthread_heap_alloc.hpp122 template<typename T,typename A1,typename A2,typename A3,typename A4>
123 inline T* heap_new(A1&& a1,A2&& a2,A3&& a3,A4&& a4) in heap_new()
129 static_cast<A3&&>(a3),static_cast<A4&&>(a4)); in heap_new()
191 template<typename T,typename A1,typename A2,typename A3,typename A4>
192 inline T* heap_new_impl(A1 a1,A2 a2,A3 a3,A4 a4) in heap_new_impl()
207 template<typename T,typename A1,typename A2,typename A3,typename A4,typename A5>
208 inline T* heap_new_impl(A1 a1,A2 a2,A3 a3,A4 a4,A5 a5) in heap_new_impl()
223 template<typename T,typename A1,typename A2,typename A3,typename A4,typename A5,typename A6>
224 inline T* heap_new_impl(A1 a1,A2 a2,A3 a3,A4 a4,A5 a5,A6 a6) in heap_new_impl()
239 …template<typename T,typename A1,typename A2,typename A3,typename A4,typename A5,typename A6,typena…
[all …]
/third_party/boost/boost/phoenix/support/preprocessed/
Dvector_10.hpp196 template <typename A0 , typename A1 , typename A2 , typename A3 , typename A4>
199 …a1; typedef A2 member_type2; A2 a2; typedef A3 member_type3; A3 a3; typedef A4 member_type4; A4 a4;
204 vector4<A1 , A2 , A3 , A4>
215 template <typename A0 , typename A1 , typename A2 , typename A3 , typename A4>
218 typedef vector5<A0 , A1 , A2 , A3 , A4> type;
223 (A0) (A1) (A2) (A3) (A4)
224 , ( boost::phoenix::vector5 ) (A0) (A1) (A2) (A3) (A4)
225 , (A0, a0) (A1, a1) (A2, a2) (A3, a3) (A4, a4)
236 template <typename A0 , typename A1 , typename A2 , typename A3 , typename A4 , typename A5>
239 …ef A2 member_type2; A2 a2; typedef A3 member_type3; A3 a3; typedef A4 member_type4; A4 a4; typedef…
[all …]
/third_party/boost/boost/phoenix/function/detail/cpp03/preprocessed/
Dfunction_operator_20.hpp83 … template <typename This, typename A0 , typename A1 , typename A2 , typename A3 , typename A4>
84 struct result<This(A0 const& , A1 const& , A2 const& , A3 const& , A4 const&)>
85 : detail::expression::function_eval<F, A0 , A1 , A2 , A3 , A4>
87 template <typename A0 , typename A1 , typename A2 , typename A3 , typename A4>
88 typename detail::expression::function_eval<F, A0 , A1 , A2 , A3 , A4>::type const
89 operator()(A0 const& a0 , A1 const& a1 , A2 const& a2 , A3 const& a3 , A4 const& a4) const in operator ()()
91 …return detail::expression::function_eval<F, A0 , A1 , A2 , A3 , A4>::make(f, a0 , a1 , a2 , a3 , a… in operator ()()
100 … <typename This, typename A0 , typename A1 , typename A2 , typename A3 , typename A4 , typename A5>
101 struct result<This(A0 const& , A1 const& , A2 const& , A3 const& , A4 const& , A5 const&)>
102 : detail::expression::function_eval<F, A0 , A1 , A2 , A3 , A4 , A5>
[all …]
Dfunction_operator_10.hpp83 … template <typename This, typename A0 , typename A1 , typename A2 , typename A3 , typename A4>
84 struct result<This(A0 const& , A1 const& , A2 const& , A3 const& , A4 const&)>
85 : detail::expression::function_eval<F, A0 , A1 , A2 , A3 , A4>
87 template <typename A0 , typename A1 , typename A2 , typename A3 , typename A4>
88 typename detail::expression::function_eval<F, A0 , A1 , A2 , A3 , A4>::type const
89 operator()(A0 const& a0 , A1 const& a1 , A2 const& a2 , A3 const& a3 , A4 const& a4) const in operator ()()
91 …return detail::expression::function_eval<F, A0 , A1 , A2 , A3 , A4>::make(f, a0 , a1 , a2 , a3 , a… in operator ()()
100 … <typename This, typename A0 , typename A1 , typename A2 , typename A3 , typename A4 , typename A5>
101 struct result<This(A0 const& , A1 const& , A2 const& , A3 const& , A4 const& , A5 const&)>
102 : detail::expression::function_eval<F, A0 , A1 , A2 , A3 , A4 , A5>
[all …]
/third_party/boost/boost/phoenix/statement/detail/preprocessed/
Dtry_catch_expression_20.hpp143 typename A0 , typename A1 , typename A2 , typename A3 , typename A4
148 A0 , A1 , A2 , A3 , A4
154 , A0 , A1 , A2 , A3 , A4
168 typename A0 , typename A1 , typename A2 , typename A3 , typename A4 , typename A5
173 A0 , A1 , A2 , A3 , A4 , A5
179 , A0 , A1 , A2 , A3 , A4 , A5
193 … typename A0 , typename A1 , typename A2 , typename A3 , typename A4 , typename A5 , typename A6
198 A0 , A1 , A2 , A3 , A4 , A5 , A6
204 , A0 , A1 , A2 , A3 , A4 , A5 , A6
218 …typename A0 , typename A1 , typename A2 , typename A3 , typename A4 , typename A5 , typename A6 , …
[all …]
/third_party/boost/boost/proto/transform/detail/preprocessed/
Dwhen.hpp304 …typename Grammar, typename R , typename A0 , typename A1 , typename A2 , typename A3 , typename A4>
305 struct when<Grammar, R(A0 , A1 , A2 , A3 , A4)>
306 : detail::when_impl<Grammar, R, R(A0 , A1 , A2 , A3 , A4)>
334 …typename Grammar, typename R , typename A0 , typename A1 , typename A2 , typename A3 , typename A4>
335 struct when<Grammar, R(A0 , A1 , A2 , A3 , A4...)>
336 : detail::when_impl<Grammar, R, R(A0 , A1 , A2 , A3 , A4...)>
364 …ar, typename R , typename A0 , typename A1 , typename A2 , typename A3 , typename A4 , typename A5>
365 struct when<Grammar, R(A0 , A1 , A2 , A3 , A4 , A5)>
366 : detail::when_impl<Grammar, R, R(A0 , A1 , A2 , A3 , A4 , A5)>
394 …ar, typename R , typename A0 , typename A1 , typename A2 , typename A3 , typename A4 , typename A5>
[all …]

12345678910>>...20