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

123456

/external/libcxx/test/input.output/iostream.format/input.streams/istream.formatted/istream.formatted.arithmetic/
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/iostream.format/input.streams/istream.formatted/istream_extractors/
H A Dchart.pass.cpp19 struct testbuf struct in inherits:std::basic_streambuf
28 testbuf() {} function in struct:testbuf
29 testbuf(const string_type& str) function in struct:testbuf
45 testbuf<char> sb(" ");
54 testbuf<char> sb(" abcdefghijk ");
71 testbuf<wchar_t> sb(L" abc");
H A Dsigned_char.pass.cpp19 struct testbuf struct in inherits:std::basic_streambuf
28 testbuf() {} function in struct:testbuf
29 testbuf(const string_type& str) function in struct:testbuf
45 testbuf<char> sb(" ");
54 testbuf<char> sb(" abcdefghijk ");
H A Dsigned_char_pointer.pass.cpp19 struct testbuf struct in inherits:std::basic_streambuf
28 testbuf() {} function in struct:testbuf
29 testbuf(const string_type& str) function in struct:testbuf
45 testbuf<char> sb(" abcdefghijk ");
54 testbuf<char> sb(" abcdefghijk ");
65 testbuf<char> sb(" abcdefghijk");
75 testbuf<char> sb(" abcdefghijk");
H A Dstreambuf.pass.cpp21 class testbuf class in inherits:std::basic_streambuf
27 testbuf() function in class:testbuf
30 testbuf(const std::basic_string<CharT>& str) function in class:testbuf
62 testbuf<char> sb("testing...");
64 testbuf<char> sb2;
H A Dunsigned_char.pass.cpp19 struct testbuf struct in inherits:std::basic_streambuf
28 testbuf() {} function in struct:testbuf
29 testbuf(const string_type& str) function in struct:testbuf
45 testbuf<char> sb(" ");
54 testbuf<char> sb(" abcdefghijk ");
H A Dunsigned_char_pointer.pass.cpp19 struct testbuf struct in inherits:std::basic_streambuf
28 testbuf() {} function in struct:testbuf
29 testbuf(const string_type& str) function in struct:testbuf
45 testbuf<char> sb(" abcdefghijk ");
54 testbuf<char> sb(" abcdefghijk ");
65 testbuf<char> sb(" abcdefghijk");
75 testbuf<char> sb(" abcdefghijk");
H A Dwchar_t_pointer.pass.cpp19 struct testbuf struct in inherits:std::basic_streambuf
28 testbuf() {} function in struct:testbuf
29 testbuf(const string_type& str) function in struct:testbuf
45 testbuf<char> sb(" abcdefghijk ");
54 testbuf<wchar_t> sb(L" abcdefghijk ");
65 testbuf<wchar_t> sb(L" abcdefghijk");
75 testbuf<char> sb(" abcdefghijk");
/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 Dget.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
47 testbuf<char> sb(" ");
56 testbuf<char> sb(" abc");
80 testbuf<wchar_t> sb(L" abc");
H A Dget_chart.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
47 testbuf<char> sb(" ");
57 testbuf<char> sb(" abc");
82 testbuf<wchar_t> sb(L" abc");
H A Dget_pointer_size.pass.cpp18 struct testbuf struct in inherits:std::basic_streambuf
27 testbuf() {} function in struct:testbuf
28 testbuf(const string_type& str) function in struct:testbuf
44 testbuf<char> sb(" \n \n ");
72 testbuf<wchar_t> sb(L" \n \n ");
H A Dget_pointer_size_chart.pass.cpp18 struct testbuf struct in inherits:std::basic_streambuf
27 testbuf() {} function in struct:testbuf
28 testbuf(const string_type& str) function in struct:testbuf
44 testbuf<char> sb(" * * ");
72 testbuf<wchar_t> sb(L" * * ");
H A Dget_streambuf.pass.cpp18 class testbuf class in inherits:std::basic_streambuf
24 testbuf() function in class:testbuf
27 testbuf(const std::basic_string<CharT>& str) function in class:testbuf
59 testbuf<char> sb("testing\n...");
61 testbuf<char> sb2;
74 testbuf<wchar_t> sb(L"testing\n...");
76 testbuf<wchar_t> sb2;
H A Dget_streambuf_chart.pass.cpp19 class testbuf class in inherits:std::basic_streambuf
25 testbuf() function in class:testbuf
28 testbuf(const std::basic_string<CharT>& str) function in class:testbuf
60 testbuf<char> sb("testing*...");
62 testbuf<char> sb2;
75 testbuf<wchar_t> sb(L"testing*...");
77 testbuf<wchar_t> sb2;
H A Dgetline_pointer_size.pass.cpp18 struct testbuf struct in inherits:std::basic_streambuf
27 testbuf() {} function in struct:testbuf
28 testbuf(const string_type& str) function in struct:testbuf
44 testbuf<char> sb(" \n \n ");
64 testbuf<wchar_t> sb(L" \n \n ");
H A Dgetline_pointer_size_chart.pass.cpp18 struct testbuf struct in inherits:std::basic_streambuf
27 testbuf() {} function in struct:testbuf
28 testbuf(const string_type& str) function in struct:testbuf
44 testbuf<char> sb(" * * ");
64 testbuf<wchar_t> sb(L" * * ");
H A Dignore.pass.cpp19 struct testbuf struct in inherits:std::basic_streambuf
28 testbuf() {} function in struct:testbuf
29 testbuf(const string_type& str) function in struct:testbuf
45 testbuf<char> sb(" 1\n2345\n6");
61 testbuf<wchar_t> sb(L" 1\n2345\n6");
H A Dpeek.pass.cpp18 struct testbuf struct in inherits:std::basic_streambuf
27 testbuf() {} function in struct:testbuf
28 testbuf(const string_type& str) function in struct:testbuf
44 testbuf<char> sb(" 1\n2345\n6");
57 testbuf<wchar_t> sb(L" 1\n2345\n6");
H A Dputback.pass.cpp18 struct testbuf struct in inherits:std::basic_streambuf
27 testbuf() {} function in struct:testbuf
28 testbuf(const string_type& str) function in struct:testbuf
44 testbuf<char> sb(" 123456789");
67 testbuf<wchar_t> sb(L" 123456789");
H A Dread.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
47 testbuf<char> sb(" 123456789");
66 testbuf<wchar_t> sb(L" 123456789");
H A Dreadsome.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
47 testbuf<char> sb(" 1234567890");
68 testbuf<wchar_t> sb(L" 1234567890");
H A Dseekg.pass.cpp18 struct testbuf struct in inherits:std::basic_streambuf
27 testbuf() {} function in struct:testbuf
28 testbuf(const string_type& str) function in struct:testbuf
51 testbuf<char> sb(" 123456789");
59 testbuf<wchar_t> sb(L" 123456789");
H A Dseekg_off.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
55 testbuf<char> sb(" 123456789");
65 testbuf<wchar_t> sb(L" 123456789");

Completed in 420 milliseconds

123456