HomeSort by relevance Sort by last modified time
    Searched refs:allocator (Results 801 - 825 of 1067) sorted by null

<<31323334353637383940>>

  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.6/include/profile/
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> >
  /external/chromium_org/third_party/libjingle/source/talk/p2p/base/
p2ptransportchannel.cc 158 PortAllocator *allocator) :
161 allocator_(allocator),
184 // Add the allocator session to our list so that we know which sessions
303 // Kick off an allocator session
571 // When the signalling channel is ready, we can really kick off the allocator
828 // Time for a new allocator, lets make sure we have a signalling channel
    [all...]
transport.cc 117 PortAllocator* allocator)
122 allocator_(allocator),
  /external/compiler-rt/lib/tsan/rtl/
tsan_rtl_report.cc 326 if (allocator()->PointerIsMine((void*)addr)
333 loc->addr = (uptr)allocator()->GetBlockBegin((void*)addr);
  /external/llvm/lib/CodeGen/
LiveDebugVariables.cpp 139 LocMap::Allocator &alloc)
280 LocMap::Allocator allocator; member in class:__anon23524::LDVImpl
430 UserValue *UV = new UserValue(Var, Offset, IsIndirect, DL, allocator);
    [all...]

Completed in 1200 milliseconds

<<31323334353637383940>>