Home | Sort by relevance Sort by last modified time |
/external/libcxx/test/input.output/iostreams.base/ios/basic.ios.members/ | |
set_rdbuf.pass.cpp | 25 struct testios struct in inherits:std::ios 28 testios(std::streambuf* p) : std::ios(p) {} function in struct:testios 36 testios ios(&sb1); |
move.pass.cpp | 27 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; |
swap.pass.cpp | 27 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); |