Home
last modified time | relevance | path

Searched refs:tuple_element (Results 1 – 25 of 45) sorted by relevance

12

/OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm32/include/libcxx/include/
H A D__tuple57 template <size_t _Ip, class _Tp> class _LIBCPP_TEMPLATE_VIS tuple_element;
60 class _LIBCPP_TEMPLATE_VIS tuple_element<_Ip, const _Tp>
63 typedef typename add_const<typename tuple_element<_Ip, _Tp>::type>::type type;
67 class _LIBCPP_TEMPLATE_VIS tuple_element<_Ip, volatile _Tp>
70 typedef typename add_volatile<typename tuple_element<_Ip, _Tp>::type>::type type;
74 class _LIBCPP_TEMPLATE_VIS tuple_element<_Ip, const volatile _Tp>
77 typedef typename add_cv<typename tuple_element<_Ip, _Tp>::type>::type type;
175 typename tuple_element<_Ip, tuple<_Tp...> >::type&
180 const typename tuple_element<_Ip, tuple<_Tp...> >::type&
185 typename tuple_element<_Ip, tuple<_Tp...> >::type&&
[all …]
H A Dtuple91 template <size_t I, class T> class tuple_element; // undefined
92 template <size_t I, class... T> class tuple_element<I, tuple<T...>>;
94 using tuple_element_t = typename tuple_element <I, T>::type; // C++14
98 typename tuple_element<I, tuple<T...>>::type&
101 const typename tuple_element<I, tuple<T...>>::type&
104 typename tuple_element<I, tuple<T...>>::type&&
107 const typename tuple_element<I, tuple<T...>>::type&&
405 …le_impl(_Tuple&& __t) _NOEXCEPT_((__all<is_nothrow_constructible<_Tp, typename tuple_element<_Indx,
407 : __tuple_leaf<_Indx, _Tp>(_VSTD::forward<typename tuple_element<_Indx,
419 : __tuple_leaf<_Indx, _Tp>(__uses_alloc_ctor<_Tp, _Alloc, typename tuple_element<_Indx,
[all …]
H A Dutility107 template <size_t I, class T> class tuple_element;
110 template <class T1, class T2> struct tuple_element<0, pair<T1, T2> >;
111 template <class T1, class T2> struct tuple_element<1, pair<T1, T2> >;
114 typename tuple_element<I, pair<T1, T2> >::type&
118 const typename tuple_element<I, pair<T1, T2> >::type&
122 typename tuple_element<I, pair<T1, T2> >::type&&
126 const typename tuple_element<I, pair<T1, T2> >::type&&
690 class _LIBCPP_TEMPLATE_VIS tuple_element<_Ip, pair<_T1, _T2> >
692 static_assert(_Ip < 2, "Index out of bounds in std::tuple_element<std::pair<T1, T2>>");
696 class _LIBCPP_TEMPLATE_VIS tuple_element<0, pair<_T1, _T2> >
[all …]
H A Darray95 template <size_t I, class T> class tuple_element;
97 template <size_t I, class T, size_t N> struct tuple_element<I, array<T, N>>;
437 class _LIBCPP_TEMPLATE_VIS tuple_element<_Ip, array<_Tp, _Size> >
439 static_assert(_Ip < _Size, "Index out of bounds in std::tuple_element<> (std::array)");
/OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm64/include/libcxx/include/
H A D__tuple57 template <size_t _Ip, class _Tp> class _LIBCPP_TEMPLATE_VIS tuple_element;
60 class _LIBCPP_TEMPLATE_VIS tuple_element<_Ip, const _Tp>
63 typedef typename add_const<typename tuple_element<_Ip, _Tp>::type>::type type;
67 class _LIBCPP_TEMPLATE_VIS tuple_element<_Ip, volatile _Tp>
70 typedef typename add_volatile<typename tuple_element<_Ip, _Tp>::type>::type type;
74 class _LIBCPP_TEMPLATE_VIS tuple_element<_Ip, const volatile _Tp>
77 typedef typename add_cv<typename tuple_element<_Ip, _Tp>::type>::type type;
175 typename tuple_element<_Ip, tuple<_Tp...> >::type&
180 const typename tuple_element<_Ip, tuple<_Tp...> >::type&
185 typename tuple_element<_Ip, tuple<_Tp...> >::type&&
[all …]
H A Dtuple91 template <size_t I, class T> class tuple_element; // undefined
92 template <size_t I, class... T> class tuple_element<I, tuple<T...>>;
94 using tuple_element_t = typename tuple_element <I, T>::type; // C++14
98 typename tuple_element<I, tuple<T...>>::type&
101 const typename tuple_element<I, tuple<T...>>::type&
104 typename tuple_element<I, tuple<T...>>::type&&
107 const typename tuple_element<I, tuple<T...>>::type&&
405 …le_impl(_Tuple&& __t) _NOEXCEPT_((__all<is_nothrow_constructible<_Tp, typename tuple_element<_Indx,
407 : __tuple_leaf<_Indx, _Tp>(_VSTD::forward<typename tuple_element<_Indx,
419 : __tuple_leaf<_Indx, _Tp>(__uses_alloc_ctor<_Tp, _Alloc, typename tuple_element<_Indx,
[all …]
H A Dutility107 template <size_t I, class T> class tuple_element;
110 template <class T1, class T2> struct tuple_element<0, pair<T1, T2> >;
111 template <class T1, class T2> struct tuple_element<1, pair<T1, T2> >;
114 typename tuple_element<I, pair<T1, T2> >::type&
118 const typename tuple_element<I, pair<T1, T2> >::type&
122 typename tuple_element<I, pair<T1, T2> >::type&&
126 const typename tuple_element<I, pair<T1, T2> >::type&&
690 class _LIBCPP_TEMPLATE_VIS tuple_element<_Ip, pair<_T1, _T2> >
692 static_assert(_Ip < 2, "Index out of bounds in std::tuple_element<std::pair<T1, T2>>");
696 class _LIBCPP_TEMPLATE_VIS tuple_element<0, pair<_T1, _T2> >
[all …]
H A Darray95 template <size_t I, class T> class tuple_element;
97 template <size_t I, class T, size_t N> struct tuple_element<I, array<T, N>>;
437 class _LIBCPP_TEMPLATE_VIS tuple_element<_Ip, array<_Tp, _Size> >
439 static_assert(_Ip < _Size, "Index out of bounds in std::tuple_element<> (std::array)");
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/container/detail/
H A Dvariadic_templates_tools.hpp85 struct tuple_element;
88 struct tuple_element<I, tuple<Head, Tail...> > struct
90 typedef typename tuple_element<I-1, tuple<Tail...> >::type type; argument
94 struct tuple_element<0, tuple<Head, Tail...> > struct
105 typedef typename tuple_element<I-1, tuple<Values...> >::type Element;
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/include/c++/10.3.1/
H A Dutility114 struct tuple_element;
118 using __tuple_element_t = typename tuple_element<__i, _Tp>::type;
121 struct tuple_element<__i, const _Tp>
127 struct tuple_element<__i, volatile _Tp>
133 struct tuple_element<__i, const volatile _Tp>
141 // of tuple_element<pair<T,U>> and tuple_element<array<T,N>> are defined.
145 using tuple_element_t = typename tuple_element<__i, _Tp>::type;
162 struct tuple_element<0, std::pair<_Tp1, _Tp2>>
167 struct tuple_element<1, std::pair<_Tp1, _Tp2>>
222 constexpr typename tuple_element<_Int, std::pair<_Tp1, _Tp2>>::type&
[all …]
H A Darray426 /// tuple_element
428 struct tuple_element;
432 struct tuple_element<_Int, _GLIBCXX_STD_C::array<_Tp, _Nm>>
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/include/c++/10.3.1/
H A Dutility114 struct tuple_element;
118 using __tuple_element_t = typename tuple_element<__i, _Tp>::type;
121 struct tuple_element<__i, const _Tp>
127 struct tuple_element<__i, volatile _Tp>
133 struct tuple_element<__i, const volatile _Tp>
141 // of tuple_element<pair<T,U>> and tuple_element<array<T,N>> are defined.
145 using tuple_element_t = typename tuple_element<__i, _Tp>::type;
162 struct tuple_element<0, std::pair<_Tp1, _Tp2>>
167 struct tuple_element<1, std::pair<_Tp1, _Tp2>>
222 constexpr typename tuple_element<_Int, std::pair<_Tp1, _Tp2>>::type&
[all …]
H A Darray426 /// tuple_element
428 struct tuple_element;
432 struct tuple_element<_Int, _GLIBCXX_STD_C::array<_Tp, _Nm>>
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/include/c++/10.3.1/tr1/
H A Dutility48 class tuple_element;
60 struct tuple_element<0, std::pair<_Tp1, _Tp2> >
64 struct tuple_element<1, std::pair<_Tp1, _Tp2> >
95 inline typename tuple_element<_Int, std::pair<_Tp1, _Tp2> >::type&
100 inline const typename tuple_element<_Int, std::pair<_Tp1, _Tp2> >::type&
H A Dtuple223 struct tuple_element;
226 * Recursive case for tuple_element: strip off the first element in
230 struct tuple_element<__i, tuple<_Head, _Tail...> >
231 : tuple_element<__i - 1, tuple<_Tail...> > { };
234 * Basis case for tuple_element: The first element is the one we're seeking.
237 struct tuple_element<0, tuple<_Head, _Tail...> >
274 typename tuple_element<__i, tuple<_Elements...> >::type
283 typename tuple_element<__i, tuple<_Elements...> >::type
H A Darray221 /// tuple_element
223 class tuple_element;
234 struct tuple_element<_Int, array<_Tp, _Nm> >
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/include/c++/10.3.1/tr1/
H A Dutility48 class tuple_element;
60 struct tuple_element<0, std::pair<_Tp1, _Tp2> >
64 struct tuple_element<1, std::pair<_Tp1, _Tp2> >
95 inline typename tuple_element<_Int, std::pair<_Tp1, _Tp2> >::type&
100 inline const typename tuple_element<_Int, std::pair<_Tp1, _Tp2> >::type&
H A Dtuple223 struct tuple_element;
226 * Recursive case for tuple_element: strip off the first element in
230 struct tuple_element<__i, tuple<_Head, _Tail...> >
231 : tuple_element<__i - 1, tuple<_Tail...> > { };
234 * Basis case for tuple_element: The first element is the one we're seeking.
237 struct tuple_element<0, tuple<_Head, _Tail...> >
274 typename tuple_element<__i, tuple<_Elements...> >::type
283 typename tuple_element<__i, tuple<_Elements...> >::type
H A Darray221 /// tuple_element
223 class tuple_element;
234 struct tuple_element<_Int, array<_Tp, _Nm> >
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/tao_tuple/28626e99/include/tao/tuple/
H A Dtuple.hpp567 template< std::size_t I, typename T > struct tuple_element;
568 …template< std::size_t I, typename T > struct tuple_element< I, const T > : tuple_element< I, T > {… struct
569 …template< std::size_t I, typename T > struct tuple_element< I, volatile T > : tuple_element< I, T … struct
570 …template< std::size_t I, typename T > struct tuple_element< I, const volatile T > : tuple_element<… struct
573 struct tuple_element< I, tuple< Ts... > > struct
579 using tuple_element_t = typename tuple_element< I, T >::type;
780 … using type = tuple< typename tuple_element< Is, seq::type_by_index_t< Os, Ts... > >::type... >;
/OK3568_Linux_fs/external/rknpu2/examples/3rdparty/opencv/opencv-linux-aarch64/include/opencv2/core/cuda/detail/
H A Dreduce.hpp91 …typename GetType<typename thrust::tuple_element<I, PointerTuple>::type>::type reg = thrust::get<I>… in merge()
99 …typename GetType<typename thrust::tuple_element<I, ValTuple>::type>::type reg = shfl_down(thrust::… in mergeShfl()
/OK3568_Linux_fs/external/rknpu2/examples/3rdparty/opencv/OpenCV-android-sdk/sdk/native/jni/include/opencv2/core/cuda/detail/
H A Dreduce.hpp91 …typename GetType<typename thrust::tuple_element<I, PointerTuple>::type>::type reg = thrust::get<I>… in merge()
99 …typename GetType<typename thrust::tuple_element<I, ValTuple>::type>::type reg = shfl_down(thrust::… in mergeShfl()
/OK3568_Linux_fs/external/rknpu2/examples/3rdparty/opencv/opencv-linux-armhf/include/opencv2/core/cuda/detail/
H A Dreduce.hpp91 …typename GetType<typename thrust::tuple_element<I, PointerTuple>::type>::type reg = thrust::get<I>… in merge()
99 …typename GetType<typename thrust::tuple_element<I, ValTuple>::type>::type reg = shfl_down(thrust::… in mergeShfl()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/geometry/index/
H A Dequal_to.hpp183 typedef typename std::tuple_element<I, Tuple>::type T; in apply()
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/include/c++/10.3.1/debug/
H A Darray393 /// tuple_element
395 struct tuple_element<_Int, std::__debug::array<_Tp, _Nm>>

12