| /third_party/boost/boost/fusion/container/deque/detail/cpp03/preprocessed/ |
| D | deque_keyed_values40.hpp | 17 …struct deque_keyed_values_impl<N, void_ , void_ , void_ , void_ , void_ , void_ , void_ , void_ , … struct 19 typedef nil_keyed_element type; 21 static type construct() in construct() 26 static type forward_() in forward_() 32 struct deque_keyed_values_impl struct 34 typedef mpl::int_<mpl::plus<N, mpl::int_<1> >::value> next_index; 37 …, T18 , T19 , T20 , T21 , T22 , T23 , T24 , T25 , T26 , T27 , T28 , T29 , T30 , T31 , T32 , T33 , … 38 typedef keyed_element<N, T0, tail> type; 40 static type construct(typename detail::call_param<T0 >::type t0) in construct() 50 static type forward_(T_0 && t0) in forward_() [all …]
|
| D | deque_keyed_values50.hpp | 17 …struct deque_keyed_values_impl<N, void_ , void_ , void_ , void_ , void_ , void_ , void_ , void_ , … struct 19 typedef nil_keyed_element type; 21 static type construct() in construct() 26 static type forward_() in forward_() 32 struct deque_keyed_values_impl struct 34 typedef mpl::int_<mpl::plus<N, mpl::int_<1> >::value> next_index; 37 …, T18 , T19 , T20 , T21 , T22 , T23 , T24 , T25 , T26 , T27 , T28 , T29 , T30 , T31 , T32 , T33 , … 38 typedef keyed_element<N, T0, tail> type; 40 static type construct(typename detail::call_param<T0 >::type t0) in construct() 50 static type forward_(T_0 && t0) in forward_() [all …]
|
| D | deque_keyed_values30.hpp | 17 …struct deque_keyed_values_impl<N, void_ , void_ , void_ , void_ , void_ , void_ , void_ , void_ , … struct 19 typedef nil_keyed_element type; 21 static type construct() in construct() 26 static type forward_() in forward_() 32 struct deque_keyed_values_impl struct 34 typedef mpl::int_<mpl::plus<N, mpl::int_<1> >::value> next_index; 37 …15 , T16 , T17 , T18 , T19 , T20 , T21 , T22 , T23 , T24 , T25 , T26 , T27 , T28 , T29>::type tail; 38 typedef keyed_element<N, T0, tail> type; 40 static type construct(typename detail::call_param<T0 >::type t0) in construct() 50 static type forward_(T_0 && t0) in forward_() [all …]
|
| D | deque_keyed_values20.hpp | 17 …struct deque_keyed_values_impl<N, void_ , void_ , void_ , void_ , void_ , void_ , void_ , void_ , … struct 19 typedef nil_keyed_element type; 21 static type construct() in construct() 26 static type forward_() in forward_() 32 struct deque_keyed_values_impl struct 34 typedef mpl::int_<mpl::plus<N, mpl::int_<1> >::value> next_index; 37 …4 , T5 , T6 , T7 , T8 , T9 , T10 , T11 , T12 , T13 , T14 , T15 , T16 , T17 , T18 , T19>::type tail; 38 typedef keyed_element<N, T0, tail> type; 40 static type construct(typename detail::call_param<T0 >::type t0) in construct() 50 static type forward_(T_0 && t0) in forward_() [all …]
|
| D | deque_keyed_values10.hpp | 17 …struct deque_keyed_values_impl<N, void_ , void_ , void_ , void_ , void_ , void_ , void_ , void_ , … struct 19 typedef nil_keyed_element type; 21 static type construct() in construct() 26 static type forward_() in forward_() 32 struct deque_keyed_values_impl struct 34 typedef mpl::int_<mpl::plus<N, mpl::int_<1> >::value> next_index; 37 T1 , T2 , T3 , T4 , T5 , T6 , T7 , T8 , T9>::type tail; 38 typedef keyed_element<N, T0, tail> type; 40 static type construct(typename detail::call_param<T0 >::type t0) in construct() 50 static type forward_(T_0 && t0) in forward_() [all …]
|
| /third_party/boost/boost/fusion/container/deque/detail/ |
| D | deque_keyed_values.hpp | 25 struct deque_keyed_values_impl<N, Head, Tail...> struct 27 typedef mpl::int_<(N::value + 1)> next_index; 28 typedef typename deque_keyed_values_impl<next_index, Tail...>::type tail; 29 typedef keyed_element<N, Head, tail> type; 32 static type construct( in construct() 44 static type forward_(Head_&& head, Tail_&&... tail) in forward_() 58 struct deque_keyed_values_impl<N> struct 60 typedef nil_keyed_element type; 63 static type construct() { return type(); } in construct() 67 static type forward_() { return type(); } in forward_()
|
| /third_party/boost/boost/fusion/container/deque/detail/cpp03/ |
| D | deque_keyed_values.hpp | 66 struct deque_keyed_values_impl<N, BOOST_PP_ENUM(FUSION_MAX_DEQUE_SIZE, FUSION_VOID, _)> struct 68 typedef nil_keyed_element type; 71 static type construct() in construct() 77 static type forward_() in forward_() 84 struct deque_keyed_values_impl struct 86 typedef mpl::int_<mpl::plus<N, mpl::int_<1> >::value> next_index; 90 BOOST_PP_ENUM_SHIFTED_PARAMS(FUSION_MAX_DEQUE_SIZE, T)>::type tail; 91 typedef keyed_element<N, T0, tail> type;
|