Home
last modified time | relevance | path

Searched refs:remove_cv_t (Results 1 – 25 of 42) sorted by relevance

12

/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/experimental/
H A Darray92 constexpr array<remove_cv_t<_Tp>, _Nm>
100 constexpr array<remove_cv_t<_Tp>, _Nm>
102 noexcept(is_nothrow_constructible<remove_cv_t<_Tp>, _Tp&>::value)
H A Doptional442 static_assert(__and_<__not_<is_same<remove_cv_t<_Tp>, nullopt_t>>,
443 __not_<is_same<remove_cv_t<_Tp>, in_place_t>>,
/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/experimental/
H A Darray92 constexpr array<remove_cv_t<_Tp>, _Nm>
100 constexpr array<remove_cv_t<_Tp>, _Nm>
102 noexcept(is_nothrow_constructible<remove_cv_t<_Tp>, _Tp&>::value)
H A Doptional442 static_assert(__and_<__not_<is_same<remove_cv_t<_Tp>, nullopt_t>>,
443 __not_<is_same<remove_cv_t<_Tp>, in_place_t>>,
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/type_traits/
H A Dremove_cv.hpp39 template <class T> using remove_cv_t = typename remove_cv<T>::type; typedef
/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/bits/
H A Diterator_concepts.h222 { using value_type = remove_cv_t<_Tp>; }; in _GLIBCXX_VISIBILITY()
243 { using value_type = remove_cv_t<remove_extent_t<_Iter>>; }; in _GLIBCXX_VISIBILITY()
264 && same_as<remove_cv_t<typename _Tp::element_type>, in _GLIBCXX_VISIBILITY()
265 remove_cv_t<typename _Tp::value_type>> in _GLIBCXX_VISIBILITY()
605 && !disable_sized_sentinel_for<remove_cv_t<_Sent>, remove_cv_t<_Iter>> in _GLIBCXX_VISIBILITY()
H A Dstl_iterator_base_types.h202 using value_type = remove_cv_t<_Tp>; in _GLIBCXX_VISIBILITY()
H A Dfs_path.h124 std::enable_if<__and_<__not_<is_same<remove_cv_t<_Tp1>, path>>, in _GLIBCXX_VISIBILITY()
502 = typename std::remove_cv_t<typename _Traits::value_type>> in _GLIBCXX_VISIBILITY()
/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/bits/
H A Diterator_concepts.h222 { using value_type = remove_cv_t<_Tp>; }; in _GLIBCXX_VISIBILITY()
243 { using value_type = remove_cv_t<remove_extent_t<_Iter>>; }; in _GLIBCXX_VISIBILITY()
264 && same_as<remove_cv_t<typename _Tp::element_type>, in _GLIBCXX_VISIBILITY()
265 remove_cv_t<typename _Tp::value_type>> in _GLIBCXX_VISIBILITY()
605 && !disable_sized_sentinel_for<remove_cv_t<_Sent>, remove_cv_t<_Iter>> in _GLIBCXX_VISIBILITY()
H A Dstl_iterator_base_types.h202 using value_type = remove_cv_t<_Tp>; in _GLIBCXX_VISIBILITY()
H A Dfs_path.h124 std::enable_if<__and_<__not_<is_same<remove_cv_t<_Tp1>, path>>, in _GLIBCXX_VISIBILITY()
502 = typename std::remove_cv_t<typename _Traits::value_type>> in _GLIBCXX_VISIBILITY()
/OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm32/include/libcxx/include/
H A Dspan42 using value_type = remove_cv_t<ElementType>;
155 struct __is_span : public __is_span_impl<remove_cv_t<_Tp>> {};
164 struct __is_std_array : public __is_std_array_impl<remove_cv_t<_Tp>> {};
195 using value_type = remove_cv_t<_Tp>;
367 using value_type = remove_cv_t<_Tp>;
/OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm64/include/libcxx/include/
H A Dspan42 using value_type = remove_cv_t<ElementType>;
155 struct __is_span : public __is_span_impl<remove_cv_t<_Tp>> {};
164 struct __is_std_array : public __is_std_array_impl<remove_cv_t<_Tp>> {};
195 using value_type = remove_cv_t<_Tp>;
367 using value_type = remove_cv_t<_Tp>;
/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 Darray349 constexpr array<remove_cv_t<_Tp>, sizeof...(_Idx)>
359 constexpr array<remove_cv_t<_Tp>, _Nm>
371 constexpr array<remove_cv_t<_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/debug/
H A Darray349 constexpr array<remove_cv_t<_Tp>, sizeof...(_Idx)>
359 constexpr array<remove_cv_t<_Tp>, _Nm>
371 constexpr array<remove_cv_t<_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 Darray374 constexpr array<remove_cv_t<_Tp>, sizeof...(_Idx)>
384 constexpr array<remove_cv_t<_Tp>, _Nm>
396 constexpr array<remove_cv_t<_Tp>, _Nm>
H A Dcharconv84 is_same<char, remove_cv_t<_Tp>>>::value,
587 is_same<char, remove_cv_t<_Tp>>>::value,
H A Dspan136 using value_type = remove_cv_t<_Type>;
H A Dmemory228 if constexpr (uses_allocator_v<remove_cv_t<_Tp>, _Alloc>)
/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 Darray374 constexpr array<remove_cv_t<_Tp>, sizeof...(_Idx)>
384 constexpr array<remove_cv_t<_Tp>, _Nm>
396 constexpr array<remove_cv_t<_Tp>, _Nm>
H A Dcharconv84 is_same<char, remove_cv_t<_Tp>>>::value,
587 is_same<char, remove_cv_t<_Tp>>>::value,
H A Dspan136 using value_type = remove_cv_t<_Type>;
H A Dmemory228 if constexpr (uses_allocator_v<remove_cv_t<_Tp>, _Alloc>)
H A Doptional672 static_assert(!is_same_v<remove_cv_t<_Tp>, nullopt_t>);
673 static_assert(!is_same_v<remove_cv_t<_Tp>, in_place_t>);
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/include/mbgl/util/
H A Dunique_any.hpp250 template<typename ValueType, typename _Vt = std::remove_cv_t<ValueType> >

12