Searched
refs:allocator (Results
951 -
975 of
1347) sorted by null
<<31323334353637383940>>
| /ndk/sources/cxx-stl/stlport/stlport/stl/debug/ |
| _vector.h | 97 template <class _Tp, _STLP_DFL_TMPL_PARAM(_Alloc, allocator<_Tp>) >
|
| /ndk/tests/device/test-gnustl-full/unit/ |
| vector_test.cpp | 506 /* This allocator implementation purpose is simply to break some 507 * internal STLport mecanism specific to the STLport own allocator 510 struct NotSTLportAllocator : public allocator<_Tp> {
|
| /ndk/tests/device/test-stlport/unit/ |
| vector_test.cpp | 506 /* This allocator implementation purpose is simply to break some 507 * internal STLport mecanism specific to the STLport own allocator 510 struct NotSTLportAllocator : public allocator<_Tp> {
|
| /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/x86_64-linux/include/c++/4.6/bits/ |
| shared_ptr.h | 154 * @param __a An allocator. 173 * @param __a An allocator. 521 * @param __a An allocator. 550 return std::allocate_shared<_Tp>(std::allocator<_Tp_nc>(),
|
| stl_map.h | 87 typename _Alloc = std::allocator<std::pair<const _Key, _Tp> > > 158 * @param a An allocator object. 167 * @param x A %map of identical element and allocator types. 178 * @param x A %map of identical element and allocator types. 190 * @param a An allocator object. 223 * @param a An allocator object. 247 * @param x A %map of identical element and allocator types. 250 * the allocator object is not copied. 262 * @param x A %map of identical element and allocator types. 688 * @param x A %map of the same element and allocator types [all...] |
| stl_multimap.h | 87 typename _Alloc = std::allocator<std::pair<const _Key, _Tp> > > 156 * @param a An allocator object. 165 * @param x A %multimap of identical element and allocator types. 176 * @param x A %multimap of identical element and allocator types. 188 * @param a An allocator object. 220 * @param a An allocator object. 244 * @param x A %multimap of identical element and allocator types. 247 * the allocator object is not copied. 259 * @param x A %multimap of identical element and allocator types. 613 * @param x A %multimap of the same element and allocator types [all...] |
| /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/x86_64-linux/include/c++/4.6/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/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/x86_64-linux/include/c++/4.6/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/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/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/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/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/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/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/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/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>(),
|
Completed in 806 milliseconds
<<31323334353637383940>>