Home
last modified time | relevance | path

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

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