Home
last modified time | relevance | path

Searched defs:basic_ostream (Results 1 – 7 of 7) sorted by relevance

/ndk/sources/cxx-stl/stlport/src/
Dostream.cpp27 template class _STLP_CLASS_DECLSPEC basic_ostream<char, char_traits<char> >; variable
38 template class _STLP_CLASS_DECLSPEC basic_ostream<wchar_t, char_traits<wchar_t> >; variable
/ndk/sources/cxx-stl/stlport/stlport/stl/
Dmsl_string.h21 # define basic_ostream __msl_basic_ostream macro
29 template<class charT, class traits> class basic_ostream; variable
D_ostream.h206 _STLP_EXPORT_TEMPLATE_CLASS basic_ostream<char, char_traits<char> >; variable
209 _STLP_EXPORT_TEMPLATE_CLASS basic_ostream<wchar_t, char_traits<wchar_t> >; variable
D_iosfwd.h39 class basic_ostream; variable
D_streambuf.h50 friend class basic_ostream<_CharT, _Traits>; variable
D_ostream.c37 basic_ostream<_CharT, _Traits>::basic_ostream(basic_streambuf<_CharT, _Traits>* __buf) in basic_ostream() function
/ndk/sources/cxx-stl/llvm-libc++/libcxx/src/
Dios.cpp34 template class basic_ostream<char>; variable
35 template class basic_ostream<wchar_t>; variable