Home
last modified time | relevance | path

Searched defs:allocator (Results 1 – 10 of 10) sorted by relevance

/ndk/sources/cxx-stl/stlport/src/
Dstring.cpp33 template class _STLP_CLASS_DECLSPEC allocator<char>; variable
63 template class _STLP_CLASS_DECLSPEC allocator<wchar_t>; variable
Ddll_main.cpp114 template class _STLP_CLASS_DECLSPEC allocator<_STLP_PRIV _Slist_node_base*>; variable
137 template class _STLP_CLASS_DECLSPEC allocator<locale::facet*>; variable
158 template class _STLP_CLASS_DECLSPEC allocator<void*>; variable
161 template class _STLP_CLASS_DECLSPEC allocator<_VoidPtr_Node>; variable
Dlocale_impl.h35 _STLP_EXPORT_TEMPLATE_CLASS allocator<locale::facet*>; variable
/ndk/tests/device/test-stlport/unit/
Dmvctor_declaration_test.cpp79 class allocator<specially_allocated_struct> { class
97 allocator() _STLP_NOTHROW {} in allocator() function in std::allocator
99 template <class _Tp1> allocator(const allocator<_Tp1>&) _STLP_NOTHROW {} in allocator() function in std::allocator
101 allocator(const allocator&) _STLP_NOTHROW {} in allocator() function in std::allocator
/ndk/tests/device/test-gnustl-full/unit/
Dmvctor_declaration_test.cpp79 class allocator<specially_allocated_struct> { class
97 allocator() _STLP_NOTHROW {} in allocator() function in std::allocator
99 template <class _Tp1> allocator(const allocator<_Tp1>&) _STLP_NOTHROW {} in allocator() function in std::allocator
101 allocator(const allocator&) _STLP_NOTHROW {} in allocator() argument
/ndk/sources/cxx-stl/stlport/stlport/stl/
D_alloc.h289 allocator() _STLP_NOTHROW {} in allocator() function
291 template <class _Tp1> allocator(const allocator<_Tp1>&) _STLP_NOTHROW {} in allocator() function
293 allocator(const allocator<_Tp>&) _STLP_NOTHROW {} in allocator() function
295 allocator(__move_source<allocator<_Tp> > src) _STLP_NOTHROW {} in allocator() function
388 _STLP_EXPORT_TEMPLATE_CLASS allocator<char>; variable
390 _STLP_EXPORT_TEMPLATE_CLASS allocator<wchar_t>; variable
393 _STLP_EXPORT_TEMPLATE_CLASS allocator<void*>; variable
D_hashtable.h70 _STLP_EXPORT_TEMPLATE_CLASS allocator<_STLP_PRIV _Slist_node_base*>; variable
Dchar_traits.h53 template <class _Tp> class allocator; variable
/ndk/sources/host-tools/ndk-stack/elff/
Delf_file.h86 class ElfAllocator* allocator() const { in allocator() function
/ndk/sources/cxx-stl/stlport/stlport/stl/pointers/
D_list.h42 _STLP_EXPORT_TEMPLATE_CLASS allocator<_STLP_PRIV _List_node<void*> >; variable