| /llvm-project-15.0.7/libcxx/test/std/input.output/iostream.format/input.streams/istream.unformatted/ |
| H A D | tellg.pass.cpp | 19 struct testbuf struct 28 testbuf() {} in testbuf() function 29 testbuf(const string_type& str) in testbuf() argument 55 testbuf<char> sb(" 123456789"); in main() argument
|
| H A D | seekg.pass.cpp | 19 struct testbuf struct 28 testbuf() {} in testbuf() argument 29 testbuf(const string_type& str) in testbuf() argument 52 testbuf<char> sb(" 123456789"); in main() argument
|
| H A D | seekg_off.pass.cpp | 23 struct testbuf struct 32 testbuf() {} in testbuf() argument 33 testbuf(const string_type& str) in testbuf() argument 58 testbuf<char> sb(" 123456789"); in main() argument
|
| H A D | readsome.pass.cpp | 19 struct testbuf struct 28 testbuf() {} in testbuf() argument 29 testbuf(const string_type& str) in testbuf() function 45 testbuf<char> sb(" 1234567890"); in main() argument
|
| H A D | ignore.pass.cpp | 22 struct testbuf struct 31 testbuf() {} in testbuf() argument 32 testbuf(const string_type& str) in testbuf() function 48 testbuf<char> sb(" 1\n2345\n6"); in main() argument
|
| H A D | peek.pass.cpp | 20 struct testbuf struct 29 testbuf() {} in testbuf() argument 30 testbuf(const string_type& str) in testbuf() argument 46 testbuf<char> sb(" 1\n2345\n6"); in main() argument
|
| H A D | putback.pass.cpp | 19 struct testbuf struct 28 testbuf() {} in testbuf() argument 29 testbuf(const string_type& str) in testbuf() argument 45 testbuf<char> sb(" 123456789"); in main() argument
|
| H A D | unget.pass.cpp | 19 struct testbuf struct 28 testbuf() {} in testbuf() argument 29 testbuf(const string_type& str) in testbuf() argument 45 testbuf<char> sb(" 123456789"); in main() argument
|
| H A D | read.pass.cpp | 20 struct testbuf struct 29 testbuf() {} in testbuf() argument 30 testbuf(const string_type& str) in testbuf() argument 46 testbuf<char> sb(" 123456789"); in main() argument
|
| H A D | get.pass.cpp | 20 struct testbuf struct 29 testbuf() {} in testbuf() argument 30 testbuf(const string_type& str) in testbuf() argument 46 testbuf<char> sb(" "); in main() argument
|
| H A D | get_chart.pass.cpp | 20 struct testbuf struct 29 testbuf() {} in testbuf() function 30 testbuf(const string_type& str) in testbuf() argument 46 testbuf<char> sb(" "); in main() argument
|
| /llvm-project-15.0.7/libcxx/test/std/input.output/iostream.format/input.streams/istream.formatted/istream_extractors/ |
| H A D | signed_char.pass.cpp | 19 struct testbuf struct 28 testbuf() {} in testbuf() argument 29 testbuf(const string_type& str) in testbuf() argument 45 testbuf<char> sb(" "); in main() argument
|
| H A D | unsigned_char.pass.cpp | 19 struct testbuf struct 28 testbuf() {} in testbuf() function 29 testbuf(const string_type& str) in testbuf() function 45 testbuf<char> sb(" "); in main() argument
|
| /llvm-project-15.0.7/libcxx/test/std/input.output/iostream.format/input.streams/istream.manip/ |
| H A D | ws.pass.cpp | 20 struct testbuf struct 29 testbuf() {} in testbuf() argument 30 testbuf(const string_type& str) in testbuf() function 46 testbuf<char> sb(" 123"); in main() argument
|
| /llvm-project-15.0.7/libcxx/test/std/input.output/iostream.format/ext.manip/ |
| H A D | get_time.pass.cpp | 23 struct testbuf struct 32 testbuf() {} in testbuf() argument 33 testbuf(const string_type& str) in testbuf() argument
|
| /llvm-project-15.0.7/libcxx/test/std/input.output/iostream.format/input.streams/istream.rvalue/ |
| H A D | rvalue.pass.cpp | 21 struct testbuf struct 30 testbuf() {} in testbuf() argument 31 testbuf(const string_type& str) in testbuf() function 59 testbuf<char> sb(" 123"); in main() argument
|
| /llvm-project-15.0.7/libcxx/test/std/input.output/iostream.format/input.streams/istream/istream_sentry/ |
| H A D | ctor.pass.cpp | 24 struct testbuf struct 33 testbuf() {} in testbuf() function 34 testbuf(const string_type& str) in testbuf() function 57 std::istream is((testbuf<char>*)0); in main() argument
|
| /llvm-project-15.0.7/libcxx/test/std/input.output/iostream.format/input.streams/istream.formatted/istream.formatted.arithmetic/ |
| H A D | long_double.pass.cpp | 23 struct testbuf struct 32 testbuf() {} in testbuf() argument 33 testbuf(const string_type& str) in testbuf() function 55 testbuf<char> sb("0"); in main() argument
|
| H A D | short.pass.cpp | 24 struct testbuf struct 33 testbuf() {} in testbuf() function 34 testbuf(const string_type& str) in testbuf() function 56 testbuf<char> sb("0"); in main() argument
|
| H A D | int.pass.cpp | 24 struct testbuf struct 33 testbuf() {} in testbuf() argument 34 testbuf(const string_type& str) in testbuf() function 56 testbuf<char> sb("0"); in main() argument
|
| H A D | float.pass.cpp | 23 struct testbuf struct 32 testbuf() {} in testbuf() argument 33 testbuf(const string_type& str) in testbuf() argument 55 testbuf<char> sb("0"); in main() argument
|
| H A D | long_long.pass.cpp | 23 struct testbuf struct 32 testbuf() {} in testbuf() argument 33 testbuf(const string_type& str) in testbuf() argument 55 testbuf<char> sb("0"); in main() argument
|
| H A D | unsigned_int.pass.cpp | 23 struct testbuf struct 32 testbuf() {} in testbuf() function 33 testbuf(const string_type& str) in testbuf() function 55 testbuf<char> sb("0"); in main() argument
|
| H A D | long.pass.cpp | 23 struct testbuf struct 32 testbuf() {} in testbuf() argument 33 testbuf(const string_type& str) in testbuf() argument 55 testbuf<char> sb("0"); in main() argument
|
| H A D | double.pass.cpp | 23 struct testbuf struct 32 testbuf() {} in testbuf() argument 33 testbuf(const string_type& str) in testbuf() function 55 testbuf<char> sb("0"); in main() argument
|