HomeSort by relevance Sort by last modified time
    Searched refs:basic_stringbuf (Results 1 - 25 of 29) sorted by null

1 2

  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/input.output/string.streams/stringbuf/
types.pass.cpp 13 // class basic_stringbuf
29 static_assert((std::is_base_of<std::basic_streambuf<char>, std::basic_stringbuf<char> >::value), "");
30 static_assert((std::is_same<std::basic_stringbuf<char>::char_type, char>::value), "");
31 static_assert((std::is_same<std::basic_stringbuf<char>::traits_type, std::char_traits<char> >::value), "");
32 static_assert((std::is_same<std::basic_stringbuf<char>::int_type, std::char_traits<char>::int_type>::value), "");
33 static_assert((std::is_same<std::basic_stringbuf<char>::pos_type, std::char_traits<char>::pos_type>::value), "");
34 static_assert((std::is_same<std::basic_stringbuf<char>::off_type, std::char_traits<char>::off_type>::value), "");
35 static_assert((std::is_same<std::basic_stringbuf<char>::allocator_type, std::allocator<char> >::value), "");
  /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...]
_iosfwd.h 46 class basic_stringbuf;
125 typedef basic_stringbuf<char, char_traits<char>, allocator<char> > stringbuf;
142 typedef basic_stringbuf<wchar_t, char_traits<wchar_t>, allocator<wchar_t> > wstringbuf;
  /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...]
_iosfwd.h 46 class basic_stringbuf;
125 typedef basic_stringbuf<char, char_traits<char>, allocator<char> > stringbuf;
142 typedef basic_stringbuf<wchar_t, char_traits<wchar_t>, allocator<wchar_t> > wstringbuf;
  /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...]
_iosfwd.h 46 class basic_stringbuf;
125 typedef basic_stringbuf<char, char_traits<char>, allocator<char> > stringbuf;
142 typedef basic_stringbuf<wchar_t, char_traits<wchar_t>, allocator<wchar_t> > wstringbuf;
  /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...]
_iosfwd.h 46 class basic_stringbuf;
125 typedef basic_stringbuf<char, char_traits<char>, allocator<char> > stringbuf;
142 typedef basic_stringbuf<wchar_t, char_traits<wchar_t>, allocator<wchar_t> > wstringbuf;
  /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...]
_iosfwd.h 46 class basic_stringbuf;
125 typedef basic_stringbuf<char, char_traits<char>, allocator<char> > stringbuf;
142 typedef basic_stringbuf<wchar_t, char_traits<wchar_t>, allocator<wchar_t> > wstringbuf;
  /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...]
_iosfwd.h 46 class basic_stringbuf;
125 typedef basic_stringbuf<char, char_traits<char>, allocator<char> > stringbuf;
142 typedef basic_stringbuf<wchar_t, char_traits<wchar_t>, allocator<wchar_t> > wstringbuf;
  /prebuilts/ndk/9/sources/cxx-stl/EH/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/llvm-libc++/libcxx/test/input.output/string.streams/stringbuf/stringbuf.virtuals/
underflow.pass.cpp 13 // class basic_stringbuf
22 : public std::basic_stringbuf<CharT>
24 typedef std::basic_stringbuf<CharT> base;
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/input.output/iostream.forward/
iosfwd.pass.cpp 48 std::basic_stringbuf<char>* t1 = 0;
49 std::basic_stringbuf<wchar_t>* t2 = 0;
50 std::basic_stringbuf<unsigned short>* t3 = 0;

Completed in 500 milliseconds

1 2