Searched defs:basic_ostream (Results 1 – 8 of 8) sorted by relevance
23 template class _LIBCPP_CLASS_TEMPLATE_INSTANTIATION_VIS basic_ostream<char>; variable 30 template class _LIBCPP_CLASS_TEMPLATE_INSTANTIATION_VIS basic_ostream<wchar_t>; variable
59 struct basic_ostream : virtual public basic_ios<charT, traits> { struct60 basic_ostream(int x) : basic_ios<charT, traits>(x), stored(x) { } in basic_ostream() function78 void f(std::basic_ostream<char, std::char_traits<char> >) { } in f()
863 struct basic_ostream { struct864 struct sentry {869 template class __declspec(dllimport) basic_ostream<char>; variable
22 class _LIBCPP_TEMPLATE_VIS basic_ostream; variable
4 struct basic_ostream { struct
10 template<typename _CharT, typename _Traits> class basic_ostream : virtual public basic_ios<_Cha… class
50 inline _LIBCPP_HIDE_FROM_ABI_AFTER_V1 explicit basic_ostream(basic_streambuf<char_type, traits_type>* __sb) { basic_ostream() function 127 _LIBCPP_HIDE_FROM_ABI basic_ostream() {} // extension, intentially does not initialize basic_ostream() function 169 basic_ostream<_CharT, _Traits>::basic_ostream(basic_ostream&& __rhs) { basic_ostream() function [all...]
5 class basic_ostream { class [all...]