| /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 D | stl_uninitialized.h | 215 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 D | stl_pair.h | 391 __and_<is_copy_assignable<_T1>, in _GLIBCXX_VISIBILITY() 392 is_copy_assignable<_T2>>::value, in _GLIBCXX_VISIBILITY()
|
| H A D | stl_algobase.h | 420 is_copy_assignable<_Tp>>; in _GLIBCXX_VISIBILITY() 685 is_copy_assignable<_Tp>>; in _GLIBCXX_VISIBILITY()
|
| H A D | forward_list.h | 676 { _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 D | stl_uninitialized.h | 215 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 D | stl_pair.h | 391 __and_<is_copy_assignable<_T1>, in _GLIBCXX_VISIBILITY() 392 is_copy_assignable<_T2>>::value, in _GLIBCXX_VISIBILITY()
|
| H A D | stl_algobase.h | 420 is_copy_assignable<_Tp>>; in _GLIBCXX_VISIBILITY() 685 is_copy_assignable<_Tp>>; in _GLIBCXX_VISIBILITY()
|
| H A D | forward_list.h | 676 { _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 D | 0017-abseil-cpp-Map-the-absl-is_trivially_-functions-to-t.patch | 97 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 D | type_traits.hpp | 259 … ( ::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 D | type_traits | 144 constexpr bool is_copy_assignable_v = is_copy_assignable<_Tp>::value;
|
| H A D | optional | 434 __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 D | type_traits | 144 constexpr bool is_copy_assignable_v = is_copy_assignable<_Tp>::value;
|
| H A D | optional | 434 __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 D | type_traits | 111 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 D | utility | 516 is_copy_assignable<first_type>::value && 517 is_copy_assignable<second_type>::value,
|
| H A D | optional | 580 (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 D | type_traits | 111 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 D | utility | 516 is_copy_assignable<first_type>::value && 517 is_copy_assignable<second_type>::value,
|
| H A D | optional | 580 (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 D | type_traits | 1088 /// is_copy_assignable 1090 struct is_copy_assignable 3118 inline constexpr bool is_copy_assignable_v = is_copy_assignable<_Tp>::value;
|
| H A D | optional | 664 __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 D | type_traits | 1088 /// is_copy_assignable 1090 struct is_copy_assignable 3118 inline constexpr bool is_copy_assignable_v = is_copy_assignable<_Tp>::value;
|
| H A D | optional | 664 __and_v<is_copy_constructible<_Tp>, is_copy_assignable<_Tp>>,
|
| H A D | fstream | 84 using __chk_state = __and_<is_copy_assignable<_Tp>,
|