Searched defs:testios (Results 1 – 3 of 3) sorted by relevance
25 struct testios struct28 testios(std::streambuf* p) : std::ios(p) {} in testios() function36 testios ios(&sb1); in main() argument
29 struct testios struct32 testios() {} in testios() function33 testios(std::streambuf* p) : std::ios(p) {} in testios() function34 void move(std::ios& x) {std::ios::move(x);} in move()
30 struct testios struct33 testios(std::streambuf* p) : std::ios(p) {} in testios() function34 void swap(std::ios& x) {std::ios::swap(x);} in swap()