Home
last modified time | relevance | path

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

/external/libcxx/test/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() argument
36 testios ios(&sb1); in main() argument
Dmove.pass.cpp27 struct testios struct
30 testios() {} in testios() argument
31 testios(std::streambuf* p) : std::ios(p) {} in testios() argument
81 testios ios1; in main()
Dswap.pass.cpp27 struct testios struct
30 testios(std::streambuf* p) : std::ios(p) {} in testios() function
74 testios ios1(&sb1); in main()
94 testios ios2(&sb2); in main()