Home
last modified time | relevance | path

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

/external/libcxx/test/std/input.output/iostreams.base/ios/basic.ios.members/
Dset_rdbuf.pass.cpp27 struct testios struct
30 testios(std::streambuf* p) : std::ios(p) {} in testios() argument
38 testios ios(&sb1); in main() argument
Dmove.pass.cpp29 struct testios struct
32 testios() {} in testios() function
33 testios(std::streambuf* p) : std::ios(p) {} in testios() function
34 void move(std::ios& x) {std::ios::move(x);} in move()
Dswap.pass.cpp30 struct testios struct
33 testios(std::streambuf* p) : std::ios(p) {} in testios() argument
34 void swap(std::ios& x) {std::ios::swap(x);} in swap()
/external/llvm-project/libcxx/test/std/input.output/iostreams.base/ios/basic.ios.members/
Dset_rdbuf.pass.cpp26 struct testios struct
29 testios(std::streambuf* p) : std::ios(p) {} in testios() argument
37 testios ios(&sb1); in main() argument
Dmove.pass.cpp29 struct testios struct
32 testios() {} in testios() argument
33 testios(std::streambuf* p) : std::ios(p) {} in testios() argument
34 void move(std::ios& x) {std::ios::move(x);} in move()
Dswap.pass.cpp30 struct testios struct
33 testios(std::streambuf* p) : std::ios(p) {} in testios() argument
34 void swap(std::ios& x) {std::ios::swap(x);} in swap()