Searched refs:_STLP_CLASS_DECLSPEC (Results 1 - 25 of 36) sorted by relevance

12

/ndk/sources/cxx-stl/stlport/src/
H A Dostream.cpp27 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> >;
H A Dsstream.cpp27 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_t> >;
34 template class _STLP_CLASS_DECLSPEC basic_ostringstream<wchar_t, char_traits<wchar_t>, allocator<wchar_t> >;
35 template class _STLP_CLASS_DECLSPEC basic_istringstream<wchar_t, char_traits<wchar_t>, allocator<wchar_t> >;
36 template class _STLP_CLASS_DECLSPEC basic_stringstream<wchar_t, char_traits<wchar_t>, allocator<wchar_t> >;
H A Distream.cpp28 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> >;
H A Ddll_main.cpp98 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_prox
[all...]
H A Dstring.cpp33 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>, 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>;
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_checke
[all...]
H A Dmonetary.cpp126 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<wchar_t> > >;
132 template class _STLP_CLASS_DECLSPEC money_put<wchar_t, ostreambuf_iterator<wchar_t, char_traits<wchar_t> > >;
H A Dlocale_impl.h60 class _STLP_CLASS_DECLSPEC _Locale_impl : public _Refcount_Base {
80 class _STLP_CLASS_DECLSPEC Init {
H A Dnum_get.cpp105 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> >;
H A Dmessage_facets.h71 class _STLP_CLASS_DECLSPEC _Catalog_nl_catd_map {
H A Dios.cpp310 template class _STLP_CLASS_DECLSPEC basic_ios<char, char_traits<char> >;
312 template class _STLP_CLASS_DECLSPEC basic_ios<wchar_t, char_traits<wchar_t> >;
/ndk/sources/cxx-stl/stlport/stlport/stl/
H A D_stdexcept.h32 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 {
H A D_string_hash.h54 struct _STLP_CLASS_DECLSPEC hash<string> {
61 struct _STLP_CLASS_DECLSPEC hash<wstring> {
H A D_collate.h43 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> {
H A D_messages_facets.h55 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> {
H A D_numpunct.h48 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> {
H A D_stdexcept_base.h67 class _STLP_CLASS_DECLSPEC __Named_exception : public _STLP_EXCEPTION_BASE {
H A D_strstream.h46 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> > {
H A D_exception.h161 class _STLP_CLASS_DECLSPEC exception {
175 class _STLP_CLASS_DECLSPEC bad_exception : public exception {
H A D_time_facets.h63 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> {
H A D_monetary.h86 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> {
H A D_ctype.h39 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> {
H A D_codecvt.h40 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>
H A D_ios_base.h48 class _STLP_CLASS_DECLSPEC ios_base {
52 class _STLP_CLASS_DECLSPEC failure : public __Named_exception {
241 class _STLP_CLASS_DECLSPEC Init
H A D_alloc.h63 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> {
H A D_threads.h275 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 {

Completed in 384 milliseconds

12