Home
last modified time | relevance | path

Searched refs: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
83 testios ios1; in main()
Dswap.pass.cpp30 struct testios struct
33 testios(std::streambuf* p) : std::ios(p) {} in testios() function
77 testios ios1(&sb1); in main()
97 testios ios2(&sb2); in main()
/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() function
33 testios(std::streambuf* p) : std::ios(p) {} in testios() function
83 testios ios1; in main()
Dswap.pass.cpp30 struct testios struct
33 testios(std::streambuf* p) : std::ios(p) {} in testios() function
77 testios ios1(&sb1); in main()
97 testios ios2(&sb2); in main()