Home
last modified time | relevance | path

Searched refs:test_ostream (Results 1 – 25 of 121) sorted by relevance

12345

/external/cronet/tot/third_party/libc++/src/test/std/input.output/iostream.format/output.streams/ostream.cons/
Dmove.pass.cpp30 struct test_ostream struct
34 test_ostream(testbuf<CharT>* sb) : base(sb) {} in test_ostream() argument
36 test_ostream(test_ostream&& s) in test_ostream() function
45 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()
/external/cronet/stable/third_party/libc++/src/test/std/input.output/iostream.format/output.streams/ostream.cons/
Dmove.pass.cpp30 struct test_ostream struct
34 test_ostream(testbuf<CharT>* sb) : base(sb) {} in test_ostream() function
36 test_ostream(test_ostream&& s) in test_ostream() function
45 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()
/external/libcxx/test/std/input.output/iostream.format/output.streams/ostream.cons/
Dmove.pass.cpp31 struct test_ostream struct
35 test_ostream(testbuf<CharT>* sb) : base(sb) {} in test_ostream() function
37 test_ostream(test_ostream&& s) in test_ostream() argument
46 test_ostream<char> os1(&sb); in main()
47 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()
/external/cronet/tot/third_party/libc++/src/test/std/input.output/iostream.format/output.streams/ostream.assign/
Dmove_assign.pass.cpp30 struct test_ostream struct
34 test_ostream(testbuf<CharT>* sb) : base(sb) {} in test_ostream() function
36 test_ostream& operator=(test_ostream&& s) in operator =() argument
46 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()
Dmember_swap.pass.cpp29 struct test_ostream struct
33 test_ostream(testbuf<CharT>* sb) : base(sb) {} in test_ostream() argument
35 void swap(test_ostream& s) {base::swap(s);} in swap() argument
43 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()
/external/libcxx/test/std/input.output/iostream.format/output.streams/ostream.assign/
Dmove_assign.pass.cpp31 struct test_ostream struct
35 test_ostream(testbuf<CharT>* sb) : base(sb) {} in test_ostream() function
37 test_ostream& operator=(test_ostream&& s) in operator =() argument
47 test_ostream<char> os1(&sb1); in main()
48 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()
Dmember_swap.pass.cpp28 struct test_ostream struct
32 test_ostream(testbuf<CharT>* sb) : base(sb) {} in test_ostream() argument
34 void swap(test_ostream& s) {base::swap(s);} in swap() argument
42 test_ostream<char> os1(&sb1); in main()
43 test_ostream<char> os2(&sb2); in main()
65 test_ostream<wchar_t> os1(&sb1); in main()
66 test_ostream<wchar_t> os2(&sb2); in main()
/external/cronet/stable/third_party/libc++/src/test/std/input.output/iostream.format/output.streams/ostream.assign/
Dmove_assign.pass.cpp30 struct test_ostream struct
34 test_ostream(testbuf<CharT>* sb) : base(sb) {} in test_ostream() argument
36 test_ostream& operator=(test_ostream&& s) in operator =() argument
46 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()
Dmember_swap.pass.cpp29 struct test_ostream struct
33 test_ostream(testbuf<CharT>* sb) : base(sb) {} in test_ostream() argument
35 void swap(test_ostream& s) {base::swap(s);} in swap() argument
43 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()
/external/sdv/vsomeip/third_party/boost/serialization/test/
Dtest_dll_simple.cpp44 test_ostream os(testfile, TEST_STREAM_FLAGS); in test1()
67 test_ostream os(testfile, TEST_STREAM_FLAGS); in test2()
92 test_ostream os(testfile, TEST_STREAM_FLAGS); in test3()
116 test_ostream os(testfile, TEST_STREAM_FLAGS); in test4()
144 test_ostream os(testfile, TEST_STREAM_FLAGS); in test5()
167 test_ostream os(testfile, TEST_STREAM_FLAGS); in test6()
192 test_ostream os(testfile, TEST_STREAM_FLAGS); in test7()
216 test_ostream os(testfile, TEST_STREAM_FLAGS); in test8()
Dtest_polymorphic.cpp48 test_ostream os(testfile, TEST_STREAM_FLAGS); in test_main()
64 test_ostream os(testfile, TEST_STREAM_FLAGS); in test_main()
78 test_ostream os(testfile, TEST_STREAM_FLAGS); in test_main()
Dtest_unregistered.cpp77 test_ostream os(testfile, TEST_STREAM_FLAGS); in save_unregistered1()
132 test_ostream os(testfile, TEST_STREAM_FLAGS); in save_unregistered2()
185 test_ostream os(testfile, TEST_STREAM_FLAGS); in save_registered()
250 test_ostream os(testfile, TEST_STREAM_FLAGS); in save_unregistered_pointer()
Dtest_variant.cpp93 test_ostream os(testfile, TEST_STREAM_FLAGS); in test_type()
127 test_ostream os(testfile, TEST_STREAM_FLAGS); in do_bad_read()
186 test_ostream os(testfile, TEST_STREAM_FLAGS); in test_pointer()
218 test_ostream os(testfile, TEST_STREAM_FLAGS); in test_variant_set()
250 test_ostream os(testfile, TEST_STREAM_FLAGS); in test_variant_map()
Dtest_nvp.cpp38 test_ostream os(testfile, TEST_STREAM_FLAGS); in test_main()
53 test_ostream os(testfile, TEST_STREAM_FLAGS); in test_main()
Dtest_map.cpp72 test_ostream os(testfile, TEST_STREAM_FLAGS); in test_map()
98 test_ostream os(testfile, TEST_STREAM_FLAGS); in test_map_2()
128 test_ostream os(testfile, TEST_STREAM_FLAGS); in test_multimap()
Dtest_cyclic_ptrs.cpp111 test_ostream os(testfile, TEST_STREAM_FLAGS); in test1()
134 test_ostream os(testfile, TEST_STREAM_FLAGS); in test2()
160 test_ostream os(testfile, TEST_STREAM_FLAGS); in test3()
Dtest_shared_ptr_132.cpp90 test_ostream os(testfile, TEST_STREAM_FLAGS); in save()
130 test_ostream os(testfile, TEST_STREAM_FLAGS); in save2()
177 test_ostream os(testfile, TEST_STREAM_FLAGS); in save3()
Dtest_shared_ptr.cpp100 test_ostream os(testfile, TEST_STREAM_FLAGS); in save()
136 test_ostream os(testfile, TEST_STREAM_FLAGS); in save2()
182 test_ostream os(testfile, TEST_STREAM_FLAGS); in save3()
232 test_ostream os(testfile, TEST_STREAM_FLAGS); in save4()
Dtest_private_base2.cpp69 test_ostream os(testfile, TEST_STREAM_FLAGS); in test_main()
88 test_ostream os(testfile, TEST_STREAM_FLAGS); in test_main()
Dtest_diamond_complex.cpp394 test_ostream ofs(testfile, TEST_STREAM_FLAGS); in BOOST_CLASS_EXPORT()
417 test_ostream ofs(testfile, TEST_STREAM_FLAGS); in BOOST_CLASS_EXPORT()
440 test_ostream ofs(testfile, TEST_STREAM_FLAGS); in BOOST_CLASS_EXPORT()
463 test_ostream ofs(testfile, TEST_STREAM_FLAGS); in BOOST_CLASS_EXPORT()
Dtest_interrupts.cpp51 test_ostream os(testfile, TEST_STREAM_FLAGS); in test_out()
99 test_ostream os(testfile, TEST_STREAM_FLAGS); in test_in()
Dtest_set.cpp54 test_ostream os(testfile, TEST_STREAM_FLAGS); in test_set()
85 test_ostream os(testfile, TEST_STREAM_FLAGS); in test_multiset()
Dtest_set_unordered.cpp66 test_ostream os(testfile, TEST_STREAM_FLAGS); in test_unordered_set()
96 test_ostream os(testfile, TEST_STREAM_FLAGS); in test_unordered_multiset()
Dtest_set_hashed.cpp63 test_ostream os(testfile, TEST_STREAM_FLAGS); in test_hash_set()
93 test_ostream os(testfile, TEST_STREAM_FLAGS); in test_hash_multiset()
/external/sdv/vsomeip/third_party/boost/serialization/performance/
Dperformance_polymorphic.cpp58 test_ostream os(testfile, TEST_STREAM_FLAGS); in test_main()
74 test_ostream os(testfile, TEST_STREAM_FLAGS); in test_main()
88 test_ostream os(testfile, TEST_STREAM_FLAGS); in test_main()

12345