HomeSort by relevance Sort by last modified time
    Searched refs:allocator (Results 576 - 600 of 764) sorted by null

<<21222324252627282930>>

  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/include/debug/
set.h 43 typename _Allocator = std::allocator<_Key> >
  /prebuilts/ndk/8/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/8/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/8/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/8/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/8/sources/cxx-stl/stlport/stlport/stl/
_time_facets.c 154 typedef basic_string<_Ch, char_traits<_Ch>, allocator<_Ch> > string_type;
  /prebuilts/ndk/8/sources/cxx-stl/stlport/stlport/stl/debug/
_deque.h 50 template <class _Tp, _STLP_DFL_TMPL_PARAM(_Alloc, allocator<_Tp>) >
_tree.h 92 _STLP_DFL_TMPL_PARAM(_Alloc, allocator<_Value>) >
_vector.h 97 template <class _Tp, _STLP_DFL_TMPL_PARAM(_Alloc, allocator<_Tp>) >
  /external/compiler-rt/lib/tsan/rtl/
tsan_rtl_report.cc 314 if (allocator()->PointerIsMine((void*)addr)) {
321 loc->addr = (uptr)allocator()->GetBlockBegin((void*)addr);
  /external/llvm/lib/CodeGen/
LiveDebugVariables.cpp 138 LocMap::Allocator &alloc)
278 LocMap::Allocator allocator; member in class:__anon11424::LDVImpl
427 UserValue *UV = new UserValue(Var, Offset, 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;
  /external/v8/
Android.v8common.mk 57 src/lithium-allocator.cc \
  /external/webkit/Source/JavaScriptCore/assembler/
MIPSAssembler.h 712 void* executableCopy(ExecutablePool* allocator)
714 void *result = m_buffer.executableCopy(allocator);
  /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>) >

Completed in 1377 milliseconds

<<21222324252627282930>>