HomeSort by relevance Sort by last modified time
    Searched refs:allocator (Results 1076 - 1100 of 1347) sorted by null

<<41424344454647484950>>

  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.9/include/bits/
shared_ptr.h 154 * @param __a An allocator.
173 * @param __a An allocator.
574 * @param __a An allocator.
603 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> > >
166 * @param __a An allocator object.
175 * @param __x A %multimap of identical element and allocator types.
186 * @param __x A %multimap of identical element and allocator types.
199 * @param __a An allocator object.
211 /// Allocator-extended default constructor.
216 /// Allocator-extended copy constructor.
220 /// Allocator-extended move constructor
    [all...]
stl_multiset.h 77 * @tparam _Alloc Allocator type, defaults to allocator<_Key>.
91 typename _Alloc = std::allocator<_Key> >
146 * @param __a An allocator object.
172 * @param __a An allocator object.
187 * @param __x A %multiset of identical element and allocator types.
198 * @param __x A %multiset of identical element and allocator types.
211 * @param __a An allocator object.
223 /// Allocator-extended default constructor.
228 /// Allocator-extended copy constructor
    [all...]
stl_set.h 76 * @tparam _Alloc Allocator type, defaults to allocator<_Key>.
89 typename _Alloc = std::allocator<_Key> >
148 * @param __a An allocator object.
175 * @param __a An allocator object.
191 * @param __x A %set of identical element and allocator types.
202 * @param __x A %set of identical element and allocator types.
215 * @param __a An allocator object.
227 /// Allocator-extended default constructor.
232 /// Allocator-extended copy constructor
    [all...]
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.9/include/debug/
multiset.h 42 typename _Allocator = std::allocator<_Key> >
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.9/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> >
  /art/runtime/interpreter/
interpreter.cc 38 gc::AllocatorType allocator = runtime->GetHeap()->GetCurrentAllocator(); local
40 array_class->GetComponentSize(), allocator, true));
  /device/moto/shamu/camera/QCamera2/HAL/
QCameraStream.cpp 218 * @allocator : memory allocator obj
226 QCameraStream::QCameraStream(QCameraAllocator &allocator,
247 mAllocator(allocator),
    [all...]
  /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
309 // Kick off an allocator session
592 // When the signalling channel is ready, we can really kick off the allocator
    [all...]
transport.cc 143 PortAllocator* allocator)
148 allocator_(allocator),
  /external/compiler-rt/lib/tsan/rtl/
tsan_rtl_report.cc 334 Allocator *a = allocator();
346 loc->addr = (uptr)allocator()->GetBlockBegin((void*)addr);
  /external/llvm/lib/CodeGen/
LiveDebugVariables.cpp 143 LocMap::Allocator &alloc)
285 LocMap::Allocator allocator; member in class:__anon9454::LDVImpl
436 make_unique<UserValue>(Var, Offset, IsIndirect, DL, allocator));
    [all...]
  /external/stlport/stlport/stl/
_bvector.h 318 // the default allocator.
330 # define _Alloc allocator<bool>
344 # define __BVECTOR_QUALIFIED vector<bool, allocator<bool> >
_hash_set.h 44 _STLP_DFL_TMPL_PARAM(_Alloc, allocator<_Value>) >
230 _STLP_DFL_TMPL_PARAM(_Alloc, allocator<_Value>) >
_vector.h 108 template <class _Tp, _STLP_DFL_TMPL_PARAM(_Alloc, allocator<_Tp>) >
741 typedef vector<bool, allocator<bool> > bit_vector;
  /ndk/sources/cxx-stl/stlport/stlport/stl/
_bvector.h 318 // the default allocator.
330 # define _Alloc allocator<bool>
344 # define __BVECTOR_QUALIFIED vector<bool, allocator<bool> >
_hash_set.h 44 _STLP_DFL_TMPL_PARAM(_Alloc, allocator<_Value>) >
230 _STLP_DFL_TMPL_PARAM(_Alloc, allocator<_Value>) >
_vector.h 108 template <class _Tp, _STLP_DFL_TMPL_PARAM(_Alloc, allocator<_Tp>) >
741 typedef vector<bool, allocator<bool> > bit_vector;
  /prebuilts/ndk/5/sources/cxx-stl/stlport/stlport/stl/
_bvector.h 318 // the default allocator.
330 # define _Alloc allocator<bool>
344 # define __BVECTOR_QUALIFIED vector<bool, allocator<bool> >
_hash_set.h 44 _STLP_DFL_TMPL_PARAM(_Alloc, allocator<_Value>) >
230 _STLP_DFL_TMPL_PARAM(_Alloc, allocator<_Value>) >
_vector.h 108 template <class _Tp, _STLP_DFL_TMPL_PARAM(_Alloc, allocator<_Tp>) >
741 typedef vector<bool, allocator<bool> > bit_vector;
  /prebuilts/ndk/6/sources/cxx-stl/stlport/stlport/stl/
_bvector.h 318 // the default allocator.
330 # define _Alloc allocator<bool>
344 # define __BVECTOR_QUALIFIED vector<bool, allocator<bool> >
_hash_set.h 44 _STLP_DFL_TMPL_PARAM(_Alloc, allocator<_Value>) >
230 _STLP_DFL_TMPL_PARAM(_Alloc, allocator<_Value>) >

Completed in 929 milliseconds

<<41424344454647484950>>