Searched defs:basic_stringbuf (Results 1 - 4 of 4) sorted by relevance

/external/stlport/src/
H A Dsstream.cpp27 template class _STLP_CLASS_DECLSPEC basic_stringbuf<char, char_traits<char>, allocator<char> >; variable in typeref:class:_STLP_CLASS_DECLSPEC
33 template class _STLP_CLASS_DECLSPEC basic_stringbuf<wchar_t, char_traits<wchar_t>, allocator<wchar_t> >; variable in typeref:class:_STLP_CLASS_DECLSPEC
/external/stlport/stlport/stl/
H A D_sstream.h20 // This header defines classes basic_stringbuf, basic_istringstream,
43 // This version of basic_stringbuf relies on the internal details of
55 class basic_stringbuf : public basic_streambuf<_CharT, _Traits> { class in inherits:basic_streambuf
64 typedef basic_stringbuf<_CharT, _Traits, _Alloc> _Self;
68 explicit basic_stringbuf(ios_base::openmode __mode
70 explicit basic_stringbuf(const _String& __s, ios_base::openmode __mode
72 virtual ~basic_stringbuf();
107 _STLP_EXPORT_TEMPLATE_CLASS basic_stringbuf<char, char_traits<char>, allocator<char> >; variable
109 _STLP_EXPORT_TEMPLATE_CLASS basic_stringbuf<wchar_t, char_traits<wchar_t>, allocator<wchar_t> >; variable
128 typedef basic_stringbuf<_Char
[all...]
H A D_sstream.c31 # define __BSB_int_type__ _STLP_TYPENAME_ON_RETURN_TYPE basic_stringbuf<_CharT, _Traits, _Alloc>::int_type
32 # define __BSB_pos_type__ _STLP_TYPENAME_ON_RETURN_TYPE basic_stringbuf<_CharT, _Traits, _Alloc>::pos_type
44 basic_stringbuf<_CharT, _Traits, _Alloc>
45 ::basic_stringbuf(ios_base::openmode __mode) function in class:_Alloc
50 basic_stringbuf<_CharT, _Traits, _Alloc>
51 ::basic_stringbuf(const basic_string<_CharT, _Traits, _Alloc>& __s, ios_base::openmode __mode) function in class:_Alloc
58 basic_stringbuf<_CharT, _Traits, _Alloc>::~basic_stringbuf()
64 basic_stringbuf<_CharT, _Traits, _Alloc>::str(const basic_string<_CharT, _Traits, _Alloc>& __s)
72 basic_stringbuf<_Char
[all...]
/external/clang/test/SemaCXX/
H A Dcrashes.cpp211 template<typename _CharT, typename _Traits = char_traits<_CharT>, typename _Alloc = allocator<_CharT> > struct basic_stringbuf { struct in namespace:pr12791
218 template class basic_stringbuf<char>;

Completed in 551 milliseconds