Searched defs:testbuf (Results 126 - 140 of 140) sorted by relevance

123456

/external/libcxx/test/input.output/iostream.format/input.streams/istream.unformatted/
H A Dgetline_pointer_size.pass.cpp18 struct testbuf struct in inherits:std::basic_streambuf
27 testbuf() {} function in struct:testbuf
28 testbuf(const string_type& str) function in struct:testbuf
44 testbuf<char> sb(" \n \n ");
64 testbuf<wchar_t> sb(L" \n \n ");
H A Dgetline_pointer_size_chart.pass.cpp18 struct testbuf struct in inherits:std::basic_streambuf
27 testbuf() {} function in struct:testbuf
28 testbuf(const string_type& str) function in struct:testbuf
44 testbuf<char> sb(" * * ");
64 testbuf<wchar_t> sb(L" * * ");
H A Dread.pass.cpp21 struct testbuf struct in inherits:std::basic_streambuf
30 testbuf() {} function in struct:testbuf
31 testbuf(const string_type& str) function in struct:testbuf
47 testbuf<char> sb(" 123456789");
66 testbuf<wchar_t> sb(L" 123456789");
H A Dreadsome.pass.cpp21 struct testbuf struct in inherits:std::basic_streambuf
30 testbuf() {} function in struct:testbuf
31 testbuf(const string_type& str) function in struct:testbuf
47 testbuf<char> sb(" 1234567890");
68 testbuf<wchar_t> sb(L" 1234567890");
H A Dseekg.pass.cpp18 struct testbuf struct in inherits:std::basic_streambuf
27 testbuf() {} function in struct:testbuf
28 testbuf(const string_type& str) function in struct:testbuf
51 testbuf<char> sb(" 123456789");
59 testbuf<wchar_t> sb(L" 123456789");
H A Dseekg_off.pass.cpp20 struct testbuf struct in inherits:std::basic_streambuf
29 testbuf() {} function in struct:testbuf
30 testbuf(const string_type& str) function in struct:testbuf
55 testbuf<char> sb(" 123456789");
65 testbuf<wchar_t> sb(L" 123456789");
H A Dsync.pass.cpp20 struct testbuf struct in inherits:std::basic_streambuf
29 testbuf() {} function in struct:testbuf
30 testbuf(const string_type& str) function in struct:testbuf
53 testbuf<char> sb(" 123456789");
59 testbuf<wchar_t> sb(L" 123456789");
H A Dtellg.pass.cpp18 struct testbuf struct in inherits:std::basic_streambuf
27 testbuf() {} function in struct:testbuf
28 testbuf(const string_type& str) function in struct:testbuf
54 testbuf<char> sb(" 123456789");
59 testbuf<wchar_t> sb(L" 123456789");
/external/libcxx/test/input.output/iostream.format/output.streams/ostream.formatted/ostream.inserters/
H A Dbasic_ios.pass.cpp22 class testbuf class in inherits:std::basic_streambuf
28 testbuf() function in class:testbuf
64 testbuf<char> sb;
H A Dostream.pass.cpp22 class testbuf class in inherits:std::basic_streambuf
28 testbuf() function in class:testbuf
64 testbuf<char> sb;
/external/libcxx/test/input.output/iostream.format/output.streams/ostream.manip/
H A Dendl.pass.cpp24 class testbuf class in inherits:std::basic_streambuf
30 testbuf() function in class:testbuf
65 testbuf<char> sb;
73 testbuf<wchar_t> sb;
/external/libcxx/test/input.output/iostreams.base/ios/basic.ios.members/
H A Dimbue.pass.cpp22 struct testbuf struct in inherits:std::streambuf
88 testbuf sb;
H A Dcopyfmt.pass.cpp22 struct testbuf struct in inherits:std::streambuf
111 testbuf sb1;
131 testbuf sb2;
H A Dmove.pass.cpp22 struct testbuf struct in inherits:std::streambuf
82 testbuf sb2;
H A Dswap.pass.cpp22 struct testbuf struct in inherits:std::streambuf
73 testbuf sb1;
93 testbuf sb2;

Completed in 2360 milliseconds

123456