Home
last modified time | relevance | path

Searched refs:remove_all_extents (Results 1 – 9 of 9) sorted by relevance

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/type_traits/
H A Dremove_all_extents.hpp18 template <class T> struct remove_all_extents{ typedef T type; }; struct
21 template <class T, std::size_t N> struct remove_all_extents<T[N]> : public remove_all_extents<T>{}; struct
22 template <class T, std::size_t N> struct remove_all_extents<T const[N]> : public remove_all_extents struct
23 template <class T, std::size_t N> struct remove_all_extents<T volatile[N]> : public remove_all_exte… struct
24 template <class T, std::size_t N> struct remove_all_extents<T const volatile[N]> : public remove_al… struct
26 template <class T> struct remove_all_extents<T[]> : public remove_all_extents<T>{}; struct
27 template <class T> struct remove_all_extents<T const[]> : public remove_all_extents<T const>{}; struct
28 template <class T> struct remove_all_extents<T volatile[]> : public remove_all_extents<T volatile>{… struct
29 template <class T> struct remove_all_extents<T const volatile[]> : public remove_all_extents<T cons… struct
35 template <class T> using remove_all_extents_t = typename remove_all_extents<T>::type;
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/move/detail/
H A Dtype_traits.hpp474 struct remove_all_extents struct
478 struct remove_all_extents<T[]> struct
479 { typedef typename remove_all_extents<T>::type type; }; argument
482 struct remove_all_extents<T[N]> struct
483 { typedef typename remove_all_extents<T>::type type;}; argument
604 : is_union_noextents_cv<typename remove_cv<typename remove_all_extents<T>::type>::type>
679 : is_pod_noextents_cv<typename remove_cv<typename remove_all_extents<T>::type>::type>
/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 Dtype_traits457 /// remove_all_extents
459 struct remove_all_extents
463 struct remove_all_extents<_Tp[_Size]>
464 { typedef typename remove_all_extents<_Tp>::type type; };
467 struct remove_all_extents<_Tp[]>
468 { typedef typename remove_all_extents<_Tp>::type type; };
/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 Dtype_traits457 /// remove_all_extents
459 struct remove_all_extents
463 struct remove_all_extents<_Tp[_Size]>
464 { typedef typename remove_all_extents<_Tp>::type type; };
467 struct remove_all_extents<_Tp[]>
468 { typedef typename remove_all_extents<_Tp>::type type; };
/OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm64/include/libcxx/include/
H A Dtype_traits92 template <class T> struct remove_all_extents;
198 using remove_all_extents_t = typename remove_all_extents<T>::type; // C++14
1326 // remove_all_extents
1328 template <class _Tp> struct _LIBCPP_TEMPLATE_VIS remove_all_extents
1330 template <class _Tp> struct _LIBCPP_TEMPLATE_VIS remove_all_extents<_Tp[]>
1331 {typedef typename remove_all_extents<_Tp>::type type;};
1332 template <class _Tp, size_t _Np> struct _LIBCPP_TEMPLATE_VIS remove_all_extents<_Tp[_Np]>
1333 {typedef typename remove_all_extents<_Tp>::type type;};
1336 template <class _Tp> using remove_all_extents_t = typename remove_all_extents<_Tp>::type;
2238 // where _Up is remove_all_extents<_Tp>::type
[all …]
/OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm32/include/libcxx/include/
H A Dtype_traits92 template <class T> struct remove_all_extents;
198 using remove_all_extents_t = typename remove_all_extents<T>::type; // C++14
1326 // remove_all_extents
1328 template <class _Tp> struct _LIBCPP_TEMPLATE_VIS remove_all_extents
1330 template <class _Tp> struct _LIBCPP_TEMPLATE_VIS remove_all_extents<_Tp[]>
1331 {typedef typename remove_all_extents<_Tp>::type type;};
1332 template <class _Tp, size_t _Np> struct _LIBCPP_TEMPLATE_VIS remove_all_extents<_Tp[_Np]>
1333 {typedef typename remove_all_extents<_Tp>::type type;};
1336 template <class _Tp> using remove_all_extents_t = typename remove_all_extents<_Tp>::type;
2238 // where _Up is remove_all_extents<_Tp>::type
[all …]
/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 Dtype_traits785 struct remove_all_extents;
828 remove_all_extents<_Tp>::type>::type
879 remove_all_extents<_Tp>::type>::type
986 : public __bool_constant<noexcept(typename remove_all_extents<_Tp>::type())>
1983 /// remove_all_extents
1985 struct remove_all_extents
1989 struct remove_all_extents<_Tp[_Size]>
1990 { typedef typename remove_all_extents<_Tp>::type type; };
1993 struct remove_all_extents<_Tp[]>
1994 { typedef typename remove_all_extents<_Tp>::type type; };
[all …]
/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 Dtype_traits785 struct remove_all_extents;
828 remove_all_extents<_Tp>::type>::type
879 remove_all_extents<_Tp>::type>::type
986 : public __bool_constant<noexcept(typename remove_all_extents<_Tp>::type())>
1983 /// remove_all_extents
1985 struct remove_all_extents
1989 struct remove_all_extents<_Tp[_Size]>
1990 { typedef typename remove_all_extents<_Tp>::type type; };
1993 struct remove_all_extents<_Tp[]>
1994 { typedef typename remove_all_extents<_Tp>::type type; };
[all …]
/OK3568_Linux_fs/yocto/meta-rockchip/dynamic-layers/recipes-browser/chromium/chromium_105.0.5195/
H A D0017-abseil-cpp-Map-the-absl-is_trivially_-functions-to-t.patch113 using ExtentsRemoved = typename std::remove_all_extents<T>::type;