/aosp_15_r20/external/libcxx/test/std/input.output/iostream.format/output.streams/ostream.cons/ |
H A D | move.pass.cpp | 31 struct test_ostream struct 35 test_ostream(testbuf<CharT>* sb) : base(sb) {} in test_ostream() argument 37 test_ostream(test_ostream&& s) in test_ostream() function
|
/aosp_15_r20/external/cronet/third_party/libc++/src/test/std/input.output/iostream.format/output.streams/ostream.cons/ |
H A D | move.pass.cpp | 30 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() argument
|
/aosp_15_r20/external/libcxx/test/std/input.output/iostream.format/output.streams/ostream.assign/ |
H A D | member_swap.pass.cpp | 28 struct test_ostream struct 32 test_ostream(testbuf<CharT>* sb) : base(sb) {} in test_ostream() function 34 void swap(test_ostream& s) {base::swap(s);} in swap() argument
|
H A D | move_assign.pass.cpp | 31 struct test_ostream struct 35 test_ostream(testbuf<CharT>* sb) : base(sb) {} in test_ostream() argument 37 test_ostream& operator=(test_ostream&& s) in operator =() argument
|
/aosp_15_r20/external/cronet/third_party/libc++/src/test/std/input.output/iostream.format/output.streams/ostream.assign/ |
H A D | member_swap.pass.cpp | 29 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
|
H A D | move_assign.pass.cpp | 30 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
|
/aosp_15_r20/external/fmtlib/test/ |
H A D | ostream-test.cc | 150 struct test_ostream : std::ostream { in TEST() struct 151 explicit test_ostream(mock_streambuf& output_buffer) in TEST() function
|
/aosp_15_r20/external/cronet/third_party/libc++/src/test/libcxx/input.output/iostream.format/output.streams/ |
H A D | traits_mismatch.verify.cpp | 21 struct test_ostream struct
|
/aosp_15_r20/external/libcxx/test/libcxx/input.output/iostream.format/output.streams/ |
H A D | traits_mismatch.fail.cpp | 21 struct test_ostream struct
|
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/serialization/test/ |
D | text_warchive.hpp | 10 typedef std::wofstream test_ostream; typedef
|
D | text_archive.hpp | 10 typedef std::ofstream test_ostream; typedef
|
D | polymorphic_xml_archive.hpp | 9 typedef std::ofstream test_ostream; typedef
|
D | xml_archive.hpp | 10 typedef std::ofstream test_ostream; typedef
|
D | polymorphic_text_archive.hpp | 9 typedef std::ofstream test_ostream; typedef
|
D | polymorphic_xml_warchive.hpp | 9 typedef std::wofstream test_ostream; typedef
|
D | polymorphic_text_warchive.hpp | 13 typedef std::wofstream test_ostream; typedef
|
D | xml_warchive.hpp | 10 typedef std::wofstream test_ostream; typedef
|
D | portable_binary_archive.hpp | 17 typedef std::ofstream test_ostream; typedef
|
D | polymorphic_array_binary_archive.hpp | 9 typedef std::ofstream test_ostream; typedef
|
D | polymorphic_binary_archive.hpp | 9 typedef std::ofstream test_ostream; typedef
|
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/serialization/performance/ |
D | polymorphic_array_binary_archive.hpp | 9 typedef std::ofstream test_ostream; typedef
|
D | xml_archive.hpp | 10 typedef std::ofstream test_ostream; typedef
|
D | polymorphic_text_warchive.hpp | 13 typedef std::wofstream test_ostream; typedef
|
D | binary_warchive.hpp | 10 typedef std::wofstream test_ostream; typedef
|
D | polymorphic_binary_archive.hpp | 9 typedef std::ofstream test_ostream; typedef
|