Searched refs:_STLP_CLASS_DECLSPEC (Results 1 – 25 of 36) sorted by relevance
12
/ndk/sources/cxx-stl/stlport/src/ |
D | dll_main.cpp | 98 template class _STLP_CLASS_DECLSPEC __stl_debug_engine<bool>; 102 template class _STLP_CLASS_DECLSPEC __debug_alloc<__node_alloc>; 103 template class _STLP_CLASS_DECLSPEC __debug_alloc<__new_alloc>; 114 template class _STLP_CLASS_DECLSPEC allocator<_STLP_PRIV _Slist_node_base*>; 117 template class _STLP_CLASS_DECLSPEC _STLP_alloc_proxy<_Slist_node_base**, _Slist_node_base*, 119 template class _STLP_CLASS_DECLSPEC _Vector_base<_Slist_node_base*, 126 template class _STLP_CLASS_DECLSPEC _STLP_NON_DBG_NAME(vector)<_Slist_node_base*, 131 template class _STLP_CLASS_DECLSPEC vector<_STLP_PRIV _Slist_node_base*, 137 template class _STLP_CLASS_DECLSPEC allocator<locale::facet*>; 140 template class _STLP_CLASS_DECLSPEC _STLP_alloc_proxy<locale::facet**, locale::facet*, allocator<lo… [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 | string.cpp | 33 template class _STLP_CLASS_DECLSPEC allocator<char>; 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 template class _STLP_CLASS_DECLSPEC __construct_checker<basic_string<char, char_traits<char>, alloc… 55 template class _STLP_CLASS_DECLSPEC basic_string<char, char_traits<char>, allocator<char> >; 63 template class _STLP_CLASS_DECLSPEC allocator<wchar_t>; 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 template class _STLP_CLASS_DECLSPEC __construct_checker<basic_string<wchar_t, char_traits<wchar_t>,… [all …]
|
D | istream.cpp | 28 template class _STLP_CLASS_DECLSPEC _Isentry<char, char_traits<char> >; 31 template class _STLP_CLASS_DECLSPEC basic_iostream<char, char_traits<char> >; 32 template class _STLP_CLASS_DECLSPEC basic_istream<char, char_traits<char> >; 36 template class _STLP_CLASS_DECLSPEC _Isentry<wchar_t, char_traits<wchar_t> >; 38 template class _STLP_CLASS_DECLSPEC basic_istream<wchar_t, char_traits<wchar_t> >; 39 template class _STLP_CLASS_DECLSPEC basic_iostream<wchar_t, char_traits<wchar_t> >;
|
D | ostream.cpp | 27 template class _STLP_CLASS_DECLSPEC basic_ostream<char, char_traits<char> >; 30 template class _STLP_CLASS_DECLSPEC _Osentry<char, char_traits<char> >; 36 template class _STLP_CLASS_DECLSPEC _Osentry<wchar_t, char_traits<wchar_t> >; 38 template class _STLP_CLASS_DECLSPEC basic_ostream<wchar_t, char_traits<wchar_t> >;
|
D | monetary.cpp | 126 template class _STLP_CLASS_DECLSPEC money_get<char, istreambuf_iterator<char, char_traits<char> > >; 127 template class _STLP_CLASS_DECLSPEC money_put<char, ostreambuf_iterator<char, char_traits<char> > >; 131 template class _STLP_CLASS_DECLSPEC money_get<wchar_t, istreambuf_iterator<wchar_t, char_traits<wch… 132 template class _STLP_CLASS_DECLSPEC money_put<wchar_t, ostreambuf_iterator<wchar_t, char_traits<wch…
|
D | num_get.cpp | 105 template class _STLP_CLASS_DECLSPEC istreambuf_iterator<char, char_traits<char> >; 110 template class _STLP_CLASS_DECLSPEC istreambuf_iterator<wchar_t, char_traits<wchar_t> >;
|
D | locale_impl.h | 60 class _STLP_CLASS_DECLSPEC _Locale_impl : public _Refcount_Base { 80 class _STLP_CLASS_DECLSPEC Init {
|
/ndk/sources/cxx-stl/stlport/stlport/stl/ |
D | _stdexcept.h | 32 class _STLP_CLASS_DECLSPEC logic_error : public __Named_exception { 40 class _STLP_CLASS_DECLSPEC runtime_error : public __Named_exception { 48 class _STLP_CLASS_DECLSPEC domain_error : public logic_error { 56 class _STLP_CLASS_DECLSPEC invalid_argument : public logic_error { 64 class _STLP_CLASS_DECLSPEC length_error : public logic_error { 72 class _STLP_CLASS_DECLSPEC out_of_range : public logic_error { 80 class _STLP_CLASS_DECLSPEC range_error : public runtime_error { 88 class _STLP_CLASS_DECLSPEC overflow_error : public runtime_error { 96 class _STLP_CLASS_DECLSPEC underflow_error : public runtime_error {
|
D | _strstream.h | 46 class _STLP_CLASS_DECLSPEC strstreambuf : public basic_streambuf<char, char_traits<char> > { 102 class _STLP_CLASS_DECLSPEC istrstream : public basic_istream<char, char_traits<char> > { 120 class _STLP_CLASS_DECLSPEC ostrstream : public basic_ostream<char, char_traits<char> > 139 class _STLP_CLASS_DECLSPEC strstream : public basic_iostream<char, char_traits<char> > {
|
D | _numpunct.h | 48 class _STLP_CLASS_DECLSPEC numpunct<char> : public locale::facet { 77 class _STLP_CLASS_DECLSPEC numpunct<wchar_t> : public locale::facet { 106 class _STLP_CLASS_DECLSPEC numpunct_byname<char> : public numpunct<char> { 138 class _STLP_CLASS_DECLSPEC numpunct_byname<wchar_t>: public numpunct<wchar_t> {
|
D | _messages_facets.h | 55 class _STLP_CLASS_DECLSPEC messages<char> : public locale::facet, public messages_base { 88 class _STLP_CLASS_DECLSPEC messages<wchar_t> : public locale::facet, public messages_base { 123 class _STLP_CLASS_DECLSPEC messages_byname<char> : public messages<char> { 151 class _STLP_CLASS_DECLSPEC messages_byname<wchar_t> : public messages<wchar_t> {
|
D | _collate.h | 43 class _STLP_CLASS_DECLSPEC collate<char> : public locale::facet { 79 class _STLP_CLASS_DECLSPEC collate<wchar_t> : public locale::facet { 115 class _STLP_CLASS_DECLSPEC collate_byname<char>: public collate<char> { 138 class _STLP_CLASS_DECLSPEC collate_byname<wchar_t>: public collate<wchar_t> {
|
D | _string_hash.h | 54 struct _STLP_CLASS_DECLSPEC hash<string> { 61 struct _STLP_CLASS_DECLSPEC hash<wstring> {
|
D | _time_facets.h | 63 class _STLP_CLASS_DECLSPEC _Time_Info_Base { 72 class _STLP_CLASS_DECLSPEC _Time_Info : public _Time_Info_Base { 80 class _STLP_CLASS_DECLSPEC _WTime_Info : public _Time_Info_Base { 90 class _STLP_CLASS_DECLSPEC time_base { 101 class _STLP_CLASS_DECLSPEC time_init<char> { 115 class _STLP_CLASS_DECLSPEC time_init<wchar_t> {
|
D | _monetary.h | 86 class _STLP_CLASS_DECLSPEC moneypunct<char, true> : public locale::facet, public money_base { 125 class _STLP_CLASS_DECLSPEC moneypunct<char, false> : public locale::facet, public money_base { 168 class _STLP_CLASS_DECLSPEC moneypunct<wchar_t, true> : public locale::facet, public money_base { 207 class _STLP_CLASS_DECLSPEC moneypunct<wchar_t, false> : public locale::facet, public money_base { 249 class _STLP_CLASS_DECLSPEC moneypunct_byname<char, true> : public moneypunct<char, true> { 282 class _STLP_CLASS_DECLSPEC moneypunct_byname<char, false> : public moneypunct<char, false> { 316 class _STLP_CLASS_DECLSPEC moneypunct_byname<wchar_t, true> : public moneypunct<wchar_t, true> { 349 class _STLP_CLASS_DECLSPEC moneypunct_byname<wchar_t, false> : public moneypunct<wchar_t, false> {
|
D | _exception.h | 161 class _STLP_CLASS_DECLSPEC exception { 175 class _STLP_CLASS_DECLSPEC bad_exception : public exception {
|
D | _ctype.h | 39 class _STLP_CLASS_DECLSPEC ctype_base { 64 class _STLP_CLASS_DECLSPEC ctype<char> : public locale::facet, public ctype_base { 147 class _STLP_CLASS_DECLSPEC ctype_byname<char>: public ctype<char> { 177 class _STLP_CLASS_DECLSPEC ctype<wchar_t> : public locale::facet, public ctype_base { 240 class _STLP_CLASS_DECLSPEC ctype_byname<wchar_t>: public ctype<wchar_t> {
|
D | _codecvt.h | 40 class _STLP_CLASS_DECLSPEC codecvt_base { 173 class _STLP_CLASS_DECLSPEC codecvt<char, char, mbstate_t> 270 class _STLP_CLASS_DECLSPEC codecvt<wchar_t, char, mbstate_t> 371 class _STLP_CLASS_DECLSPEC codecvt_byname<char, char, mbstate_t> 383 class _STLP_CLASS_DECLSPEC codecvt_byname<wchar_t, char, mbstate_t>
|
D | _stdexcept_base.h | 67 class _STLP_CLASS_DECLSPEC __Named_exception : public _STLP_EXCEPTION_BASE {
|
D | _ios_base.h | 48 class _STLP_CLASS_DECLSPEC ios_base { 52 class _STLP_CLASS_DECLSPEC failure : public __Named_exception { 241 class _STLP_CLASS_DECLSPEC Init
|
D | _alloc.h | 63 class _STLP_CLASS_DECLSPEC __malloc_alloc { 88 class _STLP_CLASS_DECLSPEC __new_alloc { 148 class _STLP_CLASS_DECLSPEC __node_alloc { 364 class _STLP_CLASS_DECLSPEC allocator<void> {
|
D | _threads.h | 275 struct _STLP_CLASS_DECLSPEC _STLP_mutex_base { 408 class _STLP_CLASS_DECLSPEC _STLP_mutex : public _STLP_mutex_base { 423 struct _STLP_CLASS_DECLSPEC _STLP_auto_lock { 441 class _STLP_CLASS_DECLSPEC _Refcount_Base {
|
D | _locale.h | 77 class _STLP_CLASS_DECLSPEC locale { 80 class _STLP_CLASS_DECLSPEC facet : protected _Refcount_Base { 103 _STLP_CLASS_DECLSPEC id {
|
D | _pthread_alloc.h | 66 class _STLP_CLASS_DECLSPEC _Pthread_alloc { 190 class _STLP_CLASS_DECLSPEC pthread_allocator<void> { 373 class _STLP_CLASS_DECLSPEC per_thread_allocator<void> {
|
12