Home
last modified time | relevance | path

Searched defs:test_istream (Results 1 – 3 of 3) sorted by relevance

/external/libcxx/test/std/input.output/iostream.format/input.streams/istream/istream.cons/
Dmove.pass.cpp30 struct test_istream struct
34 test_istream(testbuf<CharT>* sb) : base(sb) {} in test_istream() function
36 test_istream(test_istream&& s) in test_istream() function
/external/libcxx/test/std/input.output/iostream.format/input.streams/istream/istream.assign/
Dmove_assign.pass.cpp30 struct test_istream struct
34 test_istream(testbuf<CharT>* sb) : base(sb) {} in test_istream() argument
36 test_istream& operator=(test_istream&& s) in operator =() argument
Dmember_swap.pass.cpp28 struct test_istream struct
32 test_istream(testbuf<CharT>* sb) : base(sb) {} in test_istream() argument
34 void swap(test_istream& s) {base::swap(s);} in swap() argument