HomeSort by relevance Sort by last modified time
    Searched full:basic_ostream (Results 26 - 50 of 479) sorted by null

12 3 4 5 6 7 8 91011>>

  /external/stlport/src/
ostream.cpp 27 template class _STLP_CLASS_DECLSPEC basic_ostream<char, char_traits<char> >; variable in typeref:class:_STLP_CLASS_DECLSPEC
38 template class _STLP_CLASS_DECLSPEC basic_ostream<wchar_t, char_traits<wchar_t> >; variable in typeref:class:_STLP_CLASS_DECLSPEC
  /ndk/sources/cxx-stl/stlport/src/
ostream.cpp 27 template class _STLP_CLASS_DECLSPEC basic_ostream<char, char_traits<char> >; variable in typeref:class:_STLP_CLASS_DECLSPEC
38 template class _STLP_CLASS_DECLSPEC basic_ostream<wchar_t, char_traits<wchar_t> >; variable in typeref:class:_STLP_CLASS_DECLSPEC
  /external/stlport/stlport/stl/
_string_io.h 34 basic_ostream<_CharT, _Traits>& _STLP_CALL
35 operator<<(basic_ostream<_CharT, _Traits>& __os,
41 basic_ostream<_CharT, _Traits>& _STLP_CALL
42 operator<<(basic_ostream<_CharT, _Traits>& __os,
_ostreambuf_iterator.h 35 extern basic_streambuf<_CharT, _Traits>* _STLP_CALL __get_ostreambuf(basic_ostream<_CharT, _Traits>&);
48 typedef basic_ostream<_CharT, _Traits> ostream_type;
79 inline ostreambuf_iterator<_CharT, _Traits>::ostreambuf_iterator(basic_ostream<_CharT, _Traits>& __o) _STLP_NOTHROW
_iomanip.h 79 inline basic_ostream<_CharT, _Traits>& _STLP_CALL
80 operator<<(basic_ostream<_CharT, _Traits>& __os,
95 inline basic_ostream<_CharT, _Traits>& _STLP_CALL
96 operator<<(basic_ostream<_CharT, _Traits>& __os,
144 inline basic_ostream<_CharT, _Traits>& _STLP_CALL
145 operator<<(basic_ostream<_CharT, _Traits>& __os,
  /ndk/sources/cxx-stl/stlport/stlport/stl/
_string_io.h 34 basic_ostream<_CharT, _Traits>& _STLP_CALL
35 operator<<(basic_ostream<_CharT, _Traits>& __os,
41 basic_ostream<_CharT, _Traits>& _STLP_CALL
42 operator<<(basic_ostream<_CharT, _Traits>& __os,
_ostreambuf_iterator.h 35 extern basic_streambuf<_CharT, _Traits>* _STLP_CALL __get_ostreambuf(basic_ostream<_CharT, _Traits>&);
48 typedef basic_ostream<_CharT, _Traits> ostream_type;
79 inline ostreambuf_iterator<_CharT, _Traits>::ostreambuf_iterator(basic_ostream<_CharT, _Traits>& __o) _STLP_NOTHROW
_iomanip.h 79 inline basic_ostream<_CharT, _Traits>& _STLP_CALL
80 operator<<(basic_ostream<_CharT, _Traits>& __os,
95 inline basic_ostream<_CharT, _Traits>& _STLP_CALL
96 operator<<(basic_ostream<_CharT, _Traits>& __os,
144 inline basic_ostream<_CharT, _Traits>& _STLP_CALL
145 operator<<(basic_ostream<_CharT, _Traits>& __os,
  /prebuilt/ndk/android-ndk-r5/sources/cxx-stl/stlport/stlport/stl/
_string_io.h 34 basic_ostream<_CharT, _Traits>& _STLP_CALL
35 operator<<(basic_ostream<_CharT, _Traits>& __os,
41 basic_ostream<_CharT, _Traits>& _STLP_CALL
42 operator<<(basic_ostream<_CharT, _Traits>& __os,
_ostreambuf_iterator.h 35 extern basic_streambuf<_CharT, _Traits>* _STLP_CALL __get_ostreambuf(basic_ostream<_CharT, _Traits>&);
48 typedef basic_ostream<_CharT, _Traits> ostream_type;
79 inline ostreambuf_iterator<_CharT, _Traits>::ostreambuf_iterator(basic_ostream<_CharT, _Traits>& __o) _STLP_NOTHROW
_iomanip.h 79 inline basic_ostream<_CharT, _Traits>& _STLP_CALL
80 operator<<(basic_ostream<_CharT, _Traits>& __os,
95 inline basic_ostream<_CharT, _Traits>& _STLP_CALL
96 operator<<(basic_ostream<_CharT, _Traits>& __os,
144 inline basic_ostream<_CharT, _Traits>& _STLP_CALL
145 operator<<(basic_ostream<_CharT, _Traits>& __os,
  /prebuilt/ndk/android-ndk-r6/sources/cxx-stl/stlport/stlport/stl/
_string_io.h 34 basic_ostream<_CharT, _Traits>& _STLP_CALL
35 operator<<(basic_ostream<_CharT, _Traits>& __os,
41 basic_ostream<_CharT, _Traits>& _STLP_CALL
42 operator<<(basic_ostream<_CharT, _Traits>& __os,
_ostreambuf_iterator.h 35 extern basic_streambuf<_CharT, _Traits>* _STLP_CALL __get_ostreambuf(basic_ostream<_CharT, _Traits>&);
48 typedef basic_ostream<_CharT, _Traits> ostream_type;
79 inline ostreambuf_iterator<_CharT, _Traits>::ostreambuf_iterator(basic_ostream<_CharT, _Traits>& __o) _STLP_NOTHROW
  /external/clang/test/SemaTemplate/
deduction-crash.cpp 77 template <class> struct basic_ostream;
82 extern basic_ostream<char> cout;
84 int operator<<( basic_ostream<char> , pair ) ;
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/bits/
ostream_insert.h 42 __ostream_write(basic_ostream<_CharT, _Traits>& __out,
45 typedef basic_ostream<_CharT, _Traits> __ostream_type;
55 __ostream_fill(basic_ostream<_CharT, _Traits>& __out, streamsize __n)
57 typedef basic_ostream<_CharT, _Traits> __ostream_type;
73 basic_ostream<_CharT, _Traits>&
74 __ostream_insert(basic_ostream<_CharT, _Traits>& __out,
77 typedef basic_ostream<_CharT, _Traits> __ostream_type;
  /prebuilt/ndk/android-ndk-r5/sources/cxx-stl/gnu-libstdc++/include/bits/
ostream_insert.h 42 __ostream_write(basic_ostream<_CharT, _Traits>& __out,
45 typedef basic_ostream<_CharT, _Traits> __ostream_type;
55 __ostream_fill(basic_ostream<_CharT, _Traits>& __out, streamsize __n)
57 typedef basic_ostream<_CharT, _Traits> __ostream_type;
73 basic_ostream<_CharT, _Traits>&
74 __ostream_insert(basic_ostream<_CharT, _Traits>& __out,
77 typedef basic_ostream<_CharT, _Traits> __ostream_type;
  /prebuilt/ndk/android-ndk-r6/sources/cxx-stl/gnu-libstdc++/include/bits/
ostream_insert.h 42 __ostream_write(basic_ostream<_CharT, _Traits>& __out,
45 typedef basic_ostream<_CharT, _Traits> __ostream_type;
55 __ostream_fill(basic_ostream<_CharT, _Traits>& __out, streamsize __n)
57 typedef basic_ostream<_CharT, _Traits> __ostream_type;
73 basic_ostream<_CharT, _Traits>&
74 __ostream_insert(basic_ostream<_CharT, _Traits>& __out,
77 typedef basic_ostream<_CharT, _Traits> __ostream_type;
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/
iomanip 75 inline basic_ostream<_CharT, _Traits>&
76 operator<<(basic_ostream<_CharT, _Traits>& __os, _Resetiosflags __f)
109 inline basic_ostream<_CharT, _Traits>&
110 operator<<(basic_ostream<_CharT, _Traits>& __os, _Setiosflags __f)
147 inline basic_ostream<_CharT, _Traits>&
148 operator<<(basic_ostream<_CharT, _Traits>& __os, _Setbase __f)
186 inline basic_ostream<_CharT, _Traits>&
187 operator<<(basic_ostream<_CharT, _Traits>& __os, _Setfill<_CharT> __f)
220 inline basic_ostream<_CharT, _Traits>&
221 operator<<(basic_ostream<_CharT, _Traits>& __os, _Setprecision __f
    [all...]
  /prebuilt/ndk/android-ndk-r5/sources/cxx-stl/gnu-libstdc++/include/
iomanip 75 inline basic_ostream<_CharT, _Traits>&
76 operator<<(basic_ostream<_CharT, _Traits>& __os, _Resetiosflags __f)
109 inline basic_ostream<_CharT, _Traits>&
110 operator<<(basic_ostream<_CharT, _Traits>& __os, _Setiosflags __f)
147 inline basic_ostream<_CharT, _Traits>&
148 operator<<(basic_ostream<_CharT, _Traits>& __os, _Setbase __f)
186 inline basic_ostream<_CharT, _Traits>&
187 operator<<(basic_ostream<_CharT, _Traits>& __os, _Setfill<_CharT> __f)
220 inline basic_ostream<_CharT, _Traits>&
221 operator<<(basic_ostream<_CharT, _Traits>& __os, _Setprecision __f
    [all...]
  /prebuilt/ndk/android-ndk-r6/sources/cxx-stl/gnu-libstdc++/include/
iomanip 75 inline basic_ostream<_CharT, _Traits>&
76 operator<<(basic_ostream<_CharT, _Traits>& __os, _Resetiosflags __f)
109 inline basic_ostream<_CharT, _Traits>&
110 operator<<(basic_ostream<_CharT, _Traits>& __os, _Setiosflags __f)
147 inline basic_ostream<_CharT, _Traits>&
148 operator<<(basic_ostream<_CharT, _Traits>& __os, _Setbase __f)
186 inline basic_ostream<_CharT, _Traits>&
187 operator<<(basic_ostream<_CharT, _Traits>& __os, _Setfill<_CharT> __f)
220 inline basic_ostream<_CharT, _Traits>&
221 operator<<(basic_ostream<_CharT, _Traits>& __os, _Setprecision __f
    [all...]
  /external/clang/test/CodeGenCXX/
mangle-subst-std.cpp 58 struct basic_ostream : virtual public basic_ios<charT, traits> { struct in namespace:std
59 basic_ostream(int x) : basic_ios<charT, traits>(x), stored(x) { } function in struct:std::basic_ostream
66 public basic_ostream<charT, traits> {
68 basic_ostream<charT, traits>(x),
77 void f(std::basic_ostream<char, std::char_traits<char> >) { }
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/tr1_impl/
random.tcc 138 std::basic_ostream<_CharT, _Traits>&
139 operator<<(std::basic_ostream<_CharT, _Traits>& __os,
142 typedef std::basic_ostream<_CharT, _Traits> __ostream_type;
267 std::basic_ostream<_CharT, _Traits>&
268 operator<<(std::basic_ostream<_CharT, _Traits>& __os,
272 typedef std::basic_ostream<_CharT, _Traits> __ostream_type;
390 std::basic_ostream<_CharT, _Traits>&
391 operator<<(std::basic_ostream<_CharT, _Traits>& __os,
394 typedef std::basic_ostream<_CharT, _Traits> __ostream_type;
418 typedef std::basic_ostream<_CharT, _Traits> __istream_type
    [all...]
  /prebuilt/ndk/android-ndk-r5/sources/cxx-stl/gnu-libstdc++/include/tr1_impl/
random.tcc 138 std::basic_ostream<_CharT, _Traits>&
139 operator<<(std::basic_ostream<_CharT, _Traits>& __os,
142 typedef std::basic_ostream<_CharT, _Traits> __ostream_type;
267 std::basic_ostream<_CharT, _Traits>&
268 operator<<(std::basic_ostream<_CharT, _Traits>& __os,
272 typedef std::basic_ostream<_CharT, _Traits> __ostream_type;
390 std::basic_ostream<_CharT, _Traits>&
391 operator<<(std::basic_ostream<_CharT, _Traits>& __os,
394 typedef std::basic_ostream<_CharT, _Traits> __ostream_type;
418 typedef std::basic_ostream<_CharT, _Traits> __istream_type
    [all...]
  /prebuilt/ndk/android-ndk-r6/sources/cxx-stl/gnu-libstdc++/include/tr1_impl/
random.tcc 138 std::basic_ostream<_CharT, _Traits>&
139 operator<<(std::basic_ostream<_CharT, _Traits>& __os,
142 typedef std::basic_ostream<_CharT, _Traits> __ostream_type;
267 std::basic_ostream<_CharT, _Traits>&
268 operator<<(std::basic_ostream<_CharT, _Traits>& __os,
272 typedef std::basic_ostream<_CharT, _Traits> __ostream_type;
390 std::basic_ostream<_CharT, _Traits>&
391 operator<<(std::basic_ostream<_CharT, _Traits>& __os,
394 typedef std::basic_ostream<_CharT, _Traits> __ostream_type;
418 typedef std::basic_ostream<_CharT, _Traits> __istream_type
    [all...]
  /external/clang/test/Parser/
cxx-member-crash.cpp 12 template<typename _CharT, typename _Traits> class basic_ostream : virtual public basic_ios<_CharT, _Traits> { class in inherits:basic_ios

Completed in 281 milliseconds

12 3 4 5 6 7 8 91011>>