/ndk/sources/cxx-stl/stlport/src/ |
D | dll_main.cpp | 114 template class _STLP_CLASS_DECLSPEC allocator<_STLP_PRIV _Slist_node_base*>; variable 118 allocator<_Slist_node_base*> >; 120 allocator<_Slist_node_base*> >; 127 allocator<_Slist_node_base*> >; 132 allocator<_STLP_PRIV _Slist_node_base*> >; 137 template class _STLP_CLASS_DECLSPEC allocator<locale::facet*>; variable 140 template class _STLP_CLASS_DECLSPEC _STLP_alloc_proxy<locale::facet**, locale::facet*, allocator<lo… 141 template class _STLP_CLASS_DECLSPEC _Vector_base<locale::facet*, allocator<locale::facet*> >; 148 …PEC __construct_checker<_STLP_PRIV _STLP_NON_DBG_VECTOR<locale::facet*, allocator<locale::facet*> … 149 template class _STLP_CLASS_DECLSPEC _STLP_NON_DBG_VECTOR<locale::facet*, allocator<locale::facet*> … [all …]
|
D | string.cpp | 33 template class _STLP_CLASS_DECLSPEC allocator<char>; variable 37 template class _STLP_CLASS_DECLSPEC _STLP_alloc_proxy<char*, char, allocator<char> >; 38 template class _STLP_CLASS_DECLSPEC _String_base<char, allocator<char> >; 43 template class _STLP_CLASS_DECLSPEC basic_string<char, char_traits<char>, allocator<char> >; 44 …_STLP_CLASS_DECLSPEC __construct_checker<basic_string<char, char_traits<char>, allocator<char> > >; 55 template class _STLP_CLASS_DECLSPEC basic_string<char, char_traits<char>, allocator<char> >; 63 template class _STLP_CLASS_DECLSPEC allocator<wchar_t>; variable 67 template class _STLP_CLASS_DECLSPEC _String_base<wchar_t, allocator<wchar_t> >; 72 template class _STLP_CLASS_DECLSPEC basic_string<wchar_t, char_traits<wchar_t>, allocator<wchar_t> … 73 …SS_DECLSPEC __construct_checker<basic_string<wchar_t, char_traits<wchar_t>, allocator<wchar_t> > >; [all …]
|
D | sstream.cpp | 27 template class _STLP_CLASS_DECLSPEC basic_stringbuf<char, char_traits<char>, allocator<char> >; 28 template class _STLP_CLASS_DECLSPEC basic_ostringstream<char, char_traits<char>, allocator<char> >; 29 template class _STLP_CLASS_DECLSPEC basic_istringstream<char, char_traits<char>, allocator<char> >; 30 template class _STLP_CLASS_DECLSPEC basic_stringstream<char, char_traits<char>, allocator<char> >; 33 template class _STLP_CLASS_DECLSPEC basic_stringbuf<wchar_t, char_traits<wchar_t>, allocator<wchar_… 34 template class _STLP_CLASS_DECLSPEC basic_ostringstream<wchar_t, char_traits<wchar_t>, allocator<wc… 35 template class _STLP_CLASS_DECLSPEC basic_istringstream<wchar_t, char_traits<wchar_t>, allocator<wc… 36 template class _STLP_CLASS_DECLSPEC basic_stringstream<wchar_t, char_traits<wchar_t>, allocator<wch…
|
D | locale_impl.h | 35 _STLP_EXPORT_TEMPLATE_CLASS allocator<locale::facet*>; variable 39 _STLP_EXPORT_TEMPLATE_CLASS _STLP_alloc_proxy<locale::facet**, locale::facet*, allocator<locale::fa… 40 _STLP_EXPORT_TEMPLATE_CLASS _Vector_base<locale::facet*, allocator<locale::facet*> >; 47 _STLP_EXPORT_TEMPLATE_CLASS __construct_checker<_STLP_NON_DBG_VECTOR<locale::facet*, allocator<loca… 48 _STLP_EXPORT_TEMPLATE_CLASS _STLP_NON_DBG_VECTOR<locale::facet*, allocator<locale::facet*> >; 53 _STLP_EXPORT_TEMPLATE_CLASS vector<locale::facet*, allocator<locale::facet*> >; 72 basic_string<char, char_traits<char>, allocator<char> > name;
|
D | message_facets.h | 44 allocator<pair<_STLP_CONST nl_catd_type, locale> > > map_type; 79 allocator<pair<_STLP_CONST messages_base::catalog, nl_catd_type> > > map_type; 81 allocator<pair<_STLP_CONST nl_catd_type, messages_base::catalog> > > rmap_type;
|
/ndk/sources/cxx-stl/stlport/stlport/stl/ |
D | _alloc.h | 270 class allocator //: public _AllocatorAux<_Tp> 274 : public __stlport_class<allocator<_Tp> > 286 typedef allocator<_Tp1> other; 289 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 297 ~allocator() _STLP_NOTHROW {} in ~allocator() 359 void _M_swap_workaround(allocator<_Tp>& __other) {} in _M_swap_workaround() 364 class _STLP_CLASS_DECLSPEC allocator<void> { [all …]
|
D | _iosfwd.h | 45 _STLP_DFL_TMPL_PARAM(_Allocator , allocator<_CharT>) > 49 _STLP_DFL_TMPL_PARAM(_Allocator , allocator<_CharT>) > 53 _STLP_DFL_TMPL_PARAM(_Allocator , allocator<_CharT>) > 57 _STLP_DFL_TMPL_PARAM(_Allocator , allocator<_CharT>) > 125 typedef basic_stringbuf<char, char_traits<char>, allocator<char> > stringbuf; 126 typedef basic_istringstream<char, char_traits<char>, allocator<char> > istringstream; 127 typedef basic_ostringstream<char, char_traits<char>, allocator<char> > ostringstream; 128 typedef basic_stringstream<char, char_traits<char>, allocator<char> > stringstream; 142 typedef basic_stringbuf<wchar_t, char_traits<wchar_t>, allocator<wchar_t> > wstringbuf; 143 typedef basic_istringstream<wchar_t, char_traits<wchar_t>, allocator<wchar_t> > wistringstream; [all …]
|
D | _string_fwd.h | 31 class _Alloc = allocator<_CharT> > 40 typedef basic_string<char, char_traits<char>, allocator<char> > string; 43 typedef basic_string<wchar_t, char_traits<wchar_t>, allocator<wchar_t> > wstring;
|
D | _sstream.h | 107 _STLP_EXPORT_TEMPLATE_CLASS basic_stringbuf<char, char_traits<char>, allocator<char> >; 109 _STLP_EXPORT_TEMPLATE_CLASS basic_stringbuf<wchar_t, char_traits<wchar_t>, allocator<wchar_t> >; 246 _STLP_EXPORT_TEMPLATE_CLASS basic_istringstream<char, char_traits<char>, allocator<char> >; 247 _STLP_EXPORT_TEMPLATE_CLASS basic_ostringstream<char, char_traits<char>, allocator<char> >; 248 _STLP_EXPORT_TEMPLATE_CLASS basic_stringstream<char, char_traits<char>, allocator<char> >; 250 _STLP_EXPORT_TEMPLATE_CLASS basic_istringstream<wchar_t, char_traits<wchar_t>, allocator<wchar_t> … 251 _STLP_EXPORT_TEMPLATE_CLASS basic_ostringstream<wchar_t, char_traits<wchar_t>, allocator<wchar_t> … 252 _STLP_EXPORT_TEMPLATE_CLASS basic_stringstream<wchar_t, char_traits<wchar_t>, allocator<wchar_t> >;
|
D | _iostream_string.h | 41 class __iostring_allocator : public allocator<_CharT> { 47 typedef allocator<_CharT> _Base; 132 # define _STLP_BASIC_IOSTRING(_CharT) basic_string<_CharT, char_traits<_CharT>, allocator<_CharT> >
|
D | _hashtable.h | 70 _STLP_EXPORT_TEMPLATE_CLASS allocator<_STLP_PRIV _Slist_node_base*>; variable 74 allocator<_Slist_node_base*> >; 76 allocator<_Slist_node_base*> >; 83 _STLP_EXPORT_TEMPLATE_CLASS __construct_checker<_STLP_NON_DBG_VECTOR<_Slist_node_base*, allocator<_… 84 _STLP_EXPORT_TEMPLATE_CLASS _STLP_NON_DBG_VECTOR<_Slist_node_base*, allocator<_Slist_node_base*> >; 90 allocator<_STLP_PRIV _Slist_node_base*> >;
|
D | _string_base.h | 215 _STLP_EXPORT_TEMPLATE_CLASS _String_base<char, allocator<char> >; 217 _STLP_EXPORT_TEMPLATE_CLASS _String_base<wchar_t, allocator<wchar_t> >;
|
/ndk/tests/device/test-stlport/unit/ |
D | mvctor_declaration_test.cpp | 79 class allocator<specially_allocated_struct> { class 94 typedef allocator<_Tp1> other; 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 102 ~allocator() _STLP_NOTHROW {} in ~allocator()
|
D | bitset_test.cpp | 67 string representation = b2.to_string<char, char_traits<char>, allocator<char> >(); in bitset1() 70 wstring wrepresentation = b2.to_string<wchar_t, char_traits<wchar_t>, allocator<wchar_t> >(); in bitset1()
|
D | allocator_test.cpp | 40 typedef allocator<char> CharAllocator; in zero_allocation() 58 typedef allocator<BigStruct> BigStructAllocType; in bad_alloc_test()
|
D | rawriter_test.cpp | 43 allocator<X> a; in rawiter1()
|
/ndk/tests/device/test-gnustl-full/unit/ |
D | mvctor_declaration_test.cpp | 79 class allocator<specially_allocated_struct> { class 94 typedef allocator<_Tp1> other; 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 102 ~allocator() _STLP_NOTHROW {} in ~allocator()
|
D | bitset_test.cpp | 67 string representation = b2.to_string<char, char_traits<char>, allocator<char> >(); in bitset1() 70 wstring wrepresentation = b2.to_string<wchar_t, char_traits<wchar_t>, allocator<wchar_t> >(); in bitset1()
|
D | allocator_test.cpp | 40 typedef allocator<char> CharAllocator; in zero_allocation() 58 typedef allocator<BigStruct> BigStructAllocType; in bad_alloc_test()
|
D | rawriter_test.cpp | 43 allocator<X> a; in rawiter1()
|
/ndk/sources/cxx-stl/stlport/stlport/stl/pointers/ |
D | _list.h | 42 _STLP_EXPORT_TEMPLATE_CLASS allocator<_STLP_PRIV _List_node<void*> >; variable 46 _STLP_EXPORT_TEMPLATE_CLASS _STLP_alloc_proxy<_List_node_base, _List_node<void*>, allocator<_List_n… 47 _STLP_EXPORT_TEMPLATE_CLASS _List_base<void*, allocator<void*> >; 48 _STLP_EXPORT_TEMPLATE_CLASS LIST_IMPL<void*, allocator<void*> >; 58 template <class _Tp, _STLP_DFL_TMPL_PARAM(_Alloc, allocator<_Tp>) >
|
D | _deque.h | 83 _STLP_EXPORT_TEMPLATE_CLASS _STLP_alloc_proxy<size_t, void*, allocator<void*> >; 84 _STLP_EXPORT_TEMPLATE_CLASS _STLP_alloc_proxy<void***, void**, allocator<void**> >; 86 _STLP_EXPORT_TEMPLATE_CLASS _Deque_base<void*,allocator<void*> >; 87 _STLP_EXPORT_TEMPLATE_CLASS DEQUE_IMPL<void*,allocator<void*> >; 96 template <class _Tp, _STLP_DFL_TMPL_PARAM(_Alloc, allocator<_Tp>) >
|
D | _vector.h | 32 _STLP_EXPORT_TEMPLATE_CLASS _STLP_PRIV _Vector_base<void*,allocator<void*> >; 33 _STLP_EXPORT_TEMPLATE_CLASS _STLP_PRIV VECTOR_IMPL<void*, allocator<void*> >; 41 template <class _Tp, _STLP_DFL_TMPL_PARAM(_Alloc, allocator<_Tp>) >
|
D | _set.h | 41 _STLP_EXPORT_TEMPLATE_CLASS _STLP_alloc_proxy<_Rb_tree_node_base, _Node, allocator<_Node> >; 42 _STLP_EXPORT_TEMPLATE_CLASS _Rb_tree_base<void*, allocator<void*> >; 47 _SetTraitsT<void*>, allocator<void*> >; 51 _SetTraitsT<void*>, allocator<void*> >; 56 _STLP_DFL_TMPL_PARAM(_Alloc, allocator<_Key>) > 303 _STLP_DFL_TMPL_PARAM(_Alloc, allocator<_Key>) >
|
/ndk/sources/host-tools/ndk-stack/elff/ |
D | elf_alloc.cc | 61 return elf->allocator()->alloc(size); in operator new()
|