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

123456

/external/libcxx/test/input.output/iostream.format/input.streams/iostreamclass/iostream.cons/
H A Dstreambuf.pass.cpp21 struct testbuf struct in inherits:std::basic_streambuf
24 testbuf() {} function in struct:testbuf
30 testbuf<char> sb;
43 testbuf<wchar_t> sb;
/external/libcxx/test/input.output/iostream.format/input.streams/istream/istream.cons/
H A Dstreambuf.pass.cpp21 struct testbuf struct in inherits:std::basic_streambuf
24 testbuf() {} function in struct:testbuf
30 testbuf<char> sb;
43 testbuf<wchar_t> sb;
/external/libcxx/test/input.output/iostream.format/output.streams/ostream.cons/
H A Dstreambuf.pass.cpp21 struct testbuf struct in inherits:std::basic_streambuf
24 testbuf() {} function in struct:testbuf
30 testbuf<char> sb;
42 testbuf<wchar_t> sb;
/external/libcxx/test/input.output/iostream.format/std.manip/
H A Dresetiosflags.pass.cpp18 struct testbuf struct in inherits:std::basic_streambuf
21 testbuf() {} function in struct:testbuf
27 testbuf<char> sb;
34 testbuf<char> sb;
41 testbuf<wchar_t> sb;
48 testbuf<wchar_t> sb;
H A Dsetbase.pass.cpp18 struct testbuf struct in inherits:std::basic_streambuf
21 testbuf() {} function in struct:testbuf
27 testbuf<char> sb;
39 testbuf<char> sb;
51 testbuf<wchar_t> sb;
63 testbuf<wchar_t> sb;
H A Dsetfill.pass.cpp18 struct testbuf struct in inherits:std::basic_streambuf
21 testbuf() {} function in struct:testbuf
27 testbuf<char> sb;
33 testbuf<wchar_t> sb;
H A Dsetiosflags.pass.cpp18 struct testbuf struct in inherits:std::basic_streambuf
21 testbuf() {} function in struct:testbuf
27 testbuf<char> sb;
34 testbuf<char> sb;
41 testbuf<wchar_t> sb;
48 testbuf<wchar_t> sb;
H A Dsetprecision.pass.cpp18 struct testbuf struct in inherits:std::basic_streambuf
21 testbuf() {} function in struct:testbuf
27 testbuf<char> sb;
33 testbuf<char> sb;
39 testbuf<wchar_t> sb;
45 testbuf<wchar_t> sb;
H A Dsetw.pass.cpp18 struct testbuf struct in inherits:std::basic_streambuf
21 testbuf() {} function in struct:testbuf
27 testbuf<char> sb;
33 testbuf<char> sb;
39 testbuf<wchar_t> sb;
45 testbuf<wchar_t> sb;
/external/libcxx/test/input.output/iostreams.base/ios/iostate.flags/
H A Dbad.pass.cpp20 struct testbuf : public std::streambuf {}; struct in inherits:std::streambuf
31 testbuf sb;
H A Dclear.pass.cpp20 struct testbuf : public std::streambuf {}; struct in inherits:std::streambuf
55 testbuf sb;
H A Deof.pass.cpp20 struct testbuf : public std::streambuf {}; struct in inherits:std::streambuf
31 testbuf sb;
H A Dexceptions.pass.cpp20 struct testbuf : public std::streambuf {}; struct in inherits:std::streambuf
29 testbuf sb;
H A Dexceptions_iostate.pass.cpp20 struct testbuf : public std::streambuf {}; struct in inherits:std::streambuf
40 testbuf sb;
H A Dfail.pass.cpp20 struct testbuf : public std::streambuf {}; struct in inherits:std::streambuf
31 testbuf sb;
H A Dgood.pass.cpp20 struct testbuf : public std::streambuf {}; struct in inherits:std::streambuf
29 testbuf sb;
H A Dsetstate.pass.cpp20 struct testbuf : public std::streambuf {}; struct in inherits:std::streambuf
55 testbuf sb;
/external/libcxx/test/input.output/iostreams.base/std.ios.manip/adjustfield.manip/
H A Dinternal.pass.cpp20 struct testbuf : public std::streambuf {}; struct in inherits:std::streambuf
24 testbuf sb;
H A Dleft.pass.cpp20 struct testbuf : public std::streambuf {}; struct in inherits:std::streambuf
24 testbuf sb;
H A Dright.pass.cpp20 struct testbuf : public std::streambuf {}; struct in inherits:std::streambuf
24 testbuf sb;
/external/libcxx/test/input.output/iostreams.base/std.ios.manip/basefield.manip/
H A Ddec.pass.cpp20 struct testbuf : public std::streambuf {}; struct in inherits:std::streambuf
24 testbuf sb;
H A Dhex.pass.cpp20 struct testbuf : public std::streambuf {}; struct in inherits:std::streambuf
24 testbuf sb;
H A Doct.pass.cpp20 struct testbuf : public std::streambuf {}; struct in inherits:std::streambuf
24 testbuf sb;
/external/libcxx/test/input.output/iostreams.base/std.ios.manip/floatfield.manip/
H A Ddefaultfloat.pass.cpp20 struct testbuf : public std::streambuf {}; struct in inherits:std::streambuf
24 testbuf sb;
H A Dfixed.pass.cpp20 struct testbuf : public std::streambuf {}; struct in inherits:std::streambuf
24 testbuf sb;

Completed in 928 milliseconds

123456