Searched
refs:allocator (Results
1051 -
1075 of
1347) sorted by null
<<41424344454647484950>>
| /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.6/include/debug/ |
| multiset.h | 43 typename _Allocator = std::allocator<_Key> >
|
| set.h | 43 typename _Allocator = std::allocator<_Key> >
|
| /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.6/include/profile/ |
| map.h | 46 typename _Allocator = std::allocator<std::pair<const _Key, _Tp> > >
|
| multimap.h | 40 typename _Allocator = std::allocator<std::pair<const _Key, _Tp> > >
|
| /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.7/include/bits/ |
| shared_ptr.h | 154 * @param __a An allocator. 173 * @param __a An allocator. 585 * @param __a An allocator. 614 return std::allocate_shared<_Tp>(std::allocator<_Tp_nc>(),
|
| stl_map.h | 89 typename _Alloc = std::allocator<std::pair<const _Key, _Tp> > > 160 * @param __a An allocator object. 169 * @param __x A %map of identical element and allocator types. 180 * @param __x A %map of identical element and allocator types. 193 * @param __a An allocator object. 227 * @param __a An allocator object. 252 * @param __x A %map of identical element and allocator types. 255 * constructor, the allocator object is not copied. 267 * @param __x A %map of identical element and allocator types. 695 * @param __x A %map of the same element and allocator types [all...] |
| stl_multimap.h | 89 typename _Alloc = std::allocator<std::pair<const _Key, _Tp> > > 158 * @param __a An allocator object. 167 * @param __x A %multimap of identical element and allocator types. 178 * @param __x A %multimap of identical element and allocator types. 191 * @param __a An allocator object. 223 * @param __a An allocator object. 247 * @param __x A %multimap of identical element and allocator types. 250 * constructor, the allocator object is not copied. 262 * @param __x A %multimap of identical element and allocator types. 618 * @param __x A %multimap of the same element and allocator types [all...] |
| /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.7/include/debug/ |
| map.h | 43 typename _Allocator = std::allocator<std::pair<const _Key, _Tp> > >
|
| multimap.h | 43 typename _Allocator = std::allocator<std::pair<const _Key, _Tp> > >
|
| multiset.h | 43 typename _Allocator = std::allocator<_Key> >
|
| set.h | 43 typename _Allocator = std::allocator<_Key> >
|
| /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.7/include/profile/ |
| map.h | 40 typename _Allocator = std::allocator<std::pair<const _Key, _Tp> > >
|
| multimap.h | 40 typename _Allocator = std::allocator<std::pair<const _Key, _Tp> > >
|
| /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/include/bits/ |
| alloc_traits.h | 0 // Allocator traits -*- C++ -*- 81 * @brief Uniform interface to all allocator types. 87 /// The allocator type 103 * @brief The allocator's pointer type. 113 * @brief The allocator's const pointer type. 124 * @brief The allocator's void pointer type. 135 * @brief The allocator's const void pointer type. 146 * @brief The allocator's difference type 157 * @brief The allocator's size type 168 * @brief How the allocator is propagated on copy assignmen [all...] |
| shared_ptr.h | 154 * @param __a An allocator. 173 * @param __a An allocator. 584 * @param __a An allocator. 613 return std::allocate_shared<_Tp>(std::allocator<_Tp_nc>(),
|
| stl_multimap.h | 77 * @tparam _Alloc Allocator type, defaults to 78 * allocator<pair<const _Key, _Tp>. 94 typename _Alloc = std::allocator<std::pair<const _Key, _Tp> > > 163 * @param __a An allocator object. 172 * @param __x A %multimap of identical element and allocator types. 183 * @param __x A %multimap of identical element and allocator types. 196 * @param __a An allocator object. 228 * @param __a An allocator object. 252 * @param __x A %multimap of identical element and allocator types. 255 * constructor, the allocator object is not copied [all...] |
| stl_set.h | 76 * @tparam _Alloc Allocator type, defaults to allocator<_Key>. 89 typename _Alloc = std::allocator<_Key> > 145 * @param __a An allocator object. 172 * @param __a An allocator object. 188 * @param __x A %set of identical element and allocator types. 199 * @param __x A %set of identical element and allocator types. 212 * @param __a An allocator object. 227 * @param __x A %set of identical element and allocator types. 230 * constructor, the allocator object is not copied [all...] |
| /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/include/debug/ |
| map.h | 42 typename _Allocator = std::allocator<std::pair<const _Key, _Tp> > >
|
| multimap.h | 42 typename _Allocator = std::allocator<std::pair<const _Key, _Tp> > >
|
| multiset.h | 42 typename _Allocator = std::allocator<_Key> >
|
| set.h | 42 typename _Allocator = std::allocator<_Key> >
|
| /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/include/profile/ |
| multimap.h | 40 typename _Allocator = std::allocator<std::pair<const _Key, _Tp> > >
|
| multiset.h | 40 typename _Allocator = std::allocator<_Key> >
|
| set.h | 40 typename _Allocator = std::allocator<_Key> >
|
| /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.9/include/bits/ |
| alloc_traits.h | 0 // Allocator traits -*- C++ -*- 76 * @brief Uniform interface to all allocator types. 82 /// The allocator type 98 * @brief The allocator's pointer type. 108 * @brief The allocator's const pointer type. 119 * @brief The allocator's void pointer type. 130 * @brief The allocator's const void pointer type. 141 * @brief The allocator's difference type 152 * @brief The allocator's size type 163 * @brief How the allocator is propagated on copy assignmen [all...] |
Completed in 774 milliseconds
<<41424344454647484950>>