Searched refs:testbuf (Results 126 - 140 of 140) sorted by last modified time

123456

/external/libcxx/test/input.output/iostreams.base/std.ios.manip/fmtflags.manip/
H A Dnoshowbase.pass.cpp20 struct testbuf : public std::streambuf {}; struct in inherits:std::streambuf
24 testbuf sb;
H A Dnoshowpoint.pass.cpp20 struct testbuf : public std::streambuf {}; struct in inherits:std::streambuf
24 testbuf sb;
H A Dnoshowpos.pass.cpp20 struct testbuf : public std::streambuf {}; struct in inherits:std::streambuf
24 testbuf sb;
H A Dnoskipws.pass.cpp20 struct testbuf : public std::streambuf {}; struct in inherits:std::streambuf
24 testbuf sb;
H A Dnounitbuf.pass.cpp20 struct testbuf : public std::streambuf {}; struct in inherits:std::streambuf
24 testbuf sb;
H A Dnouppercase.pass.cpp20 struct testbuf : public std::streambuf {}; struct in inherits:std::streambuf
24 testbuf sb;
H A Dshowbase.pass.cpp20 struct testbuf : public std::streambuf {}; struct in inherits:std::streambuf
24 testbuf sb;
H A Dshowpoint.pass.cpp20 struct testbuf : public std::streambuf {}; struct in inherits:std::streambuf
24 testbuf sb;
H A Dshowpos.pass.cpp20 struct testbuf : public std::streambuf {}; struct in inherits:std::streambuf
24 testbuf sb;
H A Dskipws.pass.cpp20 struct testbuf : public std::streambuf {}; struct in inherits:std::streambuf
24 testbuf sb;
H A Dunitbuf.pass.cpp20 struct testbuf : public std::streambuf {}; struct in inherits:std::streambuf
24 testbuf sb;
H A Duppercase.pass.cpp20 struct testbuf : public std::streambuf {}; struct in inherits:std::streambuf
24 testbuf sb;
/external/libcxx/test/input.output/string.streams/stringbuf/stringbuf.virtuals/
H A Doverflow.pass.cpp23 struct testbuf struct in inherits:std::basic_stringbuf
27 explicit testbuf(const std::basic_string<CharT>& str, function in struct:testbuf
41 testbuf<char> sb("abc");
66 testbuf<wchar_t> sb(L"abc");
91 testbuf<char> sb("abc", std::ios_base::app | std::ios_base::out);
H A Dpbackfail.pass.cpp21 struct testbuf struct in inherits:std::basic_stringbuf
25 explicit testbuf(const std::basic_string<CharT>& str, function in struct:testbuf
39 testbuf<char> sb("123", std::ios_base::in);
53 testbuf<char> sb("123");
66 testbuf<wchar_t> sb(L"123", std::ios_base::in);
80 testbuf<wchar_t> sb(L"123");
H A Dunderflow.pass.cpp21 struct testbuf struct in inherits:std::basic_stringbuf
25 explicit testbuf(const std::basic_string<CharT>& str) function in struct:testbuf
35 testbuf<char> sb("123");
53 testbuf<wchar_t> sb(L"123");

Completed in 112 milliseconds

123456