Home
last modified time | relevance | path

Searched defs:make_vector (Results 1 – 14 of 14) sorted by relevance

/third_party/boost/boost/fusion/container/generation/detail/preprocessed/
Dmake_vector10.hpp20 struct make_vector<> struct
22 typedef vector0<> type;
27 make_vector() in make_vector() function
34 …struct make_vector< T0 , void_ , void_ , void_ , void_ , void_ , void_ , void_ , void_ , void_ , v… struct
36 typedef vector1<typename detail::as_fusion_element<T0>::type> type;
42 make_vector(T0 const& arg0) in make_vector() function
50 …struct make_vector< T0 , T1 , void_ , void_ , void_ , void_ , void_ , void_ , void_ , void_ , void… struct
52 …<typename detail::as_fusion_element<T0>::type , typename detail::as_fusion_element<T1>::type> type;
58 make_vector(T0 const& arg0 , T1 const& arg1) in make_vector() function
66 … struct make_vector< T0 , T1 , T2 , void_ , void_ , void_ , void_ , void_ , void_ , void_ , void_ > struct
[all …]
Dmake_vector20.hpp20 struct make_vector<> struct
22 typedef vector0<> type;
27 make_vector() in make_vector() function
34 …struct make_vector< T0 , void_ , void_ , void_ , void_ , void_ , void_ , void_ , void_ , void_ , v… struct
36 typedef vector1<typename detail::as_fusion_element<T0>::type> type;
42 make_vector(T0 const& arg0) in make_vector() function
50 …struct make_vector< T0 , T1 , void_ , void_ , void_ , void_ , void_ , void_ , void_ , void_ , void… struct
52 …<typename detail::as_fusion_element<T0>::type , typename detail::as_fusion_element<T1>::type> type;
58 make_vector(T0 const& arg0 , T1 const& arg1) in make_vector() function
66 …struct make_vector< T0 , T1 , T2 , void_ , void_ , void_ , void_ , void_ , void_ , void_ , void_ ,… struct
[all …]
Dmake_vector30.hpp20 struct make_vector<> struct
22 typedef vector0<> type;
27 make_vector() in make_vector() function
34 …struct make_vector< T0 , void_ , void_ , void_ , void_ , void_ , void_ , void_ , void_ , void_ , v… struct
36 typedef vector1<typename detail::as_fusion_element<T0>::type> type;
42 make_vector(T0 const& arg0) in make_vector() function
50 …struct make_vector< T0 , T1 , void_ , void_ , void_ , void_ , void_ , void_ , void_ , void_ , void… struct
52 …<typename detail::as_fusion_element<T0>::type , typename detail::as_fusion_element<T1>::type> type;
58 make_vector(T0 const& arg0 , T1 const& arg1) in make_vector() function
66 …struct make_vector< T0 , T1 , T2 , void_ , void_ , void_ , void_ , void_ , void_ , void_ , void_ ,… struct
[all …]
Dmake_vector40.hpp20 struct make_vector<> struct
22 typedef vector0<> type;
27 make_vector() in make_vector() function
34 …struct make_vector< T0 , void_ , void_ , void_ , void_ , void_ , void_ , void_ , void_ , void_ , v… struct
36 typedef vector1<typename detail::as_fusion_element<T0>::type> type;
42 make_vector(T0 const& arg0) in make_vector() function
50 …struct make_vector< T0 , T1 , void_ , void_ , void_ , void_ , void_ , void_ , void_ , void_ , void… struct
52 …<typename detail::as_fusion_element<T0>::type , typename detail::as_fusion_element<T1>::type> type;
58 make_vector(T0 const& arg0 , T1 const& arg1) in make_vector() function
66 …struct make_vector< T0 , T1 , T2 , void_ , void_ , void_ , void_ , void_ , void_ , void_ , void_ ,… struct
[all …]
Dmake_vector50.hpp20 struct make_vector<> struct
22 typedef vector0<> type;
27 make_vector() in make_vector() function
34 …struct make_vector< T0 , void_ , void_ , void_ , void_ , void_ , void_ , void_ , void_ , void_ , v… struct
36 typedef vector1<typename detail::as_fusion_element<T0>::type> type;
42 make_vector(T0 const& arg0) in make_vector() function
50 …struct make_vector< T0 , T1 , void_ , void_ , void_ , void_ , void_ , void_ , void_ , void_ , void… struct
52 …<typename detail::as_fusion_element<T0>::type , typename detail::as_fusion_element<T1>::type> type;
58 make_vector(T0 const& arg0 , T1 const& arg1) in make_vector() function
66 …struct make_vector< T0 , T1 , T2 , void_ , void_ , void_ , void_ , void_ , void_ , void_ , void_ ,… struct
[all …]
/third_party/boost/boost/fusion/container/generation/detail/
Dpp_make_vector.hpp53 struct make_vector<> struct
55 typedef vector0<> type;
61 make_vector() in make_vector() function
97 …struct make_vector< BOOST_PP_ENUM_PARAMS(N, T) BOOST_PP_REPEAT_FROM_TO(BOOST_PP_DEC(N), FUSION_MAX… struct
100 … typedef BOOST_PP_CAT(vector, N)<BOOST_PP_ENUM(N, BOOST_FUSION_AS_FUSION_ELEMENT, _)> type;
/third_party/boost/boost/fusion/container/generation/
Dmake_vector.hpp31 struct make_vector struct
39 > type;
46 make_vector(T&&... arg) in make_vector() function
/third_party/boost/libs/mpl/test/
Dapply.cpp39 typedef lambda<std_vector<_1> >::type make_vector; in MPL_TEST_CASE() typedef
67 typedef apply_wrap1< make_lambda,std_vector<_1> >::type make_vector; in MPL_TEST_CASE() typedef
87 typedef apply1< lambda<_1>, std_vector<_1> >::type make_vector; in MPL_TEST_CASE() typedef
/third_party/boost/libs/spirit/test/karma/
Dsymbols1.cpp23 make_vector(T const& t1, T const& t2) in make_vector() function
Dsymbols3.cpp23 make_vector(T const& t1, T const& t2) in make_vector() function
Dsymbols2.cpp23 make_vector(T const& t1, T const& t2) in make_vector() function
/third_party/boost/boost/accumulators/numeric/functional/
Dvector.hpp34 struct make_vector struct
36 typedef std::vector<typename Fun::result_type> type;
/third_party/boost/libs/type_erasure/test/
Dtest_construct.cpp89 std::vector<int> make_vector() { return std::vector<int>(); } in make_vector() function
92 std::vector<T> make_vector(T t0) { in make_vector() function
98 std::vector<T> make_vector(T t0, T t1) { in make_vector() function
/third_party/boost/boost/msm/back/
Dmetafunctions.hpp563 struct make_vector struct
565 typedef ::boost::mpl::vector<Transition> type;