Home
last modified time | relevance | path

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

/aosp_15_r20/external/sdv/vsomeip/third_party/boost/fusion/include/boost/fusion/container/vector/detail/cpp03/preprocessed/
Dvector10.hpp993 struct vector6 struct
997 typedef vector6<T0 , T1 , T2 , T3 , T4 , T5> this_type;
998 typedef vector_data6<T0 , T1 , T2 , T3 , T4 , T5> base_type;
999 typedef mpl::vector6<T0 , T1 , T2 , T3 , T4 , T5> types;
1000 typedef vector_tag fusion_tag;
1001 typedef fusion_sequence_tag tag;
1002 typedef mpl::false_ is_view;
1003 typedef random_access_traversal_tag category;
1004 typedef mpl::int_<6> size;
1006 vector6() {} in vector6() argument
[all …]
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/phoenix/include/boost/phoenix/support/preprocessed/
Dvector_10.hpp237 struct vector6 struct
239 …a2; typedef A3 member_type3; A3 a3; typedef A4 member_type4; A4 a4; typedef A5 member_type5; A5 a5;
264 , ( boost::phoenix::vector6 ) (A0) (A1) (A2) (A3) (A4) (A5)
Dvector_20.hpp237 struct vector6 struct
239 …a2; typedef A3 member_type3; A3 a3; typedef A4 member_type4; A4 a4; typedef A5 member_type5; A5 a5;
264 , ( boost::phoenix::vector6 ) (A0) (A1) (A2) (A3) (A4) (A5)
Dvector_30.hpp237 struct vector6 struct
239 …a2; typedef A3 member_type3; A3 a3; typedef A4 member_type4; A4 a4; typedef A5 member_type5; A5 a5;
264 , ( boost::phoenix::vector6 ) (A0) (A1) (A2) (A3) (A4) (A5)
Dvector_40.hpp237 struct vector6 struct
239 …a2; typedef A3 member_type3; A3 a3; typedef A4 member_type4; A4 a4; typedef A5 member_type5; A5 a5;
264 , ( boost::phoenix::vector6 ) (A0) (A1) (A2) (A3) (A4) (A5)
Dvector_50.hpp237 struct vector6 struct
239 …a2; typedef A3 member_type3; A3 a3; typedef A4 member_type4; A4 a4; typedef A5 member_type5; A5 a5;
264 , ( boost::phoenix::vector6 ) (A0) (A1) (A2) (A3) (A4) (A5)
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/mpl/include/boost/mpl/vector/aux_/preprocessed/plain/
Dvector10.hpp387 struct vector6 struct
389 typedef aux::vector_tag<6> tag;
390 typedef vector6 type;
391 typedef T0 item0;
392 typedef T1 item1;
393 typedef T2 item2;
394 typedef T3 item3;
395 typedef T4 item4;
396 typedef T5 item5;
399 typedef void_ item6;
[all …]
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/mpl/include/boost/mpl/vector/aux_/preprocessed/no_ctps/
Dvector10.hpp756 struct vector6 struct
758 typedef aux::vector_tag<6> tag;
759 typedef vector6 type;
760 typedef T0 item0;
761 typedef T1 item1;
762 typedef T2 item2;
763 typedef T3 item3;
764 typedef T4 item4;
765 typedef T5 item5;
768 typedef void_ item6;
[all …]
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/mpl/include/boost/mpl/vector/aux_/preprocessed/typeof_based/
Dvector10.hpp78 struct vector6 struct
84 typedef vector6 type;
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/typeof/include/boost/typeof/
Dvector50.hpp71 … , class P4 , class P5 > struct vector6 { typedef v_iter<vector6< P0 , P1 , P2 , P3 , P4 , P5>, bo… argument
Dvector100.hpp121 … , class P4 , class P5 > struct vector6 { typedef v_iter<vector6< P0 , P1 , P2 , P3 , P4 , P5>, bo… argument
Dvector150.hpp171 … , class P4 , class P5 > struct vector6 { typedef v_iter<vector6< P0 , P1 , P2 , P3 , P4 , P5>, bo… struct
Dvector200.hpp221 … , class P4 , class P5 > struct vector6 { typedef v_iter<vector6< P0 , P1 , P2 , P3 , P4 , P5>, bo… argument
/aosp_15_r20/external/federated-compute/fcp/secagg/shared/
H A Dsecagg_vector_test.cc253 SecAggVector vector6(raw_vector, modulus, GetParam()); in TEST_P() local