Home
last modified time | relevance | path

Searched refs:is_nothrow_move_assignable (Results 1 – 25 of 69) 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_assignable.hpp27 struct is_nothrow_move_assignable : public integral_constant<bool, BOOST_IS_NOTHROW_MOVE_ASSIGN(T)>… struct
28 template <class T> struct is_nothrow_move_assignable<T const> : public false_type{}; struct
29 template <class T> struct is_nothrow_move_assignable<T volatile> : public false_type{}; struct
30 template <class T> struct is_nothrow_move_assignable<T const volatile> : public false_type{}; struct
31 template <class T> struct is_nothrow_move_assignable<T&> : public false_type{}; struct
33 template <class T> struct is_nothrow_move_assignable<T&&> : public false_type{}; struct
53 struct is_nothrow_move_assignable : public integral_constant<bool, ::boost::detail::false_or_cpp11_…
55 template <class T> struct is_nothrow_move_assignable<T const> : public ::boost::false_type {};
56 template <class T> struct is_nothrow_move_assignable<T const volatile> : public ::boost::false_type…
57 template <class T> struct is_nothrow_move_assignable<T volatile> : public ::boost::false_type{};
[all …]
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/move/
H A Dtraits.hpp57 boost::move_detail::is_nothrow_move_assignable<T>::value;
/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.hpp59 using ::boost::move_detail::is_nothrow_move_assignable;
/OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm32/include/libcxx/include/
H A D__hash_table1027 is_nothrow_move_assignable<__node_allocator>::value &&
1028 is_nothrow_move_assignable<hasher>::value &&
1029 is_nothrow_move_assignable<key_equal>::value);
1379 is_nothrow_move_assignable<__node_allocator>::value &&
1380 is_nothrow_move_assignable<hasher>::value &&
1381 is_nothrow_move_assignable<key_equal>::value);
1386 (is_nothrow_move_assignable<__pointer_allocator>::value &&
1387 is_nothrow_move_assignable<__node_allocator>::value))
1393 is_nothrow_move_assignable<__pointer_allocator>::value &&
1394 is_nothrow_move_assignable<__node_allocator>::value)
[all …]
H A Dunordered_set89 is_nothrow_move_assignable<allocator_type>::value &&
90 is_nothrow_move_assignable<hasher>::value &&
91 is_nothrow_move_assignable<key_equal>::value);
253 is_nothrow_move_assignable<allocator_type>::value &&
254 is_nothrow_move_assignable<hasher>::value &&
255 is_nothrow_move_assignable<key_equal>::value);
500 _NOEXCEPT_(is_nothrow_move_assignable<__table>::value);
905 _NOEXCEPT_(is_nothrow_move_assignable<__table>::value)
1098 _NOEXCEPT_(is_nothrow_move_assignable<__table>::value);
1475 _NOEXCEPT_(is_nothrow_move_assignable<__table>::value)
H A D__split_buffer77 is_nothrow_move_assignable<allocator_type>::value) ||
156 _NOEXCEPT_(is_nothrow_move_assignable<allocator_type>::value)
392 is_nothrow_move_assignable<allocator_type>::value) ||
H A Dforward_list62 is_nothrow_move_assignable<allocator_type>::value);
524 is_nothrow_move_assignable<__node_allocator>::value)
556 _NOEXCEPT_(is_nothrow_move_assignable<__node_allocator>::value)
694 is_nothrow_move_assignable<allocator_type>::value);
850 _NOEXCEPT_(is_nothrow_move_assignable<allocator_type>::value);
1024 _NOEXCEPT_(is_nothrow_move_assignable<allocator_type>::value)
1051 is_nothrow_move_assignable<allocator_type>::value)
H A Dset82 is_nothrow_move_assignable<allocator_type>::value &&
83 is_nothrow_move_assignable<key_compare>::value);
282 is_nothrow_move_assignable<allocator_type>::value &&
283 is_nothrow_move_assignable<key_compare>::value);
593 _NOEXCEPT_(is_nothrow_move_assignable<__base>::value)
1080 _NOEXCEPT_(is_nothrow_move_assignable<__base>::value)
H A Dunordered_map96 is_nothrow_move_assignable<allocator_type>::value &&
97 is_nothrow_move_assignable<hasher>::value &&
98 is_nothrow_move_assignable<key_equal>::value);
294 is_nothrow_move_assignable<allocator_type>::value &&
295 is_nothrow_move_assignable<hasher>::value &&
296 is_nothrow_move_assignable<key_equal>::value);
988 _NOEXCEPT_(is_nothrow_move_assignable<__table>::value);
1523 _NOEXCEPT_(is_nothrow_move_assignable<__table>::value)
1816 _NOEXCEPT_(is_nothrow_move_assignable<__table>::value);
2218 _NOEXCEPT_(is_nothrow_move_assignable<__table>::value)
H A D__tree1106 is_nothrow_move_assignable<value_compare>::value &&
1107 is_nothrow_move_assignable<__node_allocator>::value);
1494 _NOEXCEPT_(is_nothrow_move_assignable<value_compare>::value &&
1495 is_nothrow_move_assignable<__node_allocator>::value);
1501 is_nothrow_move_assignable<__node_allocator>::value)
1507 _NOEXCEPT_(is_nothrow_move_assignable<__node_allocator>::value)
1756 _NOEXCEPT_(is_nothrow_move_assignable<value_compare>::value &&
1757 is_nothrow_move_assignable<__node_allocator>::value)
1826 is_nothrow_move_assignable<value_compare>::value &&
1827 is_nothrow_move_assignable<__node_allocator>::value)
H A Dqueue247 _NOEXCEPT_(is_nothrow_move_assignable<container_type>::value)
466 _NOEXCEPT_(is_nothrow_move_assignable<container_type>::value &&
467 is_nothrow_move_assignable<value_compare>::value)
/OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm64/include/libcxx/include/
H A D__hash_table1027 is_nothrow_move_assignable<__node_allocator>::value &&
1028 is_nothrow_move_assignable<hasher>::value &&
1029 is_nothrow_move_assignable<key_equal>::value);
1379 is_nothrow_move_assignable<__node_allocator>::value &&
1380 is_nothrow_move_assignable<hasher>::value &&
1381 is_nothrow_move_assignable<key_equal>::value);
1386 (is_nothrow_move_assignable<__pointer_allocator>::value &&
1387 is_nothrow_move_assignable<__node_allocator>::value))
1393 is_nothrow_move_assignable<__pointer_allocator>::value &&
1394 is_nothrow_move_assignable<__node_allocator>::value)
[all …]
H A Dunordered_set89 is_nothrow_move_assignable<allocator_type>::value &&
90 is_nothrow_move_assignable<hasher>::value &&
91 is_nothrow_move_assignable<key_equal>::value);
253 is_nothrow_move_assignable<allocator_type>::value &&
254 is_nothrow_move_assignable<hasher>::value &&
255 is_nothrow_move_assignable<key_equal>::value);
500 _NOEXCEPT_(is_nothrow_move_assignable<__table>::value);
905 _NOEXCEPT_(is_nothrow_move_assignable<__table>::value)
1098 _NOEXCEPT_(is_nothrow_move_assignable<__table>::value);
1475 _NOEXCEPT_(is_nothrow_move_assignable<__table>::value)
H A D__split_buffer77 is_nothrow_move_assignable<allocator_type>::value) ||
156 _NOEXCEPT_(is_nothrow_move_assignable<allocator_type>::value)
392 is_nothrow_move_assignable<allocator_type>::value) ||
H A Dforward_list62 is_nothrow_move_assignable<allocator_type>::value);
524 is_nothrow_move_assignable<__node_allocator>::value)
556 _NOEXCEPT_(is_nothrow_move_assignable<__node_allocator>::value)
694 is_nothrow_move_assignable<allocator_type>::value);
850 _NOEXCEPT_(is_nothrow_move_assignable<allocator_type>::value);
1024 _NOEXCEPT_(is_nothrow_move_assignable<allocator_type>::value)
1051 is_nothrow_move_assignable<allocator_type>::value)
H A Dset82 is_nothrow_move_assignable<allocator_type>::value &&
83 is_nothrow_move_assignable<key_compare>::value);
282 is_nothrow_move_assignable<allocator_type>::value &&
283 is_nothrow_move_assignable<key_compare>::value);
593 _NOEXCEPT_(is_nothrow_move_assignable<__base>::value)
1080 _NOEXCEPT_(is_nothrow_move_assignable<__base>::value)
H A Dunordered_map96 is_nothrow_move_assignable<allocator_type>::value &&
97 is_nothrow_move_assignable<hasher>::value &&
98 is_nothrow_move_assignable<key_equal>::value);
294 is_nothrow_move_assignable<allocator_type>::value &&
295 is_nothrow_move_assignable<hasher>::value &&
296 is_nothrow_move_assignable<key_equal>::value);
988 _NOEXCEPT_(is_nothrow_move_assignable<__table>::value);
1523 _NOEXCEPT_(is_nothrow_move_assignable<__table>::value)
1816 _NOEXCEPT_(is_nothrow_move_assignable<__table>::value);
2218 _NOEXCEPT_(is_nothrow_move_assignable<__table>::value)
H A D__tree1106 is_nothrow_move_assignable<value_compare>::value &&
1107 is_nothrow_move_assignable<__node_allocator>::value);
1494 _NOEXCEPT_(is_nothrow_move_assignable<value_compare>::value &&
1495 is_nothrow_move_assignable<__node_allocator>::value);
1501 is_nothrow_move_assignable<__node_allocator>::value)
1507 _NOEXCEPT_(is_nothrow_move_assignable<__node_allocator>::value)
1756 _NOEXCEPT_(is_nothrow_move_assignable<value_compare>::value &&
1757 is_nothrow_move_assignable<__node_allocator>::value)
1826 is_nothrow_move_assignable<value_compare>::value &&
1827 is_nothrow_move_assignable<__node_allocator>::value)
H A Dqueue247 _NOEXCEPT_(is_nothrow_move_assignable<container_type>::value)
466 _NOEXCEPT_(is_nothrow_move_assignable<container_type>::value &&
467 is_nothrow_move_assignable<value_compare>::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.h191 is_nothrow_move_assignable<_Tp>>::value) in _GLIBCXX_VISIBILITY()
H A Dstl_pair.h405 noexcept(__and_<is_nothrow_move_assignable<_T1>, in _GLIBCXX_VISIBILITY()
406 is_nothrow_move_assignable<_T2>>::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.h191 is_nothrow_move_assignable<_Tp>>::value) in _GLIBCXX_VISIBILITY()
H A Dstl_pair.h405 noexcept(__and_<is_nothrow_move_assignable<_T1>, in _GLIBCXX_VISIBILITY()
406 is_nothrow_move_assignable<_T2>>::value) in _GLIBCXX_VISIBILITY()
/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.hpp822 …F(::boost::is_nothrow_move_constructible<T>::value && ::boost::is_nothrow_move_assignable<T>::valu… in operator =()
895 …F(::boost::is_nothrow_move_constructible<T>::value && ::boost::is_nothrow_move_assignable<T>::valu… in swap()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/optional/
H A Doptional.hpp952 …F(::boost::is_nothrow_move_constructible<T>::value && ::boost::is_nothrow_move_assignable<T>::valu… in operator =()
1096 …F(::boost::is_nothrow_move_constructible<T>::value && ::boost::is_nothrow_move_assignable<T>::valu… in swap()

123