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.cpp31 struct test_iostream struct
35 test_iostream(testbuf<CharT>* sb) : base(sb) {} in test_iostream() function
37 test_iostream(test_iostream&& s) in test_iostream() argument
/external/libcxx/test/std/input.output/iostream.format/input.streams/iostreamclass/iostream.assign/
Dmove_assign.pass.cpp31 struct test_iostream struct
35 test_iostream(testbuf<CharT>* sb) : base(sb) {} in test_iostream() function
37 test_iostream& operator=(test_iostream&& s) in operator =() argument
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