Home
last modified time | relevance | path

Searched defs:vector2 (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.hpp269 struct vector2 struct
273 typedef vector2<T0 , T1> this_type;
274 typedef vector_data2<T0 , T1> base_type;
275 typedef mpl::vector2<T0 , T1> types;
276 typedef vector_tag fusion_tag;
277 typedef fusion_sequence_tag tag;
278 typedef mpl::false_ is_view;
279 typedef random_access_traversal_tag category;
280 typedef mpl::int_<2> size;
282 vector2() {} in vector2() function
[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.hpp29 struct vector2 struct
35 typedef vector2 type;
/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.hpp77 struct vector2 struct
79 typedef A0 member_type0; A0 a0; typedef A1 member_type1; A1 a1;
104 , ( boost::phoenix::vector2 ) (A0) (A1)
H A Dvector_20.hpp77 struct vector2 struct
79 typedef A0 member_type0; A0 a0; typedef A1 member_type1; A1 a1;
104 , ( boost::phoenix::vector2 ) (A0) (A1)
H A Dvector_30.hpp77 struct vector2 struct
79 typedef A0 member_type0; A0 a0; typedef A1 member_type1; A1 a1;
104 , ( boost::phoenix::vector2 ) (A0) (A1)
H A Dvector_40.hpp77 struct vector2 struct
79 typedef A0 member_type0; A0 a0; typedef A1 member_type1; A1 a1;
104 , ( boost::phoenix::vector2 ) (A0) (A1)
H A Dvector_50.hpp77 struct vector2 struct
79 typedef A0 member_type0; A0 a0; typedef A1 member_type1; A1 a1;
104 , ( boost::phoenix::vector2 ) (A0) (A1)
/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.hpp88 struct vector2 struct
90 typedef aux::vector_tag<2> tag;
91 typedef vector2 type;
92 typedef T0 item0;
93 typedef T1 item1;
96 typedef void_ item2;
97 typedef T1 back;
98 typedef v_iter< type,0 > begin;
99 typedef v_iter< type,2 > end;
/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.hpp193 struct vector2 struct
195 typedef aux::vector_tag<2> tag;
196 typedef vector2 type;
197 typedef T0 item0;
198 typedef T1 item1;
201 typedef void_ item2;
202 typedef T1 back;
203 typedef v_iter< type,0 > begin;
204 typedef v_iter< type,2 > end;
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/typeof/
H A Dvector50.hpp67 … > struct vector2 { typedef v_iter<vector2< P0 , P1>, boost::mpl::int_<0> > begin; typedef P0 item… argument
H A Dvector100.hpp117 … > struct vector2 { typedef v_iter<vector2< P0 , P1>, boost::mpl::int_<0> > begin; typedef P0 item… argument
H A Dvector150.hpp167 … > struct vector2 { typedef v_iter<vector2< P0 , P1>, boost::mpl::int_<0> > begin; typedef P0 item… argument
H A Dvector200.hpp217 … > struct vector2 { typedef v_iter<vector2< P0 , P1>, boost::mpl::int_<0> > begin; typedef P0 item… argument
/OK3568_Linux_fs/kernel/net/sctp/
H A Dauth.c149 struct sctp_auth_bytes *vector2) in sctp_auth_compare_vectors()