Home
last modified time | relevance | path

Searched refs:rebind_alloc (Results 1 – 20 of 20) sorted by relevance

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/container/
H A Dallocator_traits.hpp185 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 Dmemory_resource45 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 Dalloc_traits.h209 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 Dfs_path.h1142 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 Dalloc_traits.h209 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 Dfs_path.h1142 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 Dmemory_resource45 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 Dshared_count.hpp245 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 Dsp_counted_impl.hpp253 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 Dalloc_traits.h120 { 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 Dalloc_traits.h120 { 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 Dmemory_resource77 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 Dmemory_resource77 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 Dscoped_allocator47 OuterTraits::template rebind_alloc<Tp>, InnerAllocs...> other;
431 typename _OuterTraits::template rebind_alloc<_Tp>, _InnerAllocs...
H A Dmemory84 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 Dscoped_allocator47 OuterTraits::template rebind_alloc<Tp>, InnerAllocs...> other;
431 typename _OuterTraits::template rebind_alloc<_Tp>, _InnerAllocs...
H A Dmemory84 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 Dscoped_allocator300 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 Dscoped_allocator300 typename __traits::template rebind_alloc<_Tp>,
/OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-support/ssiapi/ssiapi/
H A D0002-boost-Backport-clang-support.patch326 +// aliases since members rebind_alloc and rebind_traits require it.