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
27 struct testios struct30 testios() {} in testios() argument31 testios(std::streambuf* p) : std::ios(p) {} in testios() argument32 void move(std::ios& x) {std::ios::move(x);} in move()
27 struct testios struct30 testios(std::streambuf* p) : std::ios(p) {} in testios() argument31 void swap(std::ios& x) {std::ios::swap(x);} in swap()