Home
last modified time | relevance | path

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

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/fusion/container/vector/detail/cpp03/preprocessed/
H A Dvector10.hpp82 struct vector1 struct
86 typedef vector1<T0> this_type;
87 typedef vector_data1<T0> base_type;
88 typedef mpl::vector1<T0> types;
89 typedef vector_tag fusion_tag;
90 typedef fusion_sequence_tag tag;
91 typedef mpl::false_ is_view;
92 typedef random_access_traversal_tag category;
93 typedef mpl::int_<1> size;
95 vector1() {} in vector1() argument
[all …]
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/mpl/vector/aux_/preprocessed/typeof_based/
H A Dvector10.hpp17 struct vector1 struct
23 typedef vector1 type;
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/mpl/vector/aux_/preprocessed/plain/
H A Dvector10.hpp23 struct vector1 struct
25 typedef aux::vector_tag<1> tag;
26 typedef vector1 type;
27 typedef T0 item0;
28 typedef void_ item1;
29 typedef T0 back;
30 typedef v_iter< type,0 > begin;
31 typedef v_iter< type,1 > end;
/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.hpp37 struct vector1 struct
39 typedef A0 member_type0; A0 a0;
64 , ( boost::phoenix::vector1 ) (A0)
H A Dvector_20.hpp37 struct vector1 struct
39 typedef A0 member_type0; A0 a0;
64 , ( boost::phoenix::vector1 ) (A0)
H A Dvector_30.hpp37 struct vector1 struct
39 typedef A0 member_type0; A0 a0;
64 , ( boost::phoenix::vector1 ) (A0)
H A Dvector_40.hpp37 struct vector1 struct
39 typedef A0 member_type0; A0 a0;
64 , ( boost::phoenix::vector1 ) (A0)
H A Dvector_50.hpp37 struct vector1 struct
39 typedef A0 member_type0; A0 a0;
64 , ( boost::phoenix::vector1 ) (A0)
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/typeof/
H A Dvector50.hpp66 …uct vector1 { typedef v_iter<vector1< P0>, boost::mpl::int_<0> > begin; typedef P0 item0; typedef … argument
H A Dvector100.hpp116 …uct vector1 { typedef v_iter<vector1< P0>, boost::mpl::int_<0> > begin; typedef P0 item0; typedef … argument
H A Dvector150.hpp166 …uct vector1 { typedef v_iter<vector1< P0>, boost::mpl::int_<0> > begin; typedef P0 item0; typedef … argument
H A Dvector200.hpp216 …uct vector1 { typedef v_iter<vector1< P0>, boost::mpl::int_<0> > begin; typedef P0 item0; typedef … argument
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/mpl/vector/aux_/preprocessed/no_ctps/
H A Dvector10.hpp62 struct vector1 struct
64 typedef aux::vector_tag<1> tag;
65 typedef vector1 type;
66 typedef T0 item0;
67 typedef void_ item1;
68 typedef T0 back;
69 typedef v_iter< type,0 > begin;
70 typedef v_iter< type,1 > end;
/OK3568_Linux_fs/kernel/net/sctp/
H A Dauth.c148 static int sctp_auth_compare_vectors(struct sctp_auth_bytes *vector1, in sctp_auth_compare_vectors()