Home
last modified time | relevance | path

Searched refs:is_nothrow_move_constructible (Results 1 – 25 of 68) sorted by relevance

123

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/type_traits/
H A Dis_nothrow_move_constructible.hpp25 struct is_nothrow_move_constructible : public integral_constant<bool, BOOST_IS_NOTHROW_MOVE_CONSTRU… struct
27 template <class T> struct is_nothrow_move_constructible<volatile T> : public ::boost::false_type {}; struct
28 template <class T> struct is_nothrow_move_constructible<const volatile T> : public ::boost::false_t… struct
49 template <class T> struct is_nothrow_move_constructible
52 template <class T> struct is_nothrow_move_constructible<volatile T> : public ::boost::false_type {};
53 template <class T> struct is_nothrow_move_constructible<const volatile T> : public ::boost::false_t…
54 template <class T, std::size_t N> struct is_nothrow_move_constructible<T[N]> : public ::boost::fals…
55 template <class T> struct is_nothrow_move_constructible<T[]> : public ::boost::false_type{};
66 struct is_nothrow_move_constructible
73 template <> struct is_nothrow_move_constructible<void> : false_type{}; struct
[all …]
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/move/
H A Dtraits.hpp56 static const bool value = boost::move_detail::is_nothrow_move_constructible<T>::value &&
67 static const bool value = is_nothrow_move_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/bits/
H A Dmove.h107 : public __and_<__not_<is_nothrow_move_constructible<_Tp>>, in _GLIBCXX_VISIBILITY()
190 _GLIBCXX_NOEXCEPT_IF(__and_<is_nothrow_move_constructible<_Tp>, in _GLIBCXX_VISIBILITY()
H A Dallocator.h313 is_nothrow_move_constructible<typename _Tp::value_type>>::value> 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 Dmove.h107 : public __and_<__not_<is_nothrow_move_constructible<_Tp>>, in _GLIBCXX_VISIBILITY()
190 _GLIBCXX_NOEXCEPT_IF(__and_<is_nothrow_move_constructible<_Tp>, in _GLIBCXX_VISIBILITY()
H A Dallocator.h313 is_nothrow_move_constructible<typename _Tp::value_type>>::value> in _GLIBCXX_VISIBILITY()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/container/detail/
H A Dtype_traits.hpp57 using ::boost::move_detail::is_nothrow_move_constructible;
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/variant/
H A Drecursive_wrapper_fwd.hpp71 template <class T> struct is_nothrow_move_constructible<recursive_wrapper<T> > : boost::false_type{… struct
H A Dvariant.hpp233 Types, mpl::not_<boost::is_nothrow_move_constructible<boost::mpl::_1> >
872 typedef typename is_nothrow_move_constructible<LhsT>::type in internal_visit()
1963 , is_nothrow_move_constructible<RhsT> in internal_visit()
2081 typedef typename is_nothrow_move_constructible<RhsT>::type in internal_visit()
/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 Doptional182 noexcept(is_nothrow_move_constructible<_Tp>())
207 noexcept(__and_<is_nothrow_move_constructible<_Tp>,
317 noexcept(is_nothrow_move_constructible<_Tp>())
340 noexcept(__and_<is_nothrow_move_constructible<_Tp>,
627 noexcept(is_nothrow_move_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 Doptional182 noexcept(is_nothrow_move_constructible<_Tp>())
207 noexcept(__and_<is_nothrow_move_constructible<_Tp>,
317 noexcept(is_nothrow_move_constructible<_Tp>())
340 noexcept(__and_<is_nothrow_move_constructible<_Tp>,
627 noexcept(is_nothrow_move_constructible<_Tp>()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/optional/detail/
H A Dold_optional_implementation.hpp752 BOOST_NOEXCEPT_IF(::boost::is_nothrow_move_constructible<T>::value) in BOOST_NOEXCEPT_IF()
822 …BOOST_NOEXCEPT_IF(::boost::is_nothrow_move_constructible<T>::value && ::boost::is_nothrow_move_ass… in operator =()
895 …BOOST_NOEXCEPT_IF(::boost::is_nothrow_move_constructible<T>::value && ::boost::is_nothrow_move_ass… in swap()
/OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm64/include/libcxx/include/
H A Dunordered_set67 is_nothrow_move_constructible<hasher>::value &&
68 is_nothrow_move_constructible<key_equal>::value &&
69 is_nothrow_move_constructible<allocator_type>::value);
231 is_nothrow_move_constructible<hasher>::value &&
232 is_nothrow_move_constructible<key_equal>::value &&
233 is_nothrow_move_constructible<allocator_type>::value);
470 _NOEXCEPT_(is_nothrow_move_constructible<__table>::value);
836 _NOEXCEPT_(is_nothrow_move_constructible<__table>::value)
1070 _NOEXCEPT_(is_nothrow_move_constructible<__table>::value);
1405 _NOEXCEPT_(is_nothrow_move_constructible<__table>::value)
H A Dset63 is_nothrow_move_constructible<allocator_type>::value &&
64 is_nothrow_move_constructible<key_compare>::value);
263 is_nothrow_move_constructible<allocator_type>::value &&
264 is_nothrow_move_constructible<key_compare>::value);
545 _NOEXCEPT_(is_nothrow_move_constructible<__base>::value)
1034 _NOEXCEPT_(is_nothrow_move_constructible<__base>::value)
H A D__hash_table790 _NOEXCEPT_(is_nothrow_move_constructible<allocator_type>::value)
1012 is_nothrow_move_constructible<__bucket_list>::value &&
1013 is_nothrow_move_constructible<__first_node>::value &&
1014 is_nothrow_move_constructible<__node_allocator>::value &&
1015 is_nothrow_move_constructible<hasher>::value &&
1016 is_nothrow_move_constructible<key_equal>::value);
1484 is_nothrow_move_constructible<__bucket_list>::value &&
1485 is_nothrow_move_constructible<__first_node>::value &&
1486 is_nothrow_move_constructible<__node_allocator>::value &&
1487 is_nothrow_move_constructible<hasher>::value &&
[all …]
H A Dunordered_map68 is_nothrow_move_constructible<hasher>::value &&
69 is_nothrow_move_constructible<key_equal>::value &&
70 is_nothrow_move_constructible<allocator_type>::value);
266 is_nothrow_move_constructible<hasher>::value &&
267 is_nothrow_move_constructible<key_equal>::value &&
268 is_nothrow_move_constructible<allocator_type>::value);
934 _NOEXCEPT_(is_nothrow_move_constructible<__table>::value);
1452 _NOEXCEPT_(is_nothrow_move_constructible<__table>::value)
1761 _NOEXCEPT_(is_nothrow_move_constructible<__table>::value);
2146 _NOEXCEPT_(is_nothrow_move_constructible<__table>::value)
H A Dqueue242 _NOEXCEPT_(is_nothrow_move_constructible<container_type>::value)
460 _NOEXCEPT_(is_nothrow_move_constructible<container_type>::value &&
461 is_nothrow_move_constructible<value_compare>::value)
/OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm32/include/libcxx/include/
H A Dunordered_set67 is_nothrow_move_constructible<hasher>::value &&
68 is_nothrow_move_constructible<key_equal>::value &&
69 is_nothrow_move_constructible<allocator_type>::value);
231 is_nothrow_move_constructible<hasher>::value &&
232 is_nothrow_move_constructible<key_equal>::value &&
233 is_nothrow_move_constructible<allocator_type>::value);
470 _NOEXCEPT_(is_nothrow_move_constructible<__table>::value);
836 _NOEXCEPT_(is_nothrow_move_constructible<__table>::value)
1070 _NOEXCEPT_(is_nothrow_move_constructible<__table>::value);
1405 _NOEXCEPT_(is_nothrow_move_constructible<__table>::value)
H A Dset63 is_nothrow_move_constructible<allocator_type>::value &&
64 is_nothrow_move_constructible<key_compare>::value);
263 is_nothrow_move_constructible<allocator_type>::value &&
264 is_nothrow_move_constructible<key_compare>::value);
545 _NOEXCEPT_(is_nothrow_move_constructible<__base>::value)
1034 _NOEXCEPT_(is_nothrow_move_constructible<__base>::value)
H A D__hash_table790 _NOEXCEPT_(is_nothrow_move_constructible<allocator_type>::value)
1012 is_nothrow_move_constructible<__bucket_list>::value &&
1013 is_nothrow_move_constructible<__first_node>::value &&
1014 is_nothrow_move_constructible<__node_allocator>::value &&
1015 is_nothrow_move_constructible<hasher>::value &&
1016 is_nothrow_move_constructible<key_equal>::value);
1484 is_nothrow_move_constructible<__bucket_list>::value &&
1485 is_nothrow_move_constructible<__first_node>::value &&
1486 is_nothrow_move_constructible<__node_allocator>::value &&
1487 is_nothrow_move_constructible<hasher>::value &&
[all …]
H A Dunordered_map68 is_nothrow_move_constructible<hasher>::value &&
69 is_nothrow_move_constructible<key_equal>::value &&
70 is_nothrow_move_constructible<allocator_type>::value);
266 is_nothrow_move_constructible<hasher>::value &&
267 is_nothrow_move_constructible<key_equal>::value &&
268 is_nothrow_move_constructible<allocator_type>::value);
934 _NOEXCEPT_(is_nothrow_move_constructible<__table>::value);
1452 _NOEXCEPT_(is_nothrow_move_constructible<__table>::value)
1761 _NOEXCEPT_(is_nothrow_move_constructible<__table>::value);
2146 _NOEXCEPT_(is_nothrow_move_constructible<__table>::value)
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/variant/detail/
H A Dvisitation_impl.hpp150 , is_nothrow_move_constructible<T> in visitation_impl_invoke()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/optional/
H A Doptional.hpp883 BOOST_NOEXCEPT_IF(::boost::is_nothrow_move_constructible<T>::value) in BOOST_NOEXCEPT_IF()
952 …BOOST_NOEXCEPT_IF(::boost::is_nothrow_move_constructible<T>::value && ::boost::is_nothrow_move_ass… in operator =()
1096 …BOOST_NOEXCEPT_IF(::boost::is_nothrow_move_constructible<T>::value && ::boost::is_nothrow_move_ass… in swap()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/include/mbgl/util/
H A Dunique_any.hpp125 && std::is_nothrow_move_constructible<T>::value> {
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/optional/f27e7908/include/experimental/
H A Doptional132 struct is_nothrow_move_constructible
412 optional(optional&& rhs) noexcept(is_nothrow_move_constructible<T>::value)
452 noexcept(is_nothrow_move_assignable<T>::value && is_nothrow_move_constructible<T>::value)
489 …void swap(optional<T>& rhs) noexcept(is_nothrow_move_constructible<T>::value && noexcept(swap(decl…

123