Searched refs:testbuf (Results 26 - 50 of 140) sorted by relevance

123456

/external/libcxx/test/input.output/iostreams.base/std.ios.manip/fmtflags.manip/
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/iostream.format/input.streams/istream.manip/
H A Dws.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
46 testbuf<char> sb(" 123");
53 testbuf<wchar_t> sb(L" 123");
/external/libcxx/test/input.output/iostream.format/input.streams/istream.rvalue/
H A Drvalue.pass.cpp22 struct testbuf struct in inherits:std::basic_streambuf
31 testbuf() {} function in struct:testbuf
32 testbuf(const string_type& str) function in struct:testbuf
51 testbuf<char> sb(" 123");
57 testbuf<wchar_t> sb(L" 123");
/external/libcxx/test/input.output/iostream.format/input.streams/istream.unformatted/
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");
/external/libcxx/test/input.output/iostream.format/ext.manip/
H A Dget_money.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
42 testbuf<char> sb(" -$1,234,567.89");
50 testbuf<char> sb(" -USD 1,234,567.89");
58 testbuf<wchar_t> sb(L" -$1,234,567.89");
66 testbuf<wchar_t> sb(L" -USD 1,234,567.89");
/external/libcxx/test/input.output/iostream.format/input.streams/istream.formatted/istream.formatted.arithmetic/
H A Dpointer.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
53 testbuf<char> sb("0");
62 testbuf<char> sb(" 1 ");
71 testbuf<wchar_t> sb(L" 1 ");
80 testbuf<char> sb("12345678");
89 testbuf<wchar_t> sb(L"12345678");
H A Dbool.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
53 testbuf<char> sb("0");
62 testbuf<char> sb(" 1 ");
71 testbuf<wchar_t> sb(L" 1 ");
H A Ddouble.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
53 testbuf<char> sb("0");
62 testbuf<char> sb(" 123 ");
71 testbuf<wchar_t> sb(L" -123.5 ");
H A Dfloat.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
53 testbuf<char> sb("0");
62 testbuf<char> sb(" 123 ");
71 testbuf<wchar_t> sb(L" -123.5 ");
H A Dint.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
53 testbuf<char> sb("0");
62 testbuf<char> sb(" 123 ");
71 testbuf<wchar_t> sb(L" -1234567890123456 ");
H A Dlong.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
53 testbuf<char> sb("0");
62 testbuf<char> sb(" 123 ");
71 testbuf<wchar_t> sb(L" -123 ");
H A Dlong_double.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
53 testbuf<char> sb("0");
62 testbuf<char> sb(" 123 ");
71 testbuf<wchar_t> sb(L" -123.5 ");
H A Dlong_long.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
53 testbuf<char> sb("0");
62 testbuf<char> sb(" 123 ");
71 testbuf<wchar_t> sb(L" -123 ");
H A Dshort.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
53 testbuf<char> sb("0");
62 testbuf<char> sb(" 123 ");
71 testbuf<wchar_t> sb(L" -1234567890 ");
H A Dunsigned_int.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
53 testbuf<char> sb("0");
62 testbuf<char> sb(" 123 ");
71 testbuf<wchar_t> sb(L" 123 ");
H A Dunsigned_long.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
53 testbuf<char> sb("0");
62 testbuf<char> sb(" 123 ");
71 testbuf<wchar_t> sb(L" 123 ");
H A Dunsigned_long_long.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
53 testbuf<char> sb("0");
62 testbuf<char> sb(" 123 ");
71 testbuf<wchar_t> sb(L" 123 ");
H A Dunsigned_short.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
53 testbuf<char> sb("0");
62 testbuf<char> sb(" 123 ");
71 testbuf<wchar_t> sb(L" 123 ");
/external/libcxx/test/input.output/iostreams.base/ios/iostate.flags/
H A Deof.pass.cpp20 struct testbuf : public std::streambuf {}; struct in inherits:std::streambuf
31 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 Dhexfloat.pass.cpp20 struct testbuf : public std::streambuf {}; struct in inherits:std::streambuf
24 testbuf 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;

Completed in 833 milliseconds

123456