HomeSort by relevance Sort by last modified time
    Searched full:basic_ostream (Results 51 - 75 of 1033) sorted by null

1 23 4 5 6 7 8 91011>>

  /prebuilts/ndk/6/sources/cxx-stl/gnu-libstdc++/include/
ostream 45 // [27.6.2.1] Template class basic_ostream
55 class basic_ostream : virtual public basic_ios<_CharT, _Traits>
68 typedef basic_ostream<_CharT, _Traits> __ostream_type;
82 basic_ostream(__streambuf_type* __sb)
91 ~basic_ostream() { }
98 // [27.6.2.5.3] basic_ostream::operator<<
143 * constructing a temporary object of type std::basic_ostream::sentry.
183 // 117. basic_ostream uses nonexistent num_put member functions.
194 // 117. basic_ostream uses nonexistent num_put member functions.
216 // 117. basic_ostream uses nonexistent num_put member functions
    [all...]
  /prebuilts/ndk/7/sources/cxx-stl/gnu-libstdc++/include/
ostream 45 // [27.6.2.1] Template class basic_ostream
55 class basic_ostream : virtual public basic_ios<_CharT, _Traits>
68 typedef basic_ostream<_CharT, _Traits> __ostream_type;
82 basic_ostream(__streambuf_type* __sb)
91 ~basic_ostream() { }
98 // [27.6.2.5.3] basic_ostream::operator<<
143 * constructing a temporary object of type std::basic_ostream::sentry.
183 // 117. basic_ostream uses nonexistent num_put member functions.
194 // 117. basic_ostream uses nonexistent num_put member functions.
216 // 117. basic_ostream uses nonexistent num_put member functions
    [all...]
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.4.3/include/
ostream 45 // [27.6.2.1] Template class basic_ostream
55 class basic_ostream : virtual public basic_ios<_CharT, _Traits>
68 typedef basic_ostream<_CharT, _Traits> __ostream_type;
82 basic_ostream(__streambuf_type* __sb)
91 ~basic_ostream() { }
98 // [27.6.2.5.3] basic_ostream::operator<<
143 * constructing a temporary object of type std::basic_ostream::sentry.
183 // 117. basic_ostream uses nonexistent num_put member functions.
194 // 117. basic_ostream uses nonexistent num_put member functions.
216 // 117. basic_ostream uses nonexistent num_put member functions
    [all...]
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/input.output/iostream.format/output.streams/ostream/
types.pass.cpp 13 // class basic_ostream
29 static_assert((std::is_base_of<std::basic_ios<char>, std::basic_ostream<char> >::value), "");
30 static_assert((std::is_same<std::basic_ostream<char>::char_type, char>::value), "");
31 static_assert((std::is_same<std::basic_ostream<char>::traits_type, std::char_traits<char> >::value), "");
32 static_assert((std::is_same<std::basic_ostream<char>::int_type, std::char_traits<char>::int_type>::value), "");
33 static_assert((std::is_same<std::basic_ostream<char>::pos_type, std::char_traits<char>::pos_type>::value), "");
34 static_assert((std::is_same<std::basic_ostream<char>::off_type, std::char_traits<char>::off_type>::value), "");
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/include/
iomanip 64 basic_ostream<_CharT, _Traits>&
65 operator<<(basic_ostream<_CharT, _Traits>& __os, const __iom_t1& __x)
101 basic_ostream<_CharT, _Traits>&
102 operator<<(basic_ostream<_CharT, _Traits>& __os, const __iom_t2& __x)
141 basic_ostream<_CharT, _Traits>&
142 operator<<(basic_ostream<_CharT, _Traits>& __os, const __iom_t3& __x)
172 basic_ostream<_CharT, _Traits>&
173 operator<<(basic_ostream<_CharT, _Traits>& __os, const __iom_t4& __x)
210 basic_ostream<_CharT, _Traits>&
211 operator<<(basic_ostream<_CharT, _Traits>& __os, const __iom_t5& __x
    [all...]
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/input.output/iostream.format/output.streams/ostream.formatted/ostream.inserters/
ostream.pass.cpp 13 // class basic_ostream;
15 // basic_ostream<charT,traits>& operator<<
16 // (basic_ostream<charT,traits>& (*pf)(basic_ostream<charT,traits>&))
54 std::basic_ostream<CharT>&
55 f(std::basic_ostream<CharT>& os)
  /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,
  /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,
  /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,
  /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,
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/input.output/iostream.format/output.streams/ostream.cons/
move.pass.cpp 13 // class basic_ostream;
15 // basic_ostream(basic_ostream&& rhs);
31 : public std::basic_ostream<CharT>
33 typedef std::basic_ostream<CharT> base;
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/include/
ostream 48 * @brief Template class basic_ostream.
56 class basic_ostream : virtual public basic_ios<_CharT, _Traits>
69 typedef basic_ostream<_CharT, _Traits> __ostream_type;
82 basic_ostream(__streambuf_type* __sb)
91 ~basic_ostream() { }
141 * constructing a temporary object of type std::basic_ostream::sentry.
182 // 117. basic_ostream uses nonexistent num_put member functions.
193 // 117. basic_ostream uses nonexistent num_put member functions.
225 // 117. basic_ostream uses nonexistent num_put member functions.
277 * std::basic_ostream::sentry. This has several effects, concludin
    [all...]
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.7/include/
ostream 48 * @brief Template class basic_ostream.
56 class basic_ostream : virtual public basic_ios<_CharT, _Traits>
69 typedef basic_ostream<_CharT, _Traits> __ostream_type;
82 basic_ostream(__streambuf_type* __sb)
91 ~basic_ostream() { }
141 * constructing a temporary object of type std::basic_ostream::sentry.
182 // 117. basic_ostream uses nonexistent num_put member functions.
193 // 117. basic_ostream uses nonexistent num_put member functions.
225 // 117. basic_ostream uses nonexistent num_put member functions.
277 * std::basic_ostream::sentry. This has several effects, concludin
    [all...]
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/include/
ostream 46 * @brief Template class basic_ostream.
58 class basic_ostream : virtual public basic_ios<_CharT, _Traits>
71 typedef basic_ostream<_CharT, _Traits> __ostream_type;
84 basic_ostream(__streambuf_type* __sb)
93 ~basic_ostream() { }
143 * constructing a temporary object of type std::basic_ostream::sentry.
184 // 117. basic_ostream uses nonexistent num_put member functions.
195 // 117. basic_ostream uses nonexistent num_put member functions.
227 // 117. basic_ostream uses nonexistent num_put member functions.
279 * std::basic_ostream::sentry. This has several effects, concludin
    [all...]
  /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;

Completed in 2355 milliseconds

1 23 4 5 6 7 8 91011>>