/prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/include/ |
iomanip | 77 inline basic_ostream<_CharT, _Traits>& 78 operator<<(basic_ostream<_CharT, _Traits>& __os, _Resetiosflags __f) 107 inline basic_ostream<_CharT, _Traits>& 108 operator<<(basic_ostream<_CharT, _Traits>& __os, _Setiosflags __f) 141 inline basic_ostream<_CharT, _Traits>& 142 operator<<(basic_ostream<_CharT, _Traits>& __os, _Setbase __f) 176 inline basic_ostream<_CharT, _Traits>& 177 operator<<(basic_ostream<_CharT, _Traits>& __os, _Setfill<_CharT> __f) 206 inline basic_ostream<_CharT, _Traits>& 207 operator<<(basic_ostream<_CharT, _Traits>& __os, _Setprecision __f [all...] |
/prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.6/include/ |
iomanip | 77 inline basic_ostream<_CharT, _Traits>& 78 operator<<(basic_ostream<_CharT, _Traits>& __os, _Resetiosflags __f) 107 inline basic_ostream<_CharT, _Traits>& 108 operator<<(basic_ostream<_CharT, _Traits>& __os, _Setiosflags __f) 141 inline basic_ostream<_CharT, _Traits>& 142 operator<<(basic_ostream<_CharT, _Traits>& __os, _Setbase __f) 176 inline basic_ostream<_CharT, _Traits>& 177 operator<<(basic_ostream<_CharT, _Traits>& __os, _Setfill<_CharT> __f) 206 inline basic_ostream<_CharT, _Traits>& 207 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> >) { }
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/input.output/iostream.format/output.streams/ostream.assign/ |
move_assign.pass.cpp | 13 // class basic_ostream; 15 // basic_ostream& operator=(basic_ostream&& rhs); 31 : public std::basic_ostream<CharT> 33 typedef std::basic_ostream<CharT> base;
|
member_swap.pass.cpp | 13 // class basic_ostream; 15 // void swap(basic_ostream& rhs); 29 : public std::basic_ostream<CharT> 31 typedef std::basic_ostream<CharT> base;
|
/external/llvm/test/DebugInfo/X86/ |
multiple-at-const-val.ll | 15 %"class.std::basic_ostream" = type { i32 (...)**, %"class.std::basic_os" } 16 %"class.std::basic_os" = type { %"class.std::os_base", %"class.std::basic_ostream"*, i8, i8 } 19 @_ZSt4cout = external global %"class.std::basic_ostream" 24 %call1.i = tail call %"class.std::basic_ostream"* @test(%"class.std::basic_ostream"* @_ZSt4cout, i8* getelementptr inbounds ([6 x i8]* @.str, i64 0, i64 0), i64 5) 28 declare %"class.std::basic_ostream"* @test(%"class.std::basic_ostream"*, i8*, i64)
|
/external/stlport/stlport/stl/ |
_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/llvm-libc++/libcxx/test/input.output/iostream.format/output.streams/ostream.manip/ |
endl.pass.cpp | 13 // class basic_ostream; 16 // basic_ostream<charT,traits>& endl(basic_ostream<charT,traits>& os);
|
ends.pass.cpp | 13 // class basic_ostream; 16 // basic_ostream<charT,traits>& ends(basic_ostream<charT,traits>& os);
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/input.output/iostream.format/output.streams/ostream.rvalue/ |
CharT_pointer.pass.cpp | 13 // class basic_ostream; 16 // basic_ostream<charT, traits>& 17 // operator<<(basic_ostream<charT, traits>&& os, const T& x);
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/numerics/rand/rand.eng/rand.eng.mers/ |
io.pass.cpp | 21 // basic_ostream<charT, traits>& 22 // operator<<(basic_ostream<charT, traits>& os, 29 // basic_ostream<charT, traits>&
|
/ndk/sources/cxx-stl/stlport/stlport/stl/ |
_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/ |
_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/ |
_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/7/sources/cxx-stl/stlport/stlport/stl/ |
_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/8/sources/cxx-stl/stlport/stlport/stl/ |
_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/9/sources/cxx-stl/EH/stlport/stlport/stl/ |
_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/gcc/linux-x86/host/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...] |
/prebuilts/ndk/5/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...] |
/prebuilts/ndk/6/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...] |
/prebuilts/ndk/7/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...] |
/prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.4.3/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
|
/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) {
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/input.output/iostream.format/output.streams/ostream.unformatted/ |
flush.pass.cpp | 13 // class basic_ostream; 15 // basic_ostream& flush();
|