Home
last modified time | relevance | path

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

/external/libcxx/test/std/input.output/iostreams.base/ios/basic.ios.members/
Dset_rdbuf.pass.cpp25 struct testios struct
28 testios(std::streambuf* p) : std::ios(p) {} in testios() function
36 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() function
34 void swap(std::ios& x) {std::ios::swap(x);} in swap()