Home
last modified time | relevance | path

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

/aosp_15_r20/external/sdv/vsomeip/third_party/boost/mpl/include/boost/mpl/vector/aux_/preprocessed/plain/
Dvector20.hpp544 struct vector16 struct
546 typedef aux::vector_tag<16> tag;
547 typedef vector16 type;
548 typedef T0 item0;
549 typedef T1 item1;
550 typedef T2 item2;
551 typedef T3 item3;
552 typedef T4 item4;
553 typedef T5 item5;
554 typedef T6 item6;
[all …]
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/phoenix/include/boost/phoenix/support/preprocessed/
Dvector_20.hpp637 struct vector16 struct
639 … typedef A3 member_type3; A3 a3; typedef A4 member_type4; A4 a4; typedef A5 member_type5; A5 a5; t…
664 …, ( boost::phoenix::vector16 ) (A0) (A1) (A2) (A3) (A4) (A5) (A6) (A7) (A8) (A9) (A10) (A11) (A12)…
Dvector_30.hpp637 struct vector16 struct
639 … typedef A3 member_type3; A3 a3; typedef A4 member_type4; A4 a4; typedef A5 member_type5; A5 a5; t…
664 …, ( boost::phoenix::vector16 ) (A0) (A1) (A2) (A3) (A4) (A5) (A6) (A7) (A8) (A9) (A10) (A11) (A12)…
Dvector_40.hpp637 struct vector16 struct
639 … typedef A3 member_type3; A3 a3; typedef A4 member_type4; A4 a4; typedef A5 member_type5; A5 a5; t…
664 …, ( boost::phoenix::vector16 ) (A0) (A1) (A2) (A3) (A4) (A5) (A6) (A7) (A8) (A9) (A10) (A11) (A12)…
Dvector_50.hpp637 struct vector16 struct
639 … typedef A3 member_type3; A3 a3; typedef A4 member_type4; A4 a4; typedef A5 member_type5; A5 a5; t…
664 …, ( boost::phoenix::vector16 ) (A0) (A1) (A2) (A3) (A4) (A5) (A6) (A7) (A8) (A9) (A10) (A11) (A12)…
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/fusion/include/boost/fusion/container/vector/detail/cpp03/preprocessed/
Dvector20.hpp987 struct vector16 struct
991 …r16<T0 , T1 , T2 , T3 , T4 , T5 , T6 , T7 , T8 , T9 , T10 , T11 , T12 , T13 , T14 , T15> this_type;
992 …a16<T0 , T1 , T2 , T3 , T4 , T5 , T6 , T7 , T8 , T9 , T10 , T11 , T12 , T13 , T14 , T15> base_type;
993 …ector16<T0 , T1 , T2 , T3 , T4 , T5 , T6 , T7 , T8 , T9 , T10 , T11 , T12 , T13 , T14 , T15> types;
994 typedef vector_tag fusion_tag;
995 typedef fusion_sequence_tag tag;
996 typedef mpl::false_ is_view;
997 typedef random_access_traversal_tag category;
998 typedef mpl::int_<16> size;
1000 vector16() {} in vector16() function
[all …]
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/mpl/include/boost/mpl/vector/aux_/preprocessed/no_ctps/
Dvector20.hpp874 struct vector16 struct
876 typedef aux::vector_tag<16> tag;
877 typedef vector16 type;
878 typedef T0 item0;
879 typedef T1 item1;
880 typedef T2 item2;
881 typedef T3 item3;
882 typedef T4 item4;
883 typedef T5 item5;
884 typedef T6 item6;
[all …]
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/mpl/include/boost/mpl/vector/aux_/preprocessed/typeof_based/
Dvector20.hpp90 struct vector16 struct
96 typedef vector16 type;
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/typeof/include/boost/typeof/
Dvector50.hpp81 …s P9 , class P10 , class P11 , class P12 , class P13 , class P14 , class P15 > struct vector16 { t… argument
Dvector100.hpp131 …s P9 , class P10 , class P11 , class P12 , class P13 , class P14 , class P15 > struct vector16 { t… argument
Dvector150.hpp181 …s P9 , class P10 , class P11 , class P12 , class P13 , class P14 , class P15 > struct vector16 { t… argument
Dvector200.hpp231 …s P9 , class P10 , class P11 , class P12 , class P13 , class P14 , class P15 > struct vector16 { t… argument
/aosp_15_r20/external/webrtc/common_audio/signal_processing/
H A Dsignal_processing_unittest.cc18 static const int16_t vector16[kVector16Size] = {1, variable
251 int16_t vector16[kVectorSize] = {-1, in TEST() local
/aosp_15_r20/frameworks/base/tools/aapt/
H A DResourceTable.cpp4836 const String16 vector16("vector"); in modifyForCompat() local