/external/libcxx/test/std/input.output/iostream.format/output.streams/ostream.cons/ |
move.pass.cpp | 30 struct test_ostream struct in inherits:std::basic_ostream 34 test_ostream(testbuf<CharT>* sb) : base(sb) {} function in struct:test_ostream 36 test_ostream(test_ostream&& s) function in struct:test_ostream 47 test_ostream<char> os1(&sb); 48 test_ostream<char> os(std::move(os1)); 61 test_ostream<wchar_t> os1(&sb); 62 test_ostream<wchar_t> os(std::move(os1));
|
/prebuilts/ndk/r11/sources/cxx-stl/llvm-libc++/libcxx/test/input.output/iostream.format/output.streams/ostream.cons/ |
move.pass.cpp | 30 struct test_ostream struct in inherits:std::basic_ostream 34 test_ostream(testbuf<CharT>* sb) : base(sb) {} function in struct:test_ostream 36 test_ostream(test_ostream&& s) function in struct:test_ostream 47 test_ostream<char> os1(&sb); 48 test_ostream<char> os(std::move(os1)); 61 test_ostream<wchar_t> os1(&sb); 62 test_ostream<wchar_t> os(std::move(os1));
|
/prebuilts/ndk/r13/sources/cxx-stl/llvm-libc++/test/std/input.output/iostream.format/output.streams/ostream.cons/ |
move.pass.cpp | 30 struct test_ostream struct in inherits:std::basic_ostream 34 test_ostream(testbuf<CharT>* sb) : base(sb) {} function in struct:test_ostream 36 test_ostream(test_ostream&& s) function in struct:test_ostream 47 test_ostream<char> os1(&sb); 48 test_ostream<char> os(std::move(os1)); 61 test_ostream<wchar_t> os1(&sb); 62 test_ostream<wchar_t> os(std::move(os1));
|
/external/libcxx/test/std/input.output/iostream.format/output.streams/ostream.assign/ |
move_assign.pass.cpp | 30 struct test_ostream struct in inherits:std::basic_ostream 34 test_ostream(testbuf<CharT>* sb) : base(sb) {} function in struct:test_ostream 36 test_ostream& operator=(test_ostream&& s) 48 test_ostream<char> os1(&sb1); 49 test_ostream<char> os2(&sb2); 71 test_ostream<wchar_t> os1(&sb1); 72 test_ostream<wchar_t> os2(&sb2);
|
member_swap.pass.cpp | 28 struct test_ostream struct in inherits:std::basic_ostream 32 test_ostream(testbuf<CharT>* sb) : base(sb) {} function in struct:test_ostream 34 void swap(test_ostream& s) {base::swap(s);} 42 test_ostream<char> os1(&sb1); 43 test_ostream<char> os2(&sb2); 65 test_ostream<wchar_t> os1(&sb1); 66 test_ostream<wchar_t> os2(&sb2);
|
/prebuilts/ndk/r11/sources/cxx-stl/llvm-libc++/libcxx/test/input.output/iostream.format/output.streams/ostream.assign/ |
move_assign.pass.cpp | 30 struct test_ostream struct in inherits:std::basic_ostream 34 test_ostream(testbuf<CharT>* sb) : base(sb) {} function in struct:test_ostream 36 test_ostream& operator=(test_ostream&& s) 48 test_ostream<char> os1(&sb1); 49 test_ostream<char> os2(&sb2); 71 test_ostream<wchar_t> os1(&sb1); 72 test_ostream<wchar_t> os2(&sb2);
|
member_swap.pass.cpp | 28 struct test_ostream struct in inherits:std::basic_ostream 32 test_ostream(testbuf<CharT>* sb) : base(sb) {} function in struct:test_ostream 34 void swap(test_ostream& s) {base::swap(s);} 42 test_ostream<char> os1(&sb1); 43 test_ostream<char> os2(&sb2); 65 test_ostream<wchar_t> os1(&sb1); 66 test_ostream<wchar_t> os2(&sb2);
|
/prebuilts/ndk/r13/sources/cxx-stl/llvm-libc++/test/std/input.output/iostream.format/output.streams/ostream.assign/ |
move_assign.pass.cpp | 30 struct test_ostream struct in inherits:std::basic_ostream 34 test_ostream(testbuf<CharT>* sb) : base(sb) {} function in struct:test_ostream 36 test_ostream& operator=(test_ostream&& s) 48 test_ostream<char> os1(&sb1); 49 test_ostream<char> os2(&sb2); 71 test_ostream<wchar_t> os1(&sb1); 72 test_ostream<wchar_t> os2(&sb2);
|
member_swap.pass.cpp | 28 struct test_ostream struct in inherits:std::basic_ostream 32 test_ostream(testbuf<CharT>* sb) : base(sb) {} function in struct:test_ostream 34 void swap(test_ostream& s) {base::swap(s);} 42 test_ostream<char> os1(&sb1); 43 test_ostream<char> os2(&sb2); 65 test_ostream<wchar_t> os1(&sb1); 66 test_ostream<wchar_t> os2(&sb2);
|