Home
last modified time | relevance | path

Searched refs:is_copy_assignable (Results 1 – 25 of 32) sorted by relevance

12

/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 Dstl_uninitialized.h215 const bool __assignable = is_copy_assignable<_ValueType>::value; in _GLIBCXX_VISIBILITY()
286 const bool __assignable = is_copy_assignable<_ValueType>::value; in _GLIBCXX_VISIBILITY()
603 const bool __assignable = is_copy_assignable<_ValueType>::value; in _GLIBCXX_VISIBILITY()
619 const bool __assignable = is_copy_assignable<_ValueType>::value; in _GLIBCXX_VISIBILITY()
H A Dstl_pair.h391 __and_<is_copy_assignable<_T1>, in _GLIBCXX_VISIBILITY()
392 is_copy_assignable<_T2>>::value, in _GLIBCXX_VISIBILITY()
H A Dstl_algobase.h420 is_copy_assignable<_Tp>>; in _GLIBCXX_VISIBILITY()
685 is_copy_assignable<_Tp>>; in _GLIBCXX_VISIBILITY()
H A Dforward_list.h676 { _M_assign_n(__n, __val, is_copy_assignable<_Tp>()); } in _GLIBCXX_VISIBILITY()
/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 Dstl_uninitialized.h215 const bool __assignable = is_copy_assignable<_ValueType>::value; in _GLIBCXX_VISIBILITY()
286 const bool __assignable = is_copy_assignable<_ValueType>::value; in _GLIBCXX_VISIBILITY()
603 const bool __assignable = is_copy_assignable<_ValueType>::value; in _GLIBCXX_VISIBILITY()
619 const bool __assignable = is_copy_assignable<_ValueType>::value; in _GLIBCXX_VISIBILITY()
H A Dstl_pair.h391 __and_<is_copy_assignable<_T1>, in _GLIBCXX_VISIBILITY()
392 is_copy_assignable<_T2>>::value, in _GLIBCXX_VISIBILITY()
H A Dstl_algobase.h420 is_copy_assignable<_Tp>>; in _GLIBCXX_VISIBILITY()
685 is_copy_assignable<_Tp>>; in _GLIBCXX_VISIBILITY()
H A Dforward_list.h676 { _M_assign_n(__n, __val, is_copy_assignable<_Tp>()); } in _GLIBCXX_VISIBILITY()
/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.patch97 absl::is_copy_assignable<T>::value> {
/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.hpp259 … ( ::boost::move_detail::is_copy_assignable<T>::value &&\
776 struct is_copy_assignable struct
/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 Dtype_traits144 constexpr bool is_copy_assignable_v = is_copy_assignable<_Tp>::value;
H A Doptional434 __and_<is_copy_constructible<_Tp>, is_copy_assignable<_Tp>>::value,
/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 Dtype_traits144 constexpr bool is_copy_assignable_v = is_copy_assignable<_Tp>::value;
H A Doptional434 __and_<is_copy_constructible<_Tp>, is_copy_assignable<_Tp>>::value,
/OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm64/include/libcxx/include/
H A Dtype_traits111 template <class T> struct is_copy_assignable;
317 = is_copy_assignable<T>::value; // C++17
2203 // is_copy_assignable
2205 template <class _Tp> struct _LIBCPP_TEMPLATE_VIS is_copy_assignable
2212 = is_copy_assignable<_Tp>::value;
2222 : public is_copy_assignable<_Tp> {};
H A Dutility516 is_copy_assignable<first_type>::value &&
517 is_copy_assignable<second_type>::value,
H A Doptional580 (is_copy_constructible<_Tp>::value && is_copy_assignable<_Tp>::value),
/OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm32/include/libcxx/include/
H A Dtype_traits111 template <class T> struct is_copy_assignable;
317 = is_copy_assignable<T>::value; // C++17
2203 // is_copy_assignable
2205 template <class _Tp> struct _LIBCPP_TEMPLATE_VIS is_copy_assignable
2212 = is_copy_assignable<_Tp>::value;
2222 : public is_copy_assignable<_Tp> {};
H A Dutility516 is_copy_assignable<first_type>::value &&
517 is_copy_assignable<second_type>::value,
H A Doptional580 (is_copy_constructible<_Tp>::value && is_copy_assignable<_Tp>::value),
/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_traits1088 /// is_copy_assignable
1090 struct is_copy_assignable
3118 inline constexpr bool is_copy_assignable_v = is_copy_assignable<_Tp>::value;
H A Doptional664 __and_v<is_copy_constructible<_Tp>, is_copy_assignable<_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/
H A Dtype_traits1088 /// is_copy_assignable
1090 struct is_copy_assignable
3118 inline constexpr bool is_copy_assignable_v = is_copy_assignable<_Tp>::value;
H A Doptional664 __and_v<is_copy_constructible<_Tp>, is_copy_assignable<_Tp>>,
H A Dfstream84 using __chk_state = __and_<is_copy_assignable<_Tp>,

12