Searched refs:str_04 (Results 1 – 12 of 12) sorted by relevance
| /openbsd-src/gnu/lib/libstdc++/libstdc++/testsuite/27_io/istream_extractor_arith/ |
| H A D | 10.cc | 33 std::string str_04("0123"); variable 38 std::stringbuf isbuf_04(str_04, std::ios_base::in); 107 std::string str_04("3. 4.5E+2a5E-3 .6E1"); in test10() local 108 std::stringbuf isbuf_04(str_04); in test10()
|
| H A D | 03.cc | 33 std::string str_04("0123"); variable 38 std::stringbuf isbuf_04(str_04, std::ios_base::in);
|
| H A D | 02.cc | 33 std::string str_04("0123"); variable 38 std::stringbuf isbuf_04(str_04, std::ios_base::in);
|
| H A D | 11.cc | 33 std::string str_04("0123"); variable 38 std::stringbuf isbuf_04(str_04, std::ios_base::in);
|
| H A D | 09.cc | 33 std::string str_04("0123"); variable 38 std::stringbuf isbuf_04(str_04, std::ios_base::in);
|
| H A D | 13.cc | 33 std::string str_04("0123"); variable 38 std::stringbuf isbuf_04(str_04, std::ios_base::in);
|
| H A D | 06.cc | 33 std::string str_04("0123"); variable 38 std::stringbuf isbuf_04(str_04, std::ios_base::in);
|
| H A D | 12.cc | 38 std::string str_04("0123"); variable 43 std::stringbuf isbuf_04(str_04, std::ios_base::in);
|
| H A D | 08.cc | 33 std::string str_04("0123"); variable 38 std::stringbuf isbuf_04(str_04, std::ios_base::in);
|
| H A D | 01.cc | 33 std::string str_04("0123"); variable 38 std::stringbuf isbuf_04(str_04, std::ios_base::in);
|
| H A D | 07.cc | 33 std::string str_04("0123"); variable 38 std::stringbuf isbuf_04(str_04, std::ios_base::in);
|
| /openbsd-src/gnu/lib/libstdc++/libstdc++/testsuite/27_io/ |
| H A D | istream_extractor_char.cc | 133 const std::string str_04(" impulse!!"); in test01() local 134 std::stringbuf isbuf_03(str_04, std::ios_base::in); in test01() 135 std::stringbuf isbuf_04(str_04, std::ios_base::in); in test01()
|