Home
last modified time | relevance | path

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

/ndk/sources/cxx-stl/llvm-libc++/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() function
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
32 void move(std::ios& x) {std::ios::move(x);} in move()
Dswap.pass.cpp27 struct testios struct
30 testios(std::streambuf* p) : std::ios(p) {} in testios() argument
31 void swap(std::ios& x) {std::ios::swap(x);} in swap()