HomeSort by relevance Sort by last modified time
    Searched defs:basic_stringbuf (Results 1 - 14 of 14) sorted by null

  /external/stlport/src/
sstream.cpp 27 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
  /ndk/sources/cxx-stl/stlport/src/
sstream.cpp 27 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/
_sstream.h 20 // 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<_CharT, _Traits, _Alloc> _Buf
    [all...]
_sstream.c 31 # 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<_CharT, _Traits, _Alloc>::_M_set_ptrs(
    [all...]
  /ndk/sources/cxx-stl/stlport/stlport/stl/
_sstream.h 20 // 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<_CharT, _Traits, _Alloc> _Buf
    [all...]
_sstream.c 31 # 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<_CharT, _Traits, _Alloc>::_M_set_ptrs(
    [all...]
  /prebuilts/ndk/5/sources/cxx-stl/stlport/stlport/stl/
_sstream.h 20 // 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<_CharT, _Traits, _Alloc> _Buf
    [all...]
_sstream.c 31 # 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<_CharT, _Traits, _Alloc>::_M_set_ptrs(
    [all...]
  /prebuilts/ndk/6/sources/cxx-stl/stlport/stlport/stl/
_sstream.h 20 // 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<_CharT, _Traits, _Alloc> _Buf
    [all...]
_sstream.c 31 # 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<_CharT, _Traits, _Alloc>::_M_set_ptrs(
    [all...]
  /prebuilts/ndk/7/sources/cxx-stl/stlport/stlport/stl/
_sstream.h 20 // 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<_CharT, _Traits, _Alloc> _Buf
    [all...]
_sstream.c 31 # 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<_CharT, _Traits, _Alloc>::_M_set_ptrs(
    [all...]
  /prebuilts/ndk/8/sources/cxx-stl/stlport/stlport/stl/
_sstream.h 20 // 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<_CharT, _Traits, _Alloc> _Buf
    [all...]
_sstream.c 31 # 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<_CharT, _Traits, _Alloc>::_M_set_ptrs(
    [all...]

Completed in 3249 milliseconds