Home
last modified time | relevance | path

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

/aosp_15_r20/external/libcxx/test/std/input.output/iostream.format/input.streams/iostreamclass/iostream.cons/
H A 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() function
/aosp_15_r20/external/cronet/third_party/libc++/src/test/std/input.output/iostream.format/input.streams/iostreamclass/iostream.cons/
H A 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
/aosp_15_r20/external/libcxx/test/std/input.output/iostream.format/input.streams/iostreamclass/iostream.assign/
H A 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
H A Dmove_assign.pass.cpp31 struct test_iostream struct
35 test_iostream(testbuf<CharT>* sb) : base(sb) {} in test_iostream() argument
37 test_iostream& operator=(test_iostream&& s) in operator =() argument
/aosp_15_r20/external/cronet/third_party/libc++/src/test/std/input.output/iostream.format/input.streams/iostreamclass/iostream.assign/
H A 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
H A Dmember_swap.pass.cpp29 struct test_iostream struct
33 test_iostream(testbuf<CharT>* sb) : base(sb) {} in test_iostream() function
35 void swap(test_iostream& s) {base::swap(s);} in swap() argument