| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/type_traits/ |
| H A D | is_copy_constructible.hpp | 23 template <class T> struct is_copy_constructible : public boost::is_constructible<T, const T&>{}; struct 25 template <> struct is_copy_constructible<void> : public false_type{}; struct 26 template <> struct is_copy_constructible<void const> : public false_type{}; struct 27 template <> struct is_copy_constructible<void const volatile> : public false_type{}; struct 28 template <> struct is_copy_constructible<void volatile> : public false_type{}; struct 53 …template <class T> struct is_copy_constructible : public detail::is_copy_constructible_imp<T, is_b… struct 55 template <> struct is_copy_constructible<void> : public false_type{}; struct 56 template <> struct is_copy_constructible<void const> : public false_type{}; struct 57 template <> struct is_copy_constructible<void const volatile> : public false_type{}; struct 58 template <> struct is_copy_constructible<void volatile> : public false_type{}; struct [all …]
|
| H A D | has_trivial_copy.hpp | 19 #define BOOST_TT_TRIVIAL_CONSTRUCT_FIX && is_copy_constructible<T>::value
|
| H A D | has_nothrow_copy.hpp | 54 …uctor : public detail::has_nothrow_copy_constructor_imp<T, boost::is_copy_constructible<T>::value>…
|
| H A D | intrinsics.hpp | 196 …ow_copy(T) && !is_volatile<T>::value && !is_reference<T>::value && is_copy_constructible<T>::value) 263 …L_TT_OPTS) && !is_volatile<T>::value && !is_reference<T>::value && is_copy_constructible<T>::value)
|
| /OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm32/include/libcxx/include/ |
| H A D | any | 208 is_copy_constructible<_Tp>::value> 217 is_copy_constructible<_Tp>::value 227 is_copy_constructible<_Tp>::value> 253 && is_copy_constructible<_Tp>::value> 262 is_copy_constructible<_Tp>::value> 271 is_copy_constructible<_Tp>::value>
|
| /OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm64/include/libcxx/include/ |
| H A D | any | 208 is_copy_constructible<_Tp>::value> 217 is_copy_constructible<_Tp>::value 227 is_copy_constructible<_Tp>::value> 253 && is_copy_constructible<_Tp>::value> 262 is_copy_constructible<_Tp>::value> 271 is_copy_constructible<_Tp>::value>
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/move/ |
| H A D | traits.hpp | 69 !is_copy_constructible<T>::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/experimental/bits/ |
| H A D | net.h | 68 is_copy_constructible<_Tp>, is_move_constructible<_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 | nested_exception.h | 122 = __and_<is_copy_constructible<_Up>, is_move_constructible<_Up>>; in throw_with_nested()
|
| H A D | move.h | 108 is_copy_constructible<_Tp>>::type { }; in _GLIBCXX_VISIBILITY()
|
| H A D | allocator.h | 312 = __or_<is_copy_constructible<typename _Tp::value_type>, in _GLIBCXX_VISIBILITY()
|
| H A D | unique_ptr.h | 293 typename = _Require<is_copy_constructible<_Del>>> in _GLIBCXX_VISIBILITY() 561 is_copy_constructible<_Del>>> 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 D | nested_exception.h | 122 = __and_<is_copy_constructible<_Up>, is_move_constructible<_Up>>; in throw_with_nested()
|
| H A D | move.h | 108 is_copy_constructible<_Tp>>::type { }; in _GLIBCXX_VISIBILITY()
|
| H A D | allocator.h | 312 = __or_<is_copy_constructible<typename _Tp::value_type>, in _GLIBCXX_VISIBILITY()
|
| H A D | unique_ptr.h | 293 typename = _Require<is_copy_constructible<_Del>>> in _GLIBCXX_VISIBILITY() 561 is_copy_constructible<_Del>>> 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/experimental/bits/ |
| H A D | net.h | 68 is_copy_constructible<_Tp>, is_move_constructible<_Tp>, 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/experimental/ |
| H A D | any | 170 static_assert(is_copy_constructible<_Tp>::value, 183 static_assert(is_copy_constructible<_Tp>::value, 288 { return __or_<is_reference<_Tp>, is_copy_constructible<_Tp>>::value; } 429 using __is_copyable = is_copy_constructible<_Up>;
|
| H A D | optional | 432 is_copy_constructible<_Tp>::value, 434 __and_<is_copy_constructible<_Tp>, is_copy_assignable<_Tp>>::value, 718 static_assert(__and_<is_copy_constructible<_Tp>,
|
| /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 | any | 170 static_assert(is_copy_constructible<_Tp>::value, 183 static_assert(is_copy_constructible<_Tp>::value, 288 { return __or_<is_reference<_Tp>, is_copy_constructible<_Tp>>::value; } 429 using __is_copyable = is_copy_constructible<_Up>;
|
| H A D | optional | 432 is_copy_constructible<_Tp>::value, 434 __and_<is_copy_constructible<_Tp>, is_copy_assignable<_Tp>>::value, 718 static_assert(__and_<is_copy_constructible<_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 | any | 134 = enable_if<__and_<is_copy_constructible<_Tp>, 185 enable_if_t<is_copy_constructible<_VTp>::value 252 enable_if_t<is_copy_constructible<_Decay_if_not_any<_Tp>>::value, any&> 345 { return __or_<is_reference<_Tp>, is_copy_constructible<_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 | any | 134 = enable_if<__and_<is_copy_constructible<_Tp>, 185 enable_if_t<is_copy_constructible<_VTp>::value 252 enable_if_t<is_copy_constructible<_Decay_if_not_any<_Tp>>::value, any&> 345 { return __or_<is_reference<_Tp>, is_copy_constructible<_Tp>>::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 | 239 … (::boost::move_detail::is_copy_constructible<T>::value &&\ 740 struct is_copy_constructible struct
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/tao_tuple/28626e99/include/tao/tuple/ |
| H A D | tuple.hpp | 376 …name = impl::enable_if_t< seq::is_all< impl::dependent_type< std::is_copy_constructible< Ts >, dum… 422 …name = impl::enable_if_t< seq::is_all< impl::dependent_type< std::is_copy_constructible< Ts >, dum…
|