Home
last modified time | relevance | path

Searched defs:basic_istream (Results 1 – 6 of 6) sorted by relevance

/ndk/sources/cxx-stl/stlport/src/
Distream.cpp32 template class _STLP_CLASS_DECLSPEC basic_istream<char, char_traits<char> >; variable
38 template class _STLP_CLASS_DECLSPEC basic_istream<wchar_t, char_traits<wchar_t> >; variable
/ndk/sources/cxx-stl/stlport/stlport/stl/
Dmsl_string.h20 # define basic_istream __msl_basic_istream macro
28 template<class charT, class traits> class basic_istream; variable
D_istream.h86 explicit basic_istream(basic_streambuf<_CharT, _Traits>* __buf) : in basic_istream() function
D_iosfwd.h36 class basic_istream; variable
D_streambuf.h49 friend class basic_istream<_CharT, _Traits>; variable
/ndk/sources/cxx-stl/llvm-libc++/libcxx/src/
Dios.cpp31 template class basic_istream<char>; variable
32 template class basic_istream<wchar_t>; variable