HomeSort by relevance Sort by last modified time
    Searched refs:testios (Results 1 - 6 of 6) sorted by null

  /external/libcxx/test/std/input.output/iostreams.base/ios/basic.ios.members/
set_rdbuf.pass.cpp 27 struct testios struct in inherits:std::ios
30 testios(std::streambuf* p) : std::ios(p) {} function in struct:testios
38 testios ios(&sb1);
move.pass.cpp 29 struct testios struct in inherits:std::ios
32 testios() {} function in struct:testios
33 testios(std::streambuf* p) : std::ios(p) {} function in struct:testios
83 testios ios1;
swap.pass.cpp 30 struct testios struct in inherits:std::ios
33 testios(std::streambuf* p) : std::ios(p) {} function in struct:testios
77 testios ios1(&sb1);
97 testios ios2(&sb2);
  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/test/std/input.output/iostreams.base/ios/basic.ios.members/
set_rdbuf.pass.cpp 27 struct testios struct in inherits:std::ios
30 testios(std::streambuf* p) : std::ios(p) {} function in struct:testios
38 testios ios(&sb1);
move.pass.cpp 29 struct testios struct in inherits:std::ios
32 testios() {} function in struct:testios
33 testios(std::streambuf* p) : std::ios(p) {} function in struct:testios
83 testios ios1;
swap.pass.cpp 30 struct testios struct in inherits:std::ios
33 testios(std::streambuf* p) : std::ios(p) {} function in struct:testios
77 testios ios1(&sb1);
97 testios ios2(&sb2);

Completed in 98 milliseconds