Home
last modified time | relevance | path

Searched defs:test_istream (Results 1 – 25 of 38) sorted by relevance

12

/aosp_15_r20/external/libcxx/test/std/input.output/iostream.format/input.streams/istream/istream.cons/
H A Dcopy.fail.cpp24 struct test_istream struct
29 test_istream(test_istream&& s) in test_istream() function
34 test_istream& operator=(test_istream&& s) { in operator =() argument
39 test_istream(test_istream const& s) in test_istream() function
44 test_istream& operator=(test_istream const& s) { in operator =() argument
H A Dmove.pass.cpp30 struct test_istream struct
34 test_istream(testbuf<CharT>* sb) : base(sb) {} in test_istream() argument
36 test_istream(test_istream&& s) in test_istream() argument
/aosp_15_r20/external/cronet/third_party/libc++/src/test/std/input.output/iostream.format/input.streams/istream/istream.cons/
H A Dcopy.verify.cpp21 struct test_istream struct
26 test_istream(test_istream&& s) in test_istream() argument
31 test_istream& operator=(test_istream&& s) { in operator =() argument
36 test_istream(test_istream const& s) in test_istream() argument
41 test_istream& operator=(test_istream const& s) { in operator =() argument
H A Dcopy.fail.cpp21 struct test_istream struct
26 test_istream(test_istream&& s) in test_istream() argument
31 test_istream& operator=(test_istream&& s) { in operator =() argument
36 test_istream(test_istream const& s) in test_istream() argument
41 test_istream& operator=(test_istream const& s) { in operator =() argument
H A Dmove.pass.cpp29 struct test_istream struct
33 test_istream(testbuf<CharT>* sb) : base(sb) {} in test_istream() argument
35 test_istream(test_istream&& s) in test_istream() function
/aosp_15_r20/external/libcxx/test/std/input.output/iostream.format/input.streams/istream/istream.assign/
H A Dmove_assign.pass.cpp31 struct test_istream struct
35 test_istream(testbuf<CharT>* sb) : base(sb) {} in test_istream() function
37 test_istream& operator=(test_istream&& s) in operator =() argument
H A Dmember_swap.pass.cpp28 struct test_istream struct
32 test_istream(testbuf<CharT>* sb) : base(sb) {} in test_istream() function
34 void swap(test_istream& s) {base::swap(s);} in swap() argument
/aosp_15_r20/external/cronet/third_party/libc++/src/test/std/input.output/iostream.format/input.streams/istream/istream.assign/
H A Dmove_assign.pass.cpp30 struct test_istream struct
34 test_istream(testbuf<CharT>* sb) : base(sb) {} in test_istream() argument
36 test_istream& operator=(test_istream&& s) in operator =() argument
H A Dmember_swap.pass.cpp29 struct test_istream struct
33 test_istream(testbuf<CharT>* sb) : base(sb) {} in test_istream() argument
35 void swap(test_istream& s) {base::swap(s);} in swap() argument
/aosp_15_r20/external/cronet/third_party/libc++/src/test/libcxx/input.output/iostream.format/input.streams/
H A Dtraits_mismatch.verify.cpp21 struct test_istream struct
/aosp_15_r20/external/libcxx/test/libcxx/input.output/iostream.format/input.streams/
H A Dtraits_mismatch.fail.cpp21 struct test_istream struct
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/serialization/test/
Dtext_warchive.hpp13 typedef std::wifstream test_istream; typedef
Dtext_archive.hpp13 typedef std::ifstream test_istream; typedef
Dpolymorphic_xml_archive.hpp12 typedef std::ifstream test_istream; typedef
Dxml_archive.hpp13 typedef std::ifstream test_istream; typedef
Dpolymorphic_text_archive.hpp12 typedef std::ifstream test_istream; typedef
Dpolymorphic_xml_warchive.hpp12 typedef std::wifstream test_istream; typedef
Dpolymorphic_text_warchive.hpp16 typedef std::wifstream test_istream; typedef
Dxml_warchive.hpp13 typedef std::wifstream test_istream; typedef
Dportable_binary_archive.hpp22 typedef std::ifstream test_istream; typedef
Dpolymorphic_array_binary_archive.hpp12 typedef std::ifstream test_istream; typedef
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/serialization/performance/
Dpolymorphic_array_binary_archive.hpp12 typedef std::ifstream test_istream; typedef
Dxml_archive.hpp13 typedef std::ifstream test_istream; typedef
Dpolymorphic_text_warchive.hpp16 typedef std::wifstream test_istream; typedef
Dbinary_warchive.hpp13 typedef std::wifstream test_istream; typedef

12