Searched refs:test_ostream (Results 1 – 4 of 4) sorted by relevance
30 struct test_ostream struct34 test_ostream(testbuf<CharT>* sb) : base(sb) {} in test_ostream() argument36 test_ostream(test_ostream&& s) in test_ostream() argument45 test_ostream<char> os1(&sb); in main()46 test_ostream<char> os(std::move(os1)); in main()60 test_ostream<wchar_t> os1(&sb); in main()61 test_ostream<wchar_t> os(std::move(os1)); in main()
30 struct test_ostream struct34 test_ostream(testbuf<CharT>* sb) : base(sb) {} in test_ostream() argument36 test_ostream& operator=(test_ostream&& s) in operator =() argument46 test_ostream<char> os1(&sb1); in main()47 test_ostream<char> os2(&sb2); in main()70 test_ostream<wchar_t> os1(&sb1); in main()71 test_ostream<wchar_t> os2(&sb2); in main()
29 struct test_ostream struct33 test_ostream(testbuf<CharT>* sb) : base(sb) {} in test_ostream() function35 void swap(test_ostream& s) {base::swap(s);} in swap() argument43 test_ostream<char> os1(&sb1); in main()44 test_ostream<char> os2(&sb2); in main()67 test_ostream<wchar_t> os1(&sb1); in main()68 test_ostream<wchar_t> os2(&sb2); in main()
23 struct test_ostream21 struct test_ostream global() struct