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

/external/libcxx/test/input.output/iostreams.base/ios/basic.ios.members/
H A Dset_rdbuf.pass.cpp25 struct testios struct in inherits:std::ios
28 testios(std::streambuf* p) : std::ios(p) {} function in struct:testios
36 testios ios(&sb1);
H A Dmove.pass.cpp27 struct testios struct in inherits:std::ios
30 testios() {} function in struct:testios
31 testios(std::streambuf* p) : std::ios(p) {} function in struct:testios
81 testios ios1;
H A Dswap.pass.cpp27 struct testios struct in inherits:std::ios
30 testios(std::streambuf* p) : std::ios(p) {} function in struct:testios
74 testios ios1(&sb1);
94 testios ios2(&sb2);

Completed in 2942 milliseconds