Home
last modified time | relevance | path

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

/aosp_15_r20/external/sdv/vsomeip/third_party/boost/phoenix/include/boost/phoenix/support/preprocessed/
Dvector_10.hpp397 struct vector10 struct
399 … typedef A3 member_type3; A3 a3; typedef A4 member_type4; A4 a4; typedef A5 member_type5; A5 a5; t…
424 , ( boost::phoenix::vector10 ) (A0) (A1) (A2) (A3) (A4) (A5) (A6) (A7) (A8) (A9)
Dvector_20.hpp397 struct vector10 struct
399 … typedef A3 member_type3; A3 a3; typedef A4 member_type4; A4 a4; typedef A5 member_type5; A5 a5; t…
424 , ( boost::phoenix::vector10 ) (A0) (A1) (A2) (A3) (A4) (A5) (A6) (A7) (A8) (A9)
Dvector_30.hpp397 struct vector10 struct
399 … typedef A3 member_type3; A3 a3; typedef A4 member_type4; A4 a4; typedef A5 member_type5; A5 a5; t…
424 , ( boost::phoenix::vector10 ) (A0) (A1) (A2) (A3) (A4) (A5) (A6) (A7) (A8) (A9)
Dvector_40.hpp397 struct vector10 struct
399 … typedef A3 member_type3; A3 a3; typedef A4 member_type4; A4 a4; typedef A5 member_type5; A5 a5; t…
424 , ( boost::phoenix::vector10 ) (A0) (A1) (A2) (A3) (A4) (A5) (A6) (A7) (A8) (A9)
Dvector_50.hpp397 struct vector10 struct
399 … typedef A3 member_type3; A3 a3; typedef A4 member_type4; A4 a4; typedef A5 member_type5; A5 a5; t…
424 , ( boost::phoenix::vector10 ) (A0) (A1) (A2) (A3) (A4) (A5) (A6) (A7) (A8) (A9)
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/fusion/include/boost/fusion/container/vector/detail/cpp03/preprocessed/
Dvector10.hpp1717 struct vector10 struct
1721 typedef vector10<T0 , T1 , T2 , T3 , T4 , T5 , T6 , T7 , T8 , T9> this_type;
1722 typedef vector_data10<T0 , T1 , T2 , T3 , T4 , T5 , T6 , T7 , T8 , T9> base_type;
1723 typedef mpl::vector10<T0 , T1 , T2 , T3 , T4 , T5 , T6 , T7 , T8 , T9> types;
1724 typedef vector_tag fusion_tag;
1725 typedef fusion_sequence_tag tag;
1726 typedef mpl::false_ is_view;
1727 typedef random_access_traversal_tag category;
1728 typedef mpl::int_<10> size;
1730 vector10() {} in vector10() function
[all …]
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/mpl/include/boost/mpl/vector/aux_/preprocessed/plain/
Dvector10.hpp737 struct vector10 struct
739 typedef aux::vector_tag<10> tag;
740 typedef vector10 type;
741 typedef T0 item0;
742 typedef T1 item1;
743 typedef T2 item2;
744 typedef T3 item3;
745 typedef T4 item4;
746 typedef T5 item5;
747 typedef T6 item6;
[all …]
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/mpl/include/boost/mpl/vector/aux_/preprocessed/no_ctps/
Dvector10.hpp1370 struct vector10 struct
1372 typedef aux::vector_tag<10> tag;
1373 typedef vector10 type;
1374 typedef T0 item0;
1375 typedef T1 item1;
1376 typedef T2 item2;
1377 typedef T3 item3;
1378 typedef T4 item4;
1379 typedef T5 item5;
1380 typedef T6 item6;
[all …]
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/mpl/include/boost/mpl/vector/aux_/preprocessed/typeof_based/
Dvector10.hpp130 struct vector10 struct
136 typedef vector10 type;
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/typeof/include/boost/typeof/
Dvector50.hpp75 … , class P6 , class P7 , class P8 , class P9 > struct vector10 { typedef v_iter<vector10< P0 , P1 argument
Dvector100.hpp125 … , class P6 , class P7 , class P8 , class P9 > struct vector10 { typedef v_iter<vector10< P0 , P1 argument
Dvector150.hpp175 … , class P6 , class P7 , class P8 , class P9 > struct vector10 { typedef v_iter<vector10< P0 , P1 argument
Dvector200.hpp225 … , class P6 , class P7 , class P8 , class P9 > struct vector10 { typedef v_iter<vector10< P0 , P1 argument
/aosp_15_r20/external/federated-compute/fcp/secagg/shared/
H A Dsecagg_vector_test.cc290 SecAggVector vector10(raw_vector, modulus, GetParam()); in TEST_P() local