/external/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), "");
|
/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/stlport/using/ |
sstream | 1 using _STLP_NEW_IO_NAMESPACE::basic_stringbuf;
|
/ndk/sources/cxx-stl/stlport/stlport/using/ |
sstream | 1 using _STLP_NEW_IO_NAMESPACE::basic_stringbuf;
|
/prebuilts/ndk/5/sources/cxx-stl/stlport/stlport/using/ |
sstream | 1 using _STLP_NEW_IO_NAMESPACE::basic_stringbuf;
|
/prebuilts/ndk/6/sources/cxx-stl/stlport/stlport/using/ |
sstream | 1 using _STLP_NEW_IO_NAMESPACE::basic_stringbuf;
|
/prebuilts/ndk/7/sources/cxx-stl/stlport/stlport/using/ |
sstream | 1 using _STLP_NEW_IO_NAMESPACE::basic_stringbuf;
|
/prebuilts/ndk/8/sources/cxx-stl/stlport/stlport/using/ |
sstream | 1 using _STLP_NEW_IO_NAMESPACE::basic_stringbuf;
|
/prebuilts/ndk/9/sources/cxx-stl/EH/stlport/stlport/using/ |
sstream | 1 using _STLP_NEW_IO_NAMESPACE::basic_stringbuf;
|
/prebuilts/misc/common/swig/include/2.0.11/std/ |
std_sstream.i | 32 class basic_stringbuf : public basic_streambuf<_CharT, _Traits> 38 // 251. basic_stringbuf missing allocator_type 47 basic_stringbuf(ios_base::openmode __mode = ios_base::in | ios_base::out); 50 basic_stringbuf(const basic_string<_CharT, _Traits, _Alloc>& __str, 72 // 251. basic_stringbuf missing allocator_type 91 basic_stringbuf<_CharT, _Traits, _Alloc>* 111 // 251. basic_stringbuf missing allocator_type 130 basic_stringbuf<_CharT, _Traits, _Alloc>* 152 // 251. basic_stringbuf missing allocator_type 170 basic_stringbuf<_CharT, _Traits, _Alloc> [all...] |
/external/libcxx/include/ |
sstream | 18 class basic_stringbuf 30 explicit basic_stringbuf(ios_base::openmode which = ios_base::in | ios_base::out); 31 explicit basic_stringbuf(const basic_string<char_type, traits_type, allocator_type>& str, 33 basic_stringbuf(basic_stringbuf&& rhs); 36 basic_stringbuf& operator=(basic_stringbuf&& rhs); 37 void swap(basic_stringbuf& rhs); 56 void swap(basic_stringbuf<charT, traits, Allocator>& x, 57 basic_stringbuf<charT, traits, Allocator>& y) [all...] |
/ndk/sources/cxx-stl/llvm-libc++/libcxx/include/ |
sstream | 18 class basic_stringbuf 30 explicit basic_stringbuf(ios_base::openmode which = ios_base::in | ios_base::out); 31 explicit basic_stringbuf(const basic_string<char_type, traits_type, allocator_type>& str, 33 basic_stringbuf(basic_stringbuf&& rhs); 36 basic_stringbuf& operator=(basic_stringbuf&& rhs); 37 void swap(basic_stringbuf& rhs); 56 void swap(basic_stringbuf<charT, traits, Allocator>& x, 57 basic_stringbuf<charT, traits, Allocator>& y) [all...] |
/prebuilts/ndk/9/sources/cxx-stl/llvm-libc++/libcxx/include/ |
sstream | 18 class basic_stringbuf 30 explicit basic_stringbuf(ios_base::openmode which = ios_base::in | ios_base::out); 31 explicit basic_stringbuf(const basic_string<char_type, traits_type, allocator_type>& str, 33 basic_stringbuf(basic_stringbuf&& rhs); 36 basic_stringbuf& operator=(basic_stringbuf&& rhs); 37 void swap(basic_stringbuf& rhs); 56 void swap(basic_stringbuf<charT, traits, Allocator>& x, 57 basic_stringbuf<charT, traits, Allocator>& y) [all...] |
/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...] |
/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...] |
/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...] |
/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...] |
/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...] |
/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...] |
/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...] |
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/x86_64-linux/include/c++/4.6/bits/ |
sstream.tcc | 46 typename basic_stringbuf<_CharT, _Traits, _Alloc>::int_type 47 basic_stringbuf<_CharT, _Traits, _Alloc>:: 80 typename basic_stringbuf<_CharT, _Traits, _Alloc>::int_type 81 basic_stringbuf<_CharT, _Traits, _Alloc>:: 131 typename basic_stringbuf<_CharT, _Traits, _Alloc>::int_type 132 basic_stringbuf<_CharT, _Traits, _Alloc>:: 149 typename basic_stringbuf<_CharT, _Traits, _Alloc>::pos_type 150 basic_stringbuf<_CharT, _Traits, _Alloc>:: 161 // 453. basic_stringbuf::seekoff need not always fail for an empty stream. 197 typename basic_stringbuf<_CharT, _Traits, _Alloc>::pos_typ [all...] |
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/bits/ |
sstream.tcc | 44 typename basic_stringbuf<_CharT, _Traits, _Alloc>::int_type 45 basic_stringbuf<_CharT, _Traits, _Alloc>:: 78 typename basic_stringbuf<_CharT, _Traits, _Alloc>::int_type 79 basic_stringbuf<_CharT, _Traits, _Alloc>:: 129 typename basic_stringbuf<_CharT, _Traits, _Alloc>::int_type 130 basic_stringbuf<_CharT, _Traits, _Alloc>:: 147 typename basic_stringbuf<_CharT, _Traits, _Alloc>::pos_type 148 basic_stringbuf<_CharT, _Traits, _Alloc>:: 159 // 453. basic_stringbuf::seekoff need not always fail for an empty stream. 195 typename basic_stringbuf<_CharT, _Traits, _Alloc>::pos_typ [all...] |
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/bits/ |
sstream.tcc | 44 typename basic_stringbuf<_CharT, _Traits, _Alloc>::int_type 45 basic_stringbuf<_CharT, _Traits, _Alloc>:: 78 typename basic_stringbuf<_CharT, _Traits, _Alloc>::int_type 79 basic_stringbuf<_CharT, _Traits, _Alloc>:: 129 typename basic_stringbuf<_CharT, _Traits, _Alloc>::int_type 130 basic_stringbuf<_CharT, _Traits, _Alloc>:: 147 typename basic_stringbuf<_CharT, _Traits, _Alloc>::pos_type 148 basic_stringbuf<_CharT, _Traits, _Alloc>:: 159 // 453. basic_stringbuf::seekoff need not always fail for an empty stream. 195 typename basic_stringbuf<_CharT, _Traits, _Alloc>::pos_typ [all...] |
/prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/include/bits/ |
sstream.tcc | 46 typename basic_stringbuf<_CharT, _Traits, _Alloc>::int_type 47 basic_stringbuf<_CharT, _Traits, _Alloc>:: 80 typename basic_stringbuf<_CharT, _Traits, _Alloc>::int_type 81 basic_stringbuf<_CharT, _Traits, _Alloc>:: 131 typename basic_stringbuf<_CharT, _Traits, _Alloc>::int_type 132 basic_stringbuf<_CharT, _Traits, _Alloc>:: 149 typename basic_stringbuf<_CharT, _Traits, _Alloc>::pos_type 150 basic_stringbuf<_CharT, _Traits, _Alloc>:: 161 // 453. basic_stringbuf::seekoff need not always fail for an empty stream. 197 typename basic_stringbuf<_CharT, _Traits, _Alloc>::pos_typ [all...] |
/prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/include/bits/ |
sstream.tcc | 46 typename basic_stringbuf<_CharT, _Traits, _Alloc>::int_type 47 basic_stringbuf<_CharT, _Traits, _Alloc>:: 80 typename basic_stringbuf<_CharT, _Traits, _Alloc>::int_type 81 basic_stringbuf<_CharT, _Traits, _Alloc>:: 131 typename basic_stringbuf<_CharT, _Traits, _Alloc>::int_type 132 basic_stringbuf<_CharT, _Traits, _Alloc>:: 149 typename basic_stringbuf<_CharT, _Traits, _Alloc>::pos_type 150 basic_stringbuf<_CharT, _Traits, _Alloc>:: 161 // 453. basic_stringbuf::seekoff need not always fail for an empty stream. 197 typename basic_stringbuf<_CharT, _Traits, _Alloc>::pos_typ [all...] |