Home
last modified time | relevance | path

Searched refs:test_istream (Results 1 – 25 of 978) sorted by relevance

12345678910>>...40

/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/libcxx/test/std/input.output/iostream.format/input.streams/istream/istream.cons/
H A Dcopy.fail.cpp23 struct test_istream struct
28 test_istream(test_istream&& s) in test_istream() argument
33 test_istream& operator=(test_istream&& s) { in operator =() argument
38 test_istream(test_istream const& s) in test_istream() argument
43 test_istream& operator=(test_istream const& s) { in operator =() argument
H A Dmove.pass.cpp31 struct test_istream struct
35 test_istream(testbuf<CharT>* sb) : base(sb) {} in test_istream() argument
37 test_istream(test_istream&& s) in test_istream() function
45 test_istream<char> is1(&sb); in main()
46 test_istream<char> is(std::move(is1)); in main()
61 test_istream<wchar_t> is1(&sb); in main()
62 test_istream<wchar_t> is(std::move(is1)); in main()
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/libcxx/test/std/input.output/iostream.format/input.streams/istream/istream.cons/
H A Dcopy.fail.cpp23 struct test_istream struct
28 test_istream(test_istream&& s) in test_istream() argument
33 test_istream& operator=(test_istream&& s) { in operator =() argument
38 test_istream(test_istream const& s) in test_istream() function
43 test_istream& operator=(test_istream const& s) { in operator =() argument
H A Dmove.pass.cpp31 struct test_istream struct
35 test_istream(testbuf<CharT>* sb) : base(sb) {} in test_istream() argument
37 test_istream(test_istream&& s) in test_istream() argument
45 test_istream<char> is1(&sb); in main()
46 test_istream<char> is(std::move(is1)); in main()
61 test_istream<wchar_t> is1(&sb); in main()
62 test_istream<wchar_t> is(std::move(is1)); in main()
/dports/www/chromium-legacy/chromium-88.0.4324.182/buildtools/third_party/libc++/trunk/test/std/input.output/iostream.format/input.streams/istream/istream.cons/
H A Dcopy.fail.cpp23 struct test_istream struct
28 test_istream(test_istream&& s) in test_istream() argument
33 test_istream& operator=(test_istream&& s) { in operator =() argument
38 test_istream(test_istream const& s) in test_istream() function
43 test_istream& operator=(test_istream const& s) { in operator =() argument
H A Dmove.pass.cpp31 struct test_istream struct
35 test_istream(testbuf<CharT>* sb) : base(sb) {} in test_istream() argument
37 test_istream(test_istream&& s) in test_istream() argument
45 test_istream<char> is1(&sb); in main()
46 test_istream<char> is(std::move(is1)); in main()
61 test_istream<wchar_t> is1(&sb); in main()
62 test_istream<wchar_t> is(std::move(is1)); in main()
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/libcxx/test/std/input.output/iostream.format/input.streams/istream/istream.cons/
H A Dcopy.fail.cpp23 struct test_istream struct
28 test_istream(test_istream&& s) in test_istream() argument
33 test_istream& operator=(test_istream&& s) { in operator =() argument
38 test_istream(test_istream const& s) in test_istream() function
43 test_istream& operator=(test_istream const& s) { in operator =() argument
H A Dmove.pass.cpp31 struct test_istream struct
35 test_istream(testbuf<CharT>* sb) : base(sb) {} in test_istream() function
37 test_istream(test_istream&& s) in test_istream() function
45 test_istream<char> is1(&sb); in main()
46 test_istream<char> is(std::move(is1)); in main()
61 test_istream<wchar_t> is1(&sb); in main()
62 test_istream<wchar_t> is(std::move(is1)); in main()
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/libcxx/test/std/input.output/iostream.format/input.streams/istream/istream.cons/
H A Dcopy.fail.cpp21 struct test_istream struct
26 test_istream(test_istream&& s) in test_istream() argument
31 test_istream& operator=(test_istream&& s) { in operator =() argument
36 test_istream(test_istream const& s) in test_istream() argument
41 test_istream& operator=(test_istream const& s) { in operator =() argument
H A Dmove.pass.cpp29 struct test_istream struct
33 test_istream(testbuf<CharT>* sb) : base(sb) {} in test_istream() argument
35 test_istream(test_istream&& s) in test_istream() argument
43 test_istream<char> is1(&sb); in main()
44 test_istream<char> is(std::move(is1)); in main()
59 test_istream<wchar_t> is1(&sb); in main()
60 test_istream<wchar_t> is(std::move(is1)); in main()
/dports/devel/llvm12/llvm-project-12.0.1.src/libcxx/test/std/input.output/iostream.format/input.streams/istream/istream.cons/
H A Dcopy.fail.cpp23 struct test_istream struct
28 test_istream(test_istream&& s) in test_istream() function
33 test_istream& operator=(test_istream&& s) { in operator =() argument
38 test_istream(test_istream const& s) in test_istream() argument
43 test_istream& operator=(test_istream const& s) { in operator =() argument
H A Dmove.pass.cpp31 struct test_istream struct
35 test_istream(testbuf<CharT>* sb) : base(sb) {} in test_istream() argument
37 test_istream(test_istream&& s) in test_istream() argument
45 test_istream<char> is1(&sb); in main()
46 test_istream<char> is(std::move(is1)); in main()
61 test_istream<wchar_t> is1(&sb); in main()
62 test_istream<wchar_t> is(std::move(is1)); in main()
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/libcxx/test/std/input.output/iostream.format/input.streams/istream/istream.cons/
H A Dcopy.fail.cpp21 struct test_istream struct
26 test_istream(test_istream&& s) in test_istream() argument
31 test_istream& operator=(test_istream&& s) { in operator =() argument
36 test_istream(test_istream const& s) in test_istream() function
41 test_istream& operator=(test_istream const& s) { in operator =() argument
H A Dmove.pass.cpp29 struct test_istream struct
33 test_istream(testbuf<CharT>* sb) : base(sb) {} in test_istream() function
35 test_istream(test_istream&& s) in test_istream() argument
43 test_istream<char> is1(&sb); in main()
44 test_istream<char> is(std::move(is1)); in main()
60 test_istream<wchar_t> is1(&sb); in main()
61 test_istream<wchar_t> is(std::move(is1)); in main()
/dports/devel/libc++/libcxx-10.0.1.src/test/std/input.output/iostream.format/input.streams/istream/istream.cons/
H A Dcopy.fail.cpp23 struct test_istream struct
28 test_istream(test_istream&& s) in test_istream() function
33 test_istream& operator=(test_istream&& s) { in operator =() argument
38 test_istream(test_istream const& s) in test_istream() argument
43 test_istream& operator=(test_istream const& s) { in operator =() argument
H A Dmove.pass.cpp31 struct test_istream struct
35 test_istream(testbuf<CharT>* sb) : base(sb) {} in test_istream() function
37 test_istream(test_istream&& s) in test_istream() argument
45 test_istream<char> is1(&sb); in main()
46 test_istream<char> is(std::move(is1)); in main()
61 test_istream<wchar_t> is1(&sb); in main()
62 test_istream<wchar_t> is(std::move(is1)); in main()
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/libcxx/test/std/input.output/iostream.format/input.streams/istream/istream.cons/
H A Dcopy.fail.cpp21 struct test_istream struct
26 test_istream(test_istream&& s) in test_istream() argument
31 test_istream& operator=(test_istream&& s) { in operator =() argument
36 test_istream(test_istream const& s) in test_istream() argument
41 test_istream& operator=(test_istream const& s) { in operator =() argument
H A Dmove.pass.cpp29 struct test_istream struct
33 test_istream(testbuf<CharT>* sb) : base(sb) {} in test_istream() argument
35 test_istream(test_istream&& s) in test_istream() argument
43 test_istream<char> is1(&sb); in main()
44 test_istream<char> is(std::move(is1)); in main()
59 test_istream<wchar_t> is1(&sb); in main()
60 test_istream<wchar_t> is(std::move(is1)); in main()
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/libcxx/test/std/input.output/iostream.format/input.streams/istream/istream.cons/
H A Dcopy.fail.cpp23 struct test_istream struct
28 test_istream(test_istream&& s) in test_istream() argument
33 test_istream& operator=(test_istream&& s) { in operator =() argument
38 test_istream(test_istream const& s) in test_istream() function
43 test_istream& operator=(test_istream const& s) { in operator =() argument
H A Dmove.pass.cpp31 struct test_istream struct
35 test_istream(testbuf<CharT>* sb) : base(sb) {} in test_istream() argument
37 test_istream(test_istream&& s) in test_istream() argument
45 test_istream<char> is1(&sb); in main()
46 test_istream<char> is(std::move(is1)); in main()
61 test_istream<wchar_t> is1(&sb); in main()
62 test_istream<wchar_t> is(std::move(is1)); in main()
/dports/devel/llvm13/llvm-project-13.0.1.src/libcxx/test/std/input.output/iostream.format/input.streams/istream/istream.cons/
H A Dcopy.fail.cpp21 struct test_istream struct
26 test_istream(test_istream&& s) in test_istream() argument
31 test_istream& operator=(test_istream&& s) { in operator =() argument
36 test_istream(test_istream const& s) in test_istream() function
41 test_istream& operator=(test_istream const& s) { in operator =() argument
H A Dmove.pass.cpp29 struct test_istream struct
33 test_istream(testbuf<CharT>* sb) : base(sb) {} in test_istream() function
35 test_istream(test_istream&& s) in test_istream() argument
43 test_istream<char> is1(&sb); in main()
44 test_istream<char> is(std::move(is1)); in main()
59 test_istream<wchar_t> is1(&sb); in main()
60 test_istream<wchar_t> is(std::move(is1)); in main()
/dports/mail/dovecot/dovecot-2.3.17/src/lib-test/
H A Dtest-istream.c8 struct test_istream { struct
23 struct test_istream *tstream = (struct test_istream *)stream; in test_read() argument
103 struct test_istream *tstream = (struct test_istream *)stream; in test_seek()
112 struct test_istream *tstream; in test_istream_create_data()
114 tstream = i_new(struct test_istream, 1); in test_istream_create_data()
134 static struct test_istream *test_istream_find(struct istream *input) in test_istream_find()
140 return (struct test_istream *)in->real_stream; in test_istream_find()
147 struct test_istream *tstream = test_istream_find(input); in test_istream_set_allow_eof()
154 struct test_istream *tstream = test_istream_find(input); in test_istream_set_max_buffer_size()
161 struct test_istream *tstream = test_istream_find(input); in test_istream_set_size()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/libcxx/test/std/input.output/iostream.format/input.streams/istream/istream.assign/
H A Dmove_assign.pass.cpp32 struct test_istream struct
36 test_istream(testbuf<CharT>* sb) : base(sb) {} in test_istream() function
38 test_istream& operator=(test_istream&& s) in operator =() argument
48 test_istream<char> is1(&sb1); in main()
49 test_istream<char> is2(&sb2); in main()
71 test_istream<wchar_t> is1(&sb1); in main()
72 test_istream<wchar_t> is2(&sb2); in main()
/dports/www/chromium-legacy/chromium-88.0.4324.182/buildtools/third_party/libc++/trunk/test/std/input.output/iostream.format/input.streams/istream/istream.assign/
H A Dmove_assign.pass.cpp32 struct test_istream struct
36 test_istream(testbuf<CharT>* sb) : base(sb) {} in test_istream() argument
38 test_istream& operator=(test_istream&& s) in operator =() argument
48 test_istream<char> is1(&sb1); in main()
49 test_istream<char> is2(&sb2); in main()
71 test_istream<wchar_t> is1(&sb1); in main()
72 test_istream<wchar_t> is2(&sb2); in main()

12345678910>>...40