| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/container/detail/ |
| H A D | advanced_insert_int.hpp | 49 typedef typename allocator_traits<Allocator>::size_type size_type; 50 typedef typename allocator_traits<Allocator>::value_type value_type; 74 typedef typename allocator_traits<Allocator>::size_type size_type; 75 typedef typename allocator_traits<Allocator>::value_type value_type; 98 typedef typename allocator_traits<Allocator>::size_type size_type; 99 typedef typename allocator_traits<Allocator>::value_type value_type; 121 typedef ::boost::container::allocator_traits<Allocator> alloc_traits; 122 typedef typename allocator_traits<Allocator>::size_type size_type; 123 typedef typename allocator_traits<Allocator>::value_type value_type; 135 typedef ::boost::container::allocator_traits<Allocator> alloc_traits; [all …]
|
| H A D | copy_move_algo.hpp | 298 …allocator_traits<Allocator>::construct(a, boost::movelib::iterator_to_raw_pointer(r), boost::move(… in uninitialized_move_alloc() 304 allocator_traits<Allocator>::destroy(a, boost::movelib::iterator_to_raw_pointer(back)); in uninitialized_move_alloc() 338 …uninitialized_move_alloc_n(Allocator &a, I f, typename boost::container::allocator_traits<Allocato… in uninitialized_move_alloc_n() 343 …allocator_traits<Allocator>::construct(a, boost::movelib::iterator_to_raw_pointer(r), boost::move(… in uninitialized_move_alloc_n() 349 allocator_traits<Allocator>::destroy(a, boost::movelib::iterator_to_raw_pointer(back)); in uninitialized_move_alloc_n() 362 …uninitialized_move_alloc_n(Allocator &, I f, typename boost::container::allocator_traits<Allocator… in uninitialized_move_alloc_n() 383 …uninitialized_move_alloc_n_source(Allocator &a, I f, typename boost::container::allocator_traits<A… in uninitialized_move_alloc_n_source() 388 …allocator_traits<Allocator>::construct(a, boost::movelib::iterator_to_raw_pointer(r), boost::move(… in uninitialized_move_alloc_n_source() 394 allocator_traits<Allocator>::destroy(a, boost::movelib::iterator_to_raw_pointer(back)); in uninitialized_move_alloc_n_source() 407 …uninitialized_move_alloc_n_source(Allocator &, I f, typename boost::container::allocator_traits<Al… in uninitialized_move_alloc_n_source() [all …]
|
| H A D | destroyers.hpp | 40 typedef allocator_traits<Allocator> allocator_traits_type; 84 typedef boost::container::allocator_traits<Allocator> AllocTraits; 106 typedef boost::container::allocator_traits<Allocator> AllocTraits; 128 typedef boost::container::allocator_traits<Allocator> AllocTraits; 142 typedef boost::container::allocator_traits<Allocator> AllocTraits; 181 typedef boost::container::allocator_traits<Allocator> AllocTraits; 222 typedef boost::container::allocator_traits<Allocator> AllocTraits; 245 typedef boost::container::allocator_traits<Allocator> AllocTraits; 276 typedef boost::container::allocator_traits<Allocator> AllocTraits; 296 typedef boost::container::allocator_traits<Allocator> AllocTraits; [all …]
|
| H A D | construct_in_place.hpp | 35 { boost::container::allocator_traits<Allocator>::construct(a, dest, *source); } in construct_in_place() 40 boost::container::allocator_traits<Allocator>::construct(a, dest); in construct_in_place() 49 boost::container::allocator_traits<Allocator>::construct(a, dest, default_init); in construct_in_place()
|
| /OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm64/include/libcxx/include/ |
| H A D | scoped_allocator | 23 typedef allocator_traits<OuterAlloc> OuterTraits; // exposition only 131 static const bool value = allocator_traits<_A0>:: 139 allocator_traits<_A0>::propagate_on_container_copy_assignment::value || 148 static const bool value = allocator_traits<_A0>:: 156 allocator_traits<_A0>::propagate_on_container_move_assignment::value || 165 static const bool value = allocator_traits<_A0>:: 173 allocator_traits<_A0>::propagate_on_container_swap::value || 182 static const bool value = allocator_traits<_A0>::is_always_equal::value; 189 allocator_traits<_A0>::is_always_equal::value && 272 allocator_traits<outer_allocator_type>:: [all …]
|
| /OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm32/include/libcxx/include/ |
| H A D | scoped_allocator | 23 typedef allocator_traits<OuterAlloc> OuterTraits; // exposition only 131 static const bool value = allocator_traits<_A0>:: 139 allocator_traits<_A0>::propagate_on_container_copy_assignment::value || 148 static const bool value = allocator_traits<_A0>:: 156 allocator_traits<_A0>::propagate_on_container_move_assignment::value || 165 static const bool value = allocator_traits<_A0>:: 173 allocator_traits<_A0>::propagate_on_container_swap::value || 182 static const bool value = allocator_traits<_A0>::is_always_equal::value; 189 allocator_traits<_A0>::is_always_equal::value && 272 allocator_traits<outer_allocator_type>:: [all …]
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/container/ |
| H A D | allocator_traits.hpp | 131 struct allocator_traits struct 190 template <class T> using rebind_traits = allocator_traits<rebind_alloc<T> >; argument 258 template <typename T> using rebind_traits = allocator_traits< rebind_alloc<T> >; argument 280 : allocator_traits<typename boost::intrusive::pointer_rebind<Allocator, T>::type> 309 return allocator_traits::priv_allocate(flag, a, n, p); in allocate() 322 allocator_traits::priv_destroy(flag, a, p); in destroy() 331 return allocator_traits::priv_max_size(flag, a); in max_size() 345 return allocator_traits::priv_select_on_container_copy_construction(flag, a); in BOOST_CONTAINER_DOC1ST() 360 allocator_traits::priv_construct(flag, a, p, ::boost::forward<Args>(args)...); in construct() 369 return allocator_traits::priv_storage_is_unpropagable(flag, a, p); in storage_is_unpropagable() [all …]
|
| /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 | allocated_ptr.h | 48 using pointer = typename allocator_traits<_Alloc>::pointer; in _GLIBCXX_VISIBILITY() 49 using value_type = typename allocator_traits<_Alloc>::value_type; in _GLIBCXX_VISIBILITY() 73 std::allocator_traits<_Alloc>::deallocate(*_M_alloc, _M_ptr, 1); in _GLIBCXX_VISIBILITY() 97 return { __a, std::allocator_traits<_Alloc>::allocate(__a, 1) }; in _GLIBCXX_VISIBILITY()
|
| H A D | alloc_traits.h | 86 struct allocator_traits : __allocator_traits_base in _GLIBCXX_VISIBILITY() 211 using rebind_traits = allocator_traits<rebind_alloc<_Tp>>; in _GLIBCXX_VISIBILITY() 407 struct allocator_traits<allocator<_Tp>> in _GLIBCXX_VISIBILITY() 449 using rebind_traits = allocator_traits<allocator<_Up>>; in _GLIBCXX_VISIBILITY() 578 typedef allocator_traits<_Alloc> __traits; in _GLIBCXX_VISIBILITY() 592 typedef allocator_traits<_Alloc> __traits; in _GLIBCXX_VISIBILITY() 610 typedef allocator_traits<_Alloc> __traits; in _GLIBCXX_VISIBILITY() 637 typedef allocator_traits<_Alloc> __traits; in _GLIBCXX_VISIBILITY() 659 __void_t<decltype(allocator_traits<_Alloc>::construct( in _GLIBCXX_VISIBILITY() 728 allocator_traits<_Allocator>::destroy(__alloc, in _GLIBCXX_VISIBILITY()
|
| H A D | node_handle.h | 51 using _AllocTraits = allocator_traits<_NodeAlloc>; in _GLIBCXX_VISIBILITY() 128 allocator_traits<allocator_type>::destroy(__alloc, in _GLIBCXX_VISIBILITY() 188 using _AllocTraits = allocator_traits<_NodeAlloc>; in _GLIBCXX_VISIBILITY() 266 using _AllocTraits = allocator_traits<_NodeAlloc>; in _GLIBCXX_VISIBILITY()
|
| H A D | memoryfwd.h | 75 struct allocator_traits; 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 | allocated_ptr.h | 48 using pointer = typename allocator_traits<_Alloc>::pointer; in _GLIBCXX_VISIBILITY() 49 using value_type = typename allocator_traits<_Alloc>::value_type; in _GLIBCXX_VISIBILITY() 73 std::allocator_traits<_Alloc>::deallocate(*_M_alloc, _M_ptr, 1); in _GLIBCXX_VISIBILITY() 97 return { __a, std::allocator_traits<_Alloc>::allocate(__a, 1) }; in _GLIBCXX_VISIBILITY()
|
| H A D | alloc_traits.h | 86 struct allocator_traits : __allocator_traits_base in _GLIBCXX_VISIBILITY() 211 using rebind_traits = allocator_traits<rebind_alloc<_Tp>>; in _GLIBCXX_VISIBILITY() 407 struct allocator_traits<allocator<_Tp>> in _GLIBCXX_VISIBILITY() 449 using rebind_traits = allocator_traits<allocator<_Up>>; in _GLIBCXX_VISIBILITY() 578 typedef allocator_traits<_Alloc> __traits; in _GLIBCXX_VISIBILITY() 592 typedef allocator_traits<_Alloc> __traits; in _GLIBCXX_VISIBILITY() 610 typedef allocator_traits<_Alloc> __traits; in _GLIBCXX_VISIBILITY() 637 typedef allocator_traits<_Alloc> __traits; in _GLIBCXX_VISIBILITY() 659 __void_t<decltype(allocator_traits<_Alloc>::construct( in _GLIBCXX_VISIBILITY() 728 allocator_traits<_Allocator>::destroy(__alloc, in _GLIBCXX_VISIBILITY()
|
| H A D | node_handle.h | 51 using _AllocTraits = allocator_traits<_NodeAlloc>; in _GLIBCXX_VISIBILITY() 128 allocator_traits<allocator_type>::destroy(__alloc, in _GLIBCXX_VISIBILITY() 188 using _AllocTraits = allocator_traits<_NodeAlloc>; in _GLIBCXX_VISIBILITY() 266 using _AllocTraits = allocator_traits<_NodeAlloc>; in _GLIBCXX_VISIBILITY()
|
| H A D | memoryfwd.h | 75 struct allocator_traits; 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/ |
| H A D | scoped_allocator | 178 typedef allocator_traits<_OuterAlloc> __traits; 195 = allocator_traits<typename __outermost_type<_Alloc>::type>; 235 typedef allocator_traits<_Alloc> __a_traits; 275 typename allocator_traits<_InnerAllocs>:: 281 typename allocator_traits<_InnerAllocs>:: 287 typename allocator_traits<_InnerAllocs>:: 293 typename allocator_traits<_InnerAllocs>::is_always_equal...>::type
|
| /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 | scoped_allocator | 178 typedef allocator_traits<_OuterAlloc> __traits; 195 = allocator_traits<typename __outermost_type<_Alloc>::type>; 235 typedef allocator_traits<_Alloc> __a_traits; 275 typename allocator_traits<_InnerAllocs>:: 281 typename allocator_traits<_InnerAllocs>:: 287 typename allocator_traits<_InnerAllocs>:: 293 typename allocator_traits<_InnerAllocs>::is_always_equal...>::type
|
| /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 | memory_resource | 77 typename allocator_traits<_Alloc>::template rebind_alloc<char>>; 376 typename allocator_traits<_Alloc>::value_type>::value, 379 typename allocator_traits<_Alloc>::pointer>::value, 382 typename allocator_traits<_Alloc>::const_pointer>::value, 385 typename allocator_traits<_Alloc>::void_pointer>::value, 388 typename allocator_traits<_Alloc>::const_void_pointer>::value, 480 typename allocator_traits<_Alloc>::template 491 typename allocator_traits<_Alloc>::template
|
| /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 | memory_resource | 77 typename allocator_traits<_Alloc>::template rebind_alloc<char>>; 376 typename allocator_traits<_Alloc>::value_type>::value, 379 typename allocator_traits<_Alloc>::pointer>::value, 382 typename allocator_traits<_Alloc>::const_pointer>::value, 385 typename allocator_traits<_Alloc>::void_pointer>::value, 388 typename allocator_traits<_Alloc>::const_void_pointer>::value, 480 typename allocator_traits<_Alloc>::template 491 typename allocator_traits<_Alloc>::template
|
| /OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm64/include/libcxx/include/ext/ |
| H A D | hash_map | 35 typedef typename allocator_traits<allocator_type>::pointer pointer; 36 typedef typename allocator_traits<allocator_type>::const_pointer const_pointer; 37 typedef typename allocator_traits<allocator_type>::size_type size_type; 38 typedef typename allocator_traits<allocator_type>::difference_type difference_type; 124 typedef typename allocator_traits<allocator_type>::pointer pointer; 125 typedef typename allocator_traits<allocator_type>::const_pointer const_pointer; 126 typedef typename allocator_traits<allocator_type>::size_type size_type; 127 typedef typename allocator_traits<allocator_type>::difference_type difference_type; 311 typedef allocator_traits<allocator_type> __alloc_traits; 483 …typedef typename __rebind_alloc_helper<allocator_traits<allocator_type>, __value_type>::type __all… [all …]
|
| H A D | hash_set | 34 typedef typename allocator_traits<allocator_type>::pointer pointer; 35 typedef typename allocator_traits<allocator_type>::const_pointer const_pointer; 36 typedef typename allocator_traits<allocator_type>::size_type size_type; 37 typedef typename allocator_traits<allocator_type>::difference_type difference_type; 120 typedef typename allocator_traits<allocator_type>::pointer pointer; 121 typedef typename allocator_traits<allocator_type>::const_pointer const_pointer; 122 typedef typename allocator_traits<allocator_type>::size_type size_type; 123 typedef typename allocator_traits<allocator_type>::difference_type difference_type;
|
| /OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm32/include/libcxx/include/ext/ |
| H A D | hash_map | 35 typedef typename allocator_traits<allocator_type>::pointer pointer; 36 typedef typename allocator_traits<allocator_type>::const_pointer const_pointer; 37 typedef typename allocator_traits<allocator_type>::size_type size_type; 38 typedef typename allocator_traits<allocator_type>::difference_type difference_type; 124 typedef typename allocator_traits<allocator_type>::pointer pointer; 125 typedef typename allocator_traits<allocator_type>::const_pointer const_pointer; 126 typedef typename allocator_traits<allocator_type>::size_type size_type; 127 typedef typename allocator_traits<allocator_type>::difference_type difference_type; 311 typedef allocator_traits<allocator_type> __alloc_traits; 483 …typedef typename __rebind_alloc_helper<allocator_traits<allocator_type>, __value_type>::type __all… [all …]
|
| H A D | hash_set | 34 typedef typename allocator_traits<allocator_type>::pointer pointer; 35 typedef typename allocator_traits<allocator_type>::const_pointer const_pointer; 36 typedef typename allocator_traits<allocator_type>::size_type size_type; 37 typedef typename allocator_traits<allocator_type>::difference_type difference_type; 120 typedef typename allocator_traits<allocator_type>::pointer pointer; 121 typedef typename allocator_traits<allocator_type>::const_pointer const_pointer; 122 typedef typename allocator_traits<allocator_type>::size_type size_type; 123 typedef typename allocator_traits<allocator_type>::difference_type difference_type;
|
| /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 D | alloc_traits.h | 50 : std::allocator_traits<_Alloc> in _GLIBCXX_VISIBILITY() 55 typedef std::allocator_traits<_Alloc> _Base_type; 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/ext/ |
| H A D | alloc_traits.h | 50 : std::allocator_traits<_Alloc> in _GLIBCXX_VISIBILITY() 55 typedef std::allocator_traits<_Alloc> _Base_type; in _GLIBCXX_VISIBILITY()
|