Home
last modified time | relevance | path

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

/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/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() function
36 test_iostream(test_iostream&& s) in test_iostream() argument
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/input.output/iostream.format/input.streams/iostreamclass/iostream.assign/
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
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