Home
last modified time | relevance | path

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

12

/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() argument
37 test_ostream(test_ostream&& s) in test_ostream() function
/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
/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
/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
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
/external/cronet/stable/third_party/libc++/src/test/std/input.output/iostream.format/output.streams/ostream.assign/
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
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
/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() argument
36 test_ostream& operator=(test_ostream&& s) in operator =() argument
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
/external/cronet/stable/third_party/libc++/src/test/libcxx/input.output/iostream.format/output.streams/
Dtraits_mismatch.verify.cpp21 struct test_ostream struct
/external/cronet/tot/third_party/libc++/src/test/libcxx/input.output/iostream.format/output.streams/
Dtraits_mismatch.verify.cpp21 struct test_ostream struct
/external/libcxx/test/libcxx/input.output/iostream.format/output.streams/
Dtraits_mismatch.fail.cpp21 struct test_ostream struct
/external/sdv/vsomeip/third_party/boost/serialization/test/
Dtext_archive.hpp10 typedef std::ofstream test_ostream; typedef
Dpolymorphic_text_warchive.hpp13 typedef std::wofstream test_ostream; typedef
Dxml_archive.hpp10 typedef std::ofstream test_ostream; typedef
Dpolymorphic_text_archive.hpp9 typedef std::ofstream test_ostream; typedef
Dpolymorphic_xml_archive.hpp9 typedef std::ofstream test_ostream; typedef
Dtext_warchive.hpp10 typedef std::wofstream test_ostream; typedef
Dxml_warchive.hpp10 typedef std::wofstream test_ostream; typedef
Dpolymorphic_xml_warchive.hpp9 typedef std::wofstream test_ostream; typedef
Dpolymorphic_binary_archive.hpp9 typedef std::ofstream test_ostream; typedef
/external/sdv/vsomeip/third_party/boost/serialization/performance/
Dbinary_archive.hpp17 typedef std::ofstream test_ostream; typedef
Dtext_warchive.hpp10 typedef std::wofstream test_ostream; typedef
Dpolymorphic_text_warchive.hpp13 typedef std::wofstream test_ostream; typedef
Dpolymorphic_xml_archive.hpp9 typedef std::ofstream test_ostream; typedef

12