OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:test_istream
(Results
1 - 6
of
6
) sorted by null
/external/libcxx/test/input.output/iostream.format/input.streams/istream/istream.cons/
move.pass.cpp
30
struct
test_istream
struct in inherits:std::basic_istream
34
test_istream
(testbuf<CharT>* sb) : base(sb) {}
function in struct:test_istream
36
test_istream
(
test_istream
&& s)
function in struct:test_istream
47
test_istream
<char> is1(&sb);
48
test_istream
<char> is(std::move(is1));
63
test_istream
<wchar_t> is1(&sb);
64
test_istream
<wchar_t> is(std::move(is1));
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/input.output/iostream.format/input.streams/istream/istream.cons/
move.pass.cpp
30
struct
test_istream
struct in inherits:std::basic_istream
34
test_istream
(testbuf<CharT>* sb) : base(sb) {}
function in struct:test_istream
36
test_istream
(
test_istream
&& s)
function in struct:test_istream
47
test_istream
<char> is1(&sb);
48
test_istream
<char> is(std::move(is1));
63
test_istream
<wchar_t> is1(&sb);
64
test_istream
<wchar_t> is(std::move(is1));
/external/libcxx/test/input.output/iostream.format/input.streams/istream/istream.assign/
move_assign.pass.cpp
30
struct
test_istream
struct in inherits:std::basic_istream
34
test_istream
(testbuf<CharT>* sb) : base(sb) {}
function in struct:test_istream
36
test_istream
& operator=(
test_istream
&& s)
48
test_istream
<char> is1(&sb1);
49
test_istream
<char> is2(&sb2);
71
test_istream
<wchar_t> is1(&sb1);
72
test_istream
<wchar_t> is2(&sb2);
member_swap.pass.cpp
28
struct
test_istream
struct in inherits:std::basic_istream
32
test_istream
(testbuf<CharT>* sb) : base(sb) {}
function in struct:test_istream
34
void swap(
test_istream
& s) {base::swap(s);}
42
test_istream
<char> is1(&sb1);
43
test_istream
<char> is2(&sb2);
65
test_istream
<wchar_t> is1(&sb1);
66
test_istream
<wchar_t> is2(&sb2);
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/input.output/iostream.format/input.streams/istream/istream.assign/
move_assign.pass.cpp
30
struct
test_istream
struct in inherits:std::basic_istream
34
test_istream
(testbuf<CharT>* sb) : base(sb) {}
function in struct:test_istream
36
test_istream
& operator=(
test_istream
&& s)
48
test_istream
<char> is1(&sb1);
49
test_istream
<char> is2(&sb2);
71
test_istream
<wchar_t> is1(&sb1);
72
test_istream
<wchar_t> is2(&sb2);
member_swap.pass.cpp
28
struct
test_istream
struct in inherits:std::basic_istream
32
test_istream
(testbuf<CharT>* sb) : base(sb) {}
function in struct:test_istream
34
void swap(
test_istream
& s) {base::swap(s);}
42
test_istream
<char> is1(&sb1);
43
test_istream
<char> is2(&sb2);
65
test_istream
<wchar_t> is1(&sb1);
66
test_istream
<wchar_t> is2(&sb2);
Completed in 837 milliseconds