Home
last modified time | relevance | path

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

/external/clang/test/CodeGenCXX/
Dmangle-subst-std.cpp59 struct basic_ostream : virtual public basic_ios<charT, traits> { struct
60 basic_ostream(int x) : basic_ios<charT, traits>(x), stored(x) { } in basic_ostream() function
78 void f(std::basic_ostream<char, std::char_traits<char> >) { } in f()
Ddllimport.cpp815 struct basic_ostream { struct
816 struct sentry {
821 template class __declspec(dllimport) basic_ostream<char>; variable
/external/cronet/tot/third_party/libc++/src/src/
Dios.instantiations.cpp23 template class _LIBCPP_CLASS_TEMPLATE_INSTANTIATION_VIS basic_ostream<char>; variable
30 template class _LIBCPP_CLASS_TEMPLATE_INSTANTIATION_VIS basic_ostream<wchar_t>; variable
/external/cronet/stable/third_party/libc++/src/src/
Dios.instantiations.cpp23 template class _LIBCPP_CLASS_TEMPLATE_INSTANTIATION_VIS basic_ostream<char>; variable
30 template class _LIBCPP_CLASS_TEMPLATE_INSTANTIATION_VIS basic_ostream<wchar_t>; variable
/external/cronet/tot/third_party/libc++/src/include/__cxx03/__fwd/
Dostream.h22 class _LIBCPP_TEMPLATE_VIS basic_ostream; variable
/external/cronet/tot/third_party/libc++/src/include/__fwd/
Dostream.h22 class _LIBCPP_TEMPLATE_VIS basic_ostream; variable
/external/cronet/stable/third_party/libc++/src/include/__fwd/
Dostream.h22 class _LIBCPP_TEMPLATE_VIS basic_ostream; variable
/external/cronet/stable/third_party/libc++/src/include/__cxx03/__fwd/
Dostream.h22 class _LIBCPP_TEMPLATE_VIS basic_ostream; variable
/external/clang/test/Modules/Inputs/PR24954/
DB.h4 struct basic_ostream { struct
/external/sdv/vsomeip/third_party/boost/format/include/boost/format/detail/
Dworkarounds_gcc-2_95.hpp94 class basic_ostream<char, Tr> : public basic_ios<char, Tr> class
97 basic_ostream(streambuf * p) : basic_ios<char,Tr> (p) {} in basic_ostream() function in std::basic_ostream
/external/clang/test/Parser/
Dcxx-member-crash.cpp12 template<typename _CharT, typename _Traits> class basic_ostream : virtual public basic_ios<_Cha… class
/external/cronet/tot/third_party/libc++/src/include/__ostream/
Dbasic_ostream.h53 …inline _LIBCPP_HIDE_FROM_ABI_AFTER_V1 explicit basic_ostream(basic_streambuf<char_type, traits_typ… in basic_ostream() function
130 _LIBCPP_HIDE_FROM_ABI basic_ostream() {} // extension, intentially does not initialize in basic_ostream() function
172 basic_ostream<_CharT, _Traits>::basic_ostream(basic_ostream&& __rhs) { in basic_ostream() function
/external/cronet/stable/third_party/libc++/src/include/__ostream/
Dbasic_ostream.h53 …inline _LIBCPP_HIDE_FROM_ABI_AFTER_V1 explicit basic_ostream(basic_streambuf<char_type, traits_typ… in basic_ostream() function
130 _LIBCPP_HIDE_FROM_ABI basic_ostream() {} // extension, intentially does not initialize in basic_ostream() function
172 basic_ostream<_CharT, _Traits>::basic_ostream(basic_ostream&& __rhs) { in basic_ostream() function
/external/cronet/stable/third_party/libc++/src/include/__cxx03/__ostream/
Dbasic_ostream.h50 …inline _LIBCPP_HIDE_FROM_ABI_AFTER_V1 explicit basic_ostream(basic_streambuf<char_type, traits_typ… in basic_ostream() function
127 _LIBCPP_HIDE_FROM_ABI basic_ostream() {} // extension, intentially does not initialize in basic_ostream() function
169 basic_ostream<_CharT, _Traits>::basic_ostream(basic_ostream&& __rhs) { in basic_ostream() function
/external/cronet/tot/third_party/libc++/src/include/__cxx03/__ostream/
Dbasic_ostream.h50 …inline _LIBCPP_HIDE_FROM_ABI_AFTER_V1 explicit basic_ostream(basic_streambuf<char_type, traits_typ… in basic_ostream() function
127 _LIBCPP_HIDE_FROM_ABI basic_ostream() {} // extension, intentially does not initialize in basic_ostream() function
169 basic_ostream<_CharT, _Traits>::basic_ostream(basic_ostream&& __rhs) { in basic_ostream() function
/external/libcxx/src/
Dios.cpp38 template class _LIBCPP_CLASS_TEMPLATE_INSTANTIATION_VIS basic_ostream<char>; variable
39 template class _LIBCPP_CLASS_TEMPLATE_INSTANTIATION_VIS basic_ostream<wchar_t>; variable