Home
last modified time | relevance | path

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

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/fusion/container/generation/detail/preprocessed/
H A 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 …]
H A 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 …]
H A 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 …]
H A 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 …]
H A 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 …]
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/fusion/container/generation/detail/
H A 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;
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/spirit/home/support/detail/
H A Dmake_vector.hpp56 struct make_vector<> struct
58 typedef fusion::vector0 type;
63 make_vector() in make_vector() function
94 …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(fusion::vector, N)<BOOST_PP_ENUM(N, BOOST_FUSION_AS_FUSION_ELEMENT, _)> type;
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/fusion/container/generation/
H A Dmake_vector.hpp31 struct make_vector struct
39 > type;
46 make_vector(T&&... arg) in make_vector() function