Home
last modified time | relevance | path

Searched refs:propagate_on_container_move_assignment (Results 1 – 25 of 56) sorted by relevance

123

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/container/
H A Dnew_allocator.hpp52 typedef BOOST_CONTAINER_IMPDEF(new_allocator_bool<true>) propagate_on_container_move_assignment; typedef in boost::container::new_allocator
111 typedef BOOST_CONTAINER_IMPDEF(new_allocator_bool<true>) propagate_on_container_move_assignment; typedef in boost::container::new_allocator
H A Dallocator_traits.hpp118 BOOST_INTRUSIVE_INSTANTIATE_DEFAULT_TYPE_TMPLT(propagate_on_container_move_assignment)
168 typedef see_documentation propagate_on_container_move_assignment; typedef
239 propagate_on_container_move_assignment, container_detail::false_type)
240 propagate_on_container_move_assignment; typedef
/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 Dallocator.h92 typedef true_type propagate_on_container_move_assignment; in _GLIBCXX_VISIBILITY() typedef
156 typedef true_type propagate_on_container_move_assignment; in _GLIBCXX_VISIBILITY() typedef
H A Dalloc_traits.h70 using __pocma = typename _Tp::propagate_on_container_move_assignment; in _GLIBCXX_VISIBILITY()
187 using propagate_on_container_move_assignment in _GLIBCXX_VISIBILITY()
437 using propagate_on_container_move_assignment = true_type; in _GLIBCXX_VISIBILITY()
611 typedef typename __traits::propagate_on_container_move_assignment __pocma; 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 Dallocator.h92 typedef true_type propagate_on_container_move_assignment; in _GLIBCXX_VISIBILITY() typedef
156 typedef true_type propagate_on_container_move_assignment; in _GLIBCXX_VISIBILITY() typedef
H A Dalloc_traits.h70 using __pocma = typename _Tp::propagate_on_container_move_assignment; in _GLIBCXX_VISIBILITY()
187 using propagate_on_container_move_assignment in _GLIBCXX_VISIBILITY()
437 using propagate_on_container_move_assignment = true_type; in _GLIBCXX_VISIBILITY()
611 typedef typename __traits::propagate_on_container_move_assignment __pocma; in _GLIBCXX_VISIBILITY()
H A Dnode_handle.h86 if (_AllocTraits::propagate_on_container_move_assignment::value in _GLIBCXX_VISIBILITY()
/OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm32/include/libcxx/include/
H A D__node_handle105 __alloc_traits::propagate_on_container_move_assignment::value ||
113 if (__alloc_traits::propagate_on_container_move_assignment::value ||
H A D__split_buffer76 _NOEXCEPT_((__alloc_traits::propagate_on_container_move_assignment::value &&
78 !__alloc_traits::propagate_on_container_move_assignment::value);
391 _NOEXCEPT_((__alloc_traits::propagate_on_container_move_assignment::value &&
393 !__alloc_traits::propagate_on_container_move_assignment::value)
403 __alloc_traits::propagate_on_container_move_assignment::value>());
H A Dscoped_allocator39 typedef see below propagate_on_container_move_assignment;
149 propagate_on_container_move_assignment::value;
156 allocator_traits<_A0>::propagate_on_container_move_assignment::value ||
414 > propagate_on_container_move_assignment;
H A Dforward_list61 allocator_type::propagate_on_container_move_assignment::value &&
523 _NOEXCEPT_(!__node_traits::propagate_on_container_move_assignment::value ||
526 __node_traits::propagate_on_container_move_assignment::value>());}
534 _NOEXCEPT_(!__node_traits::propagate_on_container_move_assignment::value ||
599 _NOEXCEPT_(!__node_traits::propagate_on_container_move_assignment::value ||
693 __node_traits::propagate_on_container_move_assignment::value &&
1050 __node_traits::propagate_on_container_move_assignment::value &&
1054 __node_traits::propagate_on_container_move_assignment::value>());
/OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm64/include/libcxx/include/
H A D__node_handle105 __alloc_traits::propagate_on_container_move_assignment::value ||
113 if (__alloc_traits::propagate_on_container_move_assignment::value ||
H A D__split_buffer76 _NOEXCEPT_((__alloc_traits::propagate_on_container_move_assignment::value &&
78 !__alloc_traits::propagate_on_container_move_assignment::value);
391 _NOEXCEPT_((__alloc_traits::propagate_on_container_move_assignment::value &&
393 !__alloc_traits::propagate_on_container_move_assignment::value)
403 __alloc_traits::propagate_on_container_move_assignment::value>());
H A Dscoped_allocator39 typedef see below propagate_on_container_move_assignment;
149 propagate_on_container_move_assignment::value;
156 allocator_traits<_A0>::propagate_on_container_move_assignment::value ||
414 > propagate_on_container_move_assignment;
H A Dforward_list61 allocator_type::propagate_on_container_move_assignment::value &&
523 _NOEXCEPT_(!__node_traits::propagate_on_container_move_assignment::value ||
526 __node_traits::propagate_on_container_move_assignment::value>());}
534 _NOEXCEPT_(!__node_traits::propagate_on_container_move_assignment::value ||
599 _NOEXCEPT_(!__node_traits::propagate_on_container_move_assignment::value ||
693 __node_traits::propagate_on_container_move_assignment::value &&
1050 __node_traits::propagate_on_container_move_assignment::value &&
1054 __node_traits::propagate_on_container_move_assignment::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/ext/
H A Dnew_allocator.h75 typedef std::true_type propagate_on_container_move_assignment; in _GLIBCXX_VISIBILITY() typedef
H A Dmalloc_allocator.h74 typedef std::true_type propagate_on_container_move_assignment; in _GLIBCXX_VISIBILITY() typedef
H A Dalloc_traits.h107 { return _Base_type::propagate_on_container_move_assignment::value; } in _GLIBCXX_VISIBILITY()
H A Dpool_allocator.h145 typedef std::true_type propagate_on_container_move_assignment; in _GLIBCXX_VISIBILITY() typedef
/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/ext/
H A Dnew_allocator.h75 typedef std::true_type propagate_on_container_move_assignment; in _GLIBCXX_VISIBILITY() typedef
H A Dmalloc_allocator.h74 typedef std::true_type propagate_on_container_move_assignment; in _GLIBCXX_VISIBILITY() typedef
H A Dalloc_traits.h107 { return _Base_type::propagate_on_container_move_assignment::value; } in _GLIBCXX_VISIBILITY()
H A Dpool_allocator.h145 typedef std::true_type propagate_on_container_move_assignment; in _GLIBCXX_VISIBILITY() typedef
/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 Dscoped_allocator280 typename __traits::propagate_on_container_move_assignment,
282 propagate_on_container_move_assignment...>::type
283 propagate_on_container_move_assignment;
/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 Dscoped_allocator280 typename __traits::propagate_on_container_move_assignment,
282 propagate_on_container_move_assignment...>::type
283 propagate_on_container_move_assignment;

123