Home
last modified time | relevance | path

Searched defs:test_ostream (Results 1 – 25 of 36) sorted by relevance

12

/aosp_15_r20/external/libcxx/test/std/input.output/iostream.format/output.streams/ostream.cons/
H A Dmove.pass.cpp31 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 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() argument
/aosp_15_r20/external/libcxx/test/std/input.output/iostream.format/output.streams/ostream.assign/
H A Dmember_swap.pass.cpp28 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 Dmove_assign.pass.cpp31 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 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
H A 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
/aosp_15_r20/external/fmtlib/test/
H A Dostream-test.cc150 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 Dtraits_mismatch.verify.cpp21 struct test_ostream struct
/aosp_15_r20/external/libcxx/test/libcxx/input.output/iostream.format/output.streams/
H A Dtraits_mismatch.fail.cpp21 struct test_ostream struct
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/serialization/test/
Dtext_warchive.hpp10 typedef std::wofstream test_ostream; typedef
Dtext_archive.hpp10 typedef std::ofstream test_ostream; typedef
Dpolymorphic_xml_archive.hpp9 typedef std::ofstream test_ostream; typedef
Dxml_archive.hpp10 typedef std::ofstream test_ostream; typedef
Dpolymorphic_text_archive.hpp9 typedef std::ofstream test_ostream; typedef
Dpolymorphic_xml_warchive.hpp9 typedef std::wofstream test_ostream; typedef
Dpolymorphic_text_warchive.hpp13 typedef std::wofstream test_ostream; typedef
Dxml_warchive.hpp10 typedef std::wofstream test_ostream; typedef
Dportable_binary_archive.hpp17 typedef std::ofstream test_ostream; typedef
Dpolymorphic_array_binary_archive.hpp9 typedef std::ofstream test_ostream; typedef
Dpolymorphic_binary_archive.hpp9 typedef std::ofstream test_ostream; typedef
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/serialization/performance/
Dpolymorphic_array_binary_archive.hpp9 typedef std::ofstream test_ostream; typedef
Dxml_archive.hpp10 typedef std::ofstream test_ostream; typedef
Dpolymorphic_text_warchive.hpp13 typedef std::wofstream test_ostream; typedef
Dbinary_warchive.hpp10 typedef std::wofstream test_ostream; typedef
Dpolymorphic_binary_archive.hpp9 typedef std::ofstream test_ostream; typedef

12