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

12 3 4 5 6 7 8 91011>>

  /ndk/sources/cxx-stl/stlport/src/
complex_io.cpp 29 basic_ostream<char, char_traits<char> >& _STLP_CALL
30 operator<< (basic_ostream<char, char_traits<char> >& __os, const complex<float>& __z)
34 basic_ostream<char, char_traits<char> >& _STLP_CALL
35 operator<< (basic_ostream<char, char_traits<char> >& __os, const complex<double>& __z)
40 basic_ostream<char, char_traits<char> >& _STLP_CALL
41 operator<< (basic_ostream<char, char_traits<char> >& __os, const complex<long double>& __z)
139 _STLP_OPERATOR_SPEC basic_ostream<wchar_t, char_traits<wchar_t> >& _STLP_CALL
140 operator<<(basic_ostream<wchar_t, char_traits<wchar_t> >&, const complex<long double>&);
143 _STLP_OPERATOR_SPEC basic_ostream<wchar_t, char_traits<wchar_t> >& _STLP_CALL
144 operator<<(basic_ostream<wchar_t, char_traits<wchar_t> >&, const complex<float>&)
    [all...]
  /external/chromium_org/printing/
page_number.h 66 inline typename std::basic_ostream<E,T>& operator<<(
67 typename std::basic_ostream<E,T>& ss, const PageNumber& page) {
  /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
  /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
  /prebuilts/ndk/5/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
  /prebuilts/ndk/6/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,
  /prebuilts/ndk/7/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,
  /prebuilts/ndk/8/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,
  /prebuilts/ndk/9/sources/cxx-stl/EH/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,
  /prebuilts/gcc/linux-x86/host/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;
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/bits/
ostream_insert.h 44 __ostream_write(basic_ostream<_CharT, _Traits>& __out,
47 typedef basic_ostream<_CharT, _Traits> __ostream_type;
57 __ostream_fill(basic_ostream<_CharT, _Traits>& __out, streamsize __n)
59 typedef basic_ostream<_CharT, _Traits> __ostream_type;
75 basic_ostream<_CharT, _Traits>&
76 __ostream_insert(basic_ostream<_CharT, _Traits>& __out,
79 typedef basic_ostream<_CharT, _Traits> __ostream_type;
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/x86_64-linux/include/c++/4.6.x-google/bits/
ostream_insert.h 44 __ostream_write(basic_ostream<_CharT, _Traits>& __out,
47 typedef basic_ostream<_CharT, _Traits> __ostream_type;
57 __ostream_fill(basic_ostream<_CharT, _Traits>& __out, streamsize __n)
59 typedef basic_ostream<_CharT, _Traits> __ostream_type;
75 basic_ostream<_CharT, _Traits>&
76 __ostream_insert(basic_ostream<_CharT, _Traits>& __out,
79 typedef basic_ostream<_CharT, _Traits> __ostream_type;
  /prebuilts/ndk/5/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;
  /prebuilts/ndk/6/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;
  /prebuilts/ndk/7/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;
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.4.3/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;
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/include/bits/
ostream_insert.h 44 __ostream_write(basic_ostream<_CharT, _Traits>& __out,
47 typedef basic_ostream<_CharT, _Traits> __ostream_type;
57 __ostream_fill(basic_ostream<_CharT, _Traits>& __out, streamsize __n)
59 typedef basic_ostream<_CharT, _Traits> __ostream_type;
75 basic_ostream<_CharT, _Traits>&
76 __ostream_insert(basic_ostream<_CharT, _Traits>& __out,
79 typedef basic_ostream<_CharT, _Traits> __ostream_type;
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/include/bits/
ostream_insert.h 44 __ostream_write(basic_ostream<_CharT, _Traits>& __out,
47 typedef basic_ostream<_CharT, _Traits> __ostream_type;
57 __ostream_fill(basic_ostream<_CharT, _Traits>& __out, streamsize __n)
59 typedef basic_ostream<_CharT, _Traits> __ostream_type;
75 basic_ostream<_CharT, _Traits>&
76 __ostream_insert(basic_ostream<_CharT, _Traits>& __out,
79 typedef basic_ostream<_CharT, _Traits> __ostream_type;
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.6/include/bits/
ostream_insert.h 44 __ostream_write(basic_ostream<_CharT, _Traits>& __out,
47 typedef basic_ostream<_CharT, _Traits> __ostream_type;
57 __ostream_fill(basic_ostream<_CharT, _Traits>& __out, streamsize __n)
59 typedef basic_ostream<_CharT, _Traits> __ostream_type;
75 basic_ostream<_CharT, _Traits>&
76 __ostream_insert(basic_ostream<_CharT, _Traits>& __out,
79 typedef basic_ostream<_CharT, _Traits> __ostream_type;
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.7/include/bits/
ostream_insert.h 44 __ostream_write(basic_ostream<_CharT, _Traits>& __out,
47 typedef basic_ostream<_CharT, _Traits> __ostream_type;
57 __ostream_fill(basic_ostream<_CharT, _Traits>& __out, streamsize __n)
59 typedef basic_ostream<_CharT, _Traits> __ostream_type;
75 basic_ostream<_CharT, _Traits>&
76 __ostream_insert(basic_ostream<_CharT, _Traits>& __out,
79 typedef basic_ostream<_CharT, _Traits> __ostream_type;
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/include/bits/
ostream_insert.h 44 __ostream_write(basic_ostream<_CharT, _Traits>& __out,
47 typedef basic_ostream<_CharT, _Traits> __ostream_type;
57 __ostream_fill(basic_ostream<_CharT, _Traits>& __out, streamsize __n)
59 typedef basic_ostream<_CharT, _Traits> __ostream_type;
75 basic_ostream<_CharT, _Traits>&
76 __ostream_insert(basic_ostream<_CharT, _Traits>& __out,
79 typedef basic_ostream<_CharT, _Traits> __ostream_type;
  /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> >) { }

Completed in 474 milliseconds

12 3 4 5 6 7 8 91011>>