| /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 | 185 template <class T> using rebind_alloc = see_documentation; typedef 190 template <class T> using rebind_traits = allocator_traits<rebind_alloc<T> >; 257 …template <typename T> using rebind_alloc = typename boost::intrusive::pointer_rebind<Allocator, T… typedef 258 template <typename T> using rebind_traits = allocator_traits< rebind_alloc<T> >; 262 struct rebind_alloc : boost::intrusive::pointer_rebind<Allocator,T>::type struct 267 rebind_alloc(BOOST_FWD_REF(Args)... args) : Base(boost::forward<Args>(args)...) {} in rebind_alloc() argument 271 explicit rebind_alloc(BOOST_MOVE_UREF##N) : Base(BOOST_MOVE_FWD##N){}\
|
| /OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm64/include/libcxx/include/experimental/ |
| H A D | memory_resource | 45 allocator_traits<Allocator>::rebind_alloc<char>>; 350 using _Alloc = typename _CTraits::template rebind_alloc< 420 typename allocator_traits<_Alloc>::template rebind_alloc<char>
|
| /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 | alloc_traits.h | 209 using rebind_alloc = __alloc_rebind<_Alloc, _Tp>; in _GLIBCXX_VISIBILITY() 211 using rebind_traits = allocator_traits<rebind_alloc<_Tp>>; in _GLIBCXX_VISIBILITY() 446 using rebind_alloc = allocator<_Up>; in _GLIBCXX_VISIBILITY()
|
| H A D | fs_path.h | 1142 rebind_alloc<value_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/bits/ |
| H A D | alloc_traits.h | 209 using rebind_alloc = __alloc_rebind<_Alloc, _Tp>; in _GLIBCXX_VISIBILITY() 211 using rebind_traits = allocator_traits<rebind_alloc<_Tp>>; in _GLIBCXX_VISIBILITY() 446 using rebind_alloc = allocator<_Up>; in _GLIBCXX_VISIBILITY()
|
| H A D | fs_path.h | 1142 rebind_alloc<value_type>; in _GLIBCXX_VISIBILITY()
|
| /OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm32/include/libcxx/include/experimental/ |
| H A D | memory_resource | 45 allocator_traits<Allocator>::rebind_alloc<char>>; 350 using _Alloc = typename _CTraits::template rebind_alloc< 420 typename allocator_traits<_Alloc>::template rebind_alloc<char>
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/smart_ptr/detail/ |
| H A D | shared_count.hpp | 245 typedef typename std::allocator_traits<A>::template rebind_alloc< impl_type > A2; in shared_count() 302 typedef typename std::allocator_traits<A>::template rebind_alloc< impl_type > A2; in shared_count()
|
| H A D | sp_counted_impl.hpp | 253 typedef typename std::allocator_traits<A>::template rebind_alloc< this_type > A2; in destroy()
|
| /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 | 120 { typedef typename _Base_type::template rebind_alloc<_Tp> other; }; 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 | 120 { typedef typename _Base_type::template rebind_alloc<_Tp> other; }; 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/experimental/ |
| H A D | memory_resource | 77 typename allocator_traits<_Alloc>::template rebind_alloc<char>>; 481 rebind_alloc<_Tp> __a2(_M_alloc); 492 rebind_alloc<_Tp> __a2(_M_alloc);
|
| /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>>; 481 rebind_alloc<_Tp> __a2(_M_alloc); 492 rebind_alloc<_Tp> __a2(_M_alloc);
|
| /OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm64/include/libcxx/include/ |
| H A D | scoped_allocator | 47 OuterTraits::template rebind_alloc<Tp>, InnerAllocs...> other; 431 typename _OuterTraits::template rebind_alloc<_Tp>, _InnerAllocs...
|
| H A D | memory | 84 template <class T> using rebind_alloc = Alloc::rebind<U>::other | Alloc<T, Args...>; 85 template <class T> using rebind_traits = allocator_traits<rebind_alloc<T>>; 1535 template <class _Tp> using rebind_alloc = 1537 template <class _Tp> using rebind_traits = allocator_traits<rebind_alloc<_Tp>>; 1539 template <class _Tp> struct rebind_alloc 1542 {typedef allocator_traits<typename rebind_alloc<_Tp>::other> other;}; 1772 typedef typename _Traits::template rebind_alloc<_Tp> type; 1774 typedef typename _Traits::template rebind_alloc<_Tp>::other type;
|
| /OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm32/include/libcxx/include/ |
| H A D | scoped_allocator | 47 OuterTraits::template rebind_alloc<Tp>, InnerAllocs...> other; 431 typename _OuterTraits::template rebind_alloc<_Tp>, _InnerAllocs...
|
| H A D | memory | 84 template <class T> using rebind_alloc = Alloc::rebind<U>::other | Alloc<T, Args...>; 85 template <class T> using rebind_traits = allocator_traits<rebind_alloc<T>>; 1535 template <class _Tp> using rebind_alloc = 1537 template <class _Tp> using rebind_traits = allocator_traits<rebind_alloc<_Tp>>; 1539 template <class _Tp> struct rebind_alloc 1542 {typedef allocator_traits<typename rebind_alloc<_Tp>::other> other;}; 1772 typedef typename _Traits::template rebind_alloc<_Tp> type; 1774 typedef typename _Traits::template rebind_alloc<_Tp>::other 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/ |
| H A D | scoped_allocator | 300 typename __traits::template rebind_alloc<_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 | scoped_allocator | 300 typename __traits::template rebind_alloc<_Tp>,
|
| /OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-support/ssiapi/ssiapi/ |
| H A D | 0002-boost-Backport-clang-support.patch | 326 +// aliases since members rebind_alloc and rebind_traits require it.
|