HomeSort by relevance Sort by last modified time
    Searched refs:allocator (Results 1001 - 1025 of 1382) sorted by null

<<41424344454647484950>>

  /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-linux-glibc2.15-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.15-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.15-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>(),
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-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/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> >

Completed in 641 milliseconds

<<41424344454647484950>>