Home
last modified time | relevance | path

Searched defs:testbuf (Results 1 – 25 of 299) sorted by relevance

12345678910>>...12

/aosp_15_r20/external/libcxx/test/std/input.output/iostream.format/input.streams/istream.unformatted/
H A Dtellg.pass.cpp18 struct testbuf struct
27 testbuf() {} in testbuf() argument
28 testbuf(const string_type& str) in testbuf() function
54 testbuf<char> sb(" 123456789"); in main() argument
H A Dsync.pass.cpp20 struct testbuf struct
29 testbuf() {} in testbuf() argument
30 testbuf(const string_type& str) in testbuf() argument
53 testbuf<char> sb(" 123456789"); in main() argument
H A Dseekg.pass.cpp18 struct testbuf struct
27 testbuf() {} in testbuf() argument
28 testbuf(const string_type& str) in testbuf() argument
51 testbuf<char> sb(" 123456789"); in main() argument
H A Dseekg_off.pass.cpp24 struct testbuf struct
33 testbuf() {} in testbuf() argument
34 testbuf(const string_type& str) in testbuf() function
59 testbuf<char> sb(" 123456789"); in main() argument
H A Dunget.pass.cpp18 struct testbuf struct
27 testbuf() {} in testbuf() argument
28 testbuf(const string_type& str) in testbuf() function
44 testbuf<char> sb(" 123456789"); in main() argument
H A Dpeek.pass.cpp18 struct testbuf struct
27 testbuf() {} in testbuf() argument
28 testbuf(const string_type& str) in testbuf() function
44 testbuf<char> sb(" 1\n2345\n6"); in main() argument
H A Dignore.pass.cpp19 struct testbuf struct
28 testbuf() {} in testbuf() argument
29 testbuf(const string_type& str) in testbuf() function
45 testbuf<char> sb(" 1\n2345\n6"); in main() argument
H A Dputback.pass.cpp18 struct testbuf struct
27 testbuf() {} in testbuf() argument
28 testbuf(const string_type& str) in testbuf() function
44 testbuf<char> sb(" 123456789"); in main() argument
H A Dreadsome.pass.cpp18 struct testbuf struct
27 testbuf() {} in testbuf() argument
28 testbuf(const string_type& str) in testbuf() argument
44 testbuf<char> sb(" 1234567890"); in main() argument
H A Dread.pass.cpp18 struct testbuf struct
27 testbuf() {} in testbuf() function
28 testbuf(const string_type& str) in testbuf() argument
44 testbuf<char> sb(" 123456789"); in main() argument
H A Dget.pass.cpp18 struct testbuf struct
27 testbuf() {} in testbuf() argument
28 testbuf(const string_type& str) in testbuf() argument
44 testbuf<char> sb(" "); in main() argument
H A Dget_chart.pass.cpp18 struct testbuf struct
27 testbuf() {} in testbuf() argument
28 testbuf(const string_type& str) in testbuf() function
44 testbuf<char> sb(" "); in main() argument
/aosp_15_r20/external/cronet/third_party/libc++/src/test/std/input.output/iostream.format/input.streams/istream.unformatted/
H A Dtellg.pass.cpp19 struct testbuf struct
28 testbuf() {} in testbuf() argument
29 testbuf(const string_type& str) in testbuf() function
55 testbuf<char> sb(" 123456789"); in main() argument
H A Dseekg.pass.cpp19 struct testbuf struct
28 testbuf() {} in testbuf() argument
29 testbuf(const string_type& str) in testbuf() argument
52 testbuf<char> sb(" 123456789"); in main() argument
H A Dseekg_off.pass.cpp23 struct testbuf struct
32 testbuf() {} in testbuf() argument
33 testbuf(const string_type& str) in testbuf() function
58 testbuf<char> sb(" 123456789"); in main() argument
H A Dreadsome.pass.cpp19 struct testbuf struct
28 testbuf() {} in testbuf() argument
29 testbuf(const string_type& str) in testbuf() function
45 testbuf<char> sb(" 1234567890"); in main() argument
/aosp_15_r20/external/libcxx/test/std/input.output/iostream.format/input.streams/istream.formatted/istream_extractors/
H A Dunsigned_char.pass.cpp19 struct testbuf struct
28 testbuf() {} in testbuf() argument
29 testbuf(const string_type& str) in testbuf() function
45 testbuf<char> sb(" "); in main() argument
H A Dsigned_char.pass.cpp19 struct testbuf struct
28 testbuf() {} in testbuf() argument
29 testbuf(const string_type& str) in testbuf() argument
45 testbuf<char> sb(" "); in main() argument
H A Dchart.pass.cpp19 struct testbuf struct
28 testbuf() {} in testbuf() argument
29 testbuf(const string_type& str) in testbuf() argument
45 testbuf<char> sb(" "); in main() argument
/aosp_15_r20/external/libcxx/test/std/input.output/iostream.format/input.streams/istream/istream_sentry/
H A Dctor.pass.cpp23 struct testbuf struct
32 testbuf() {} in testbuf() argument
33 testbuf(const string_type& str) in testbuf() argument
56 std::istream is((testbuf<char>*)0); in main() argument
/aosp_15_r20/external/libcxx/test/std/input.output/iostream.format/input.streams/istream.manip/
H A Dws.pass.cpp20 struct testbuf struct
29 testbuf() {} in testbuf() argument
30 testbuf(const string_type& str) in testbuf() function
46 testbuf<char> sb(" 123"); in main() argument
/aosp_15_r20/external/cronet/third_party/libc++/src/test/std/input.output/iostream.format/input.streams/istream/istream_sentry/
H A Dctor.pass.cpp24 struct testbuf struct
33 testbuf() {} in testbuf() argument
34 testbuf(const string_type& str) in testbuf() function
57 std::istream is((testbuf<char>*)0); in main() argument
/aosp_15_r20/external/libcxx/test/std/input.output/iostream.format/input.streams/istream.rvalue/
H A Drvalue.pass.cpp23 struct testbuf struct
32 testbuf() {} in testbuf() argument
33 testbuf(const string_type& str) in testbuf() argument
54 testbuf<char> sb(" 123"); in main() argument
/aosp_15_r20/external/libcxx/test/std/input.output/iostream.format/input.streams/istream.formatted/istream.formatted.arithmetic/
H A Dunsigned_long.pass.cpp21 struct testbuf struct
30 testbuf() {} in testbuf() argument
31 testbuf(const string_type& str) in testbuf() argument
53 testbuf<char> sb("0"); in main() argument
H A Dunsigned_long_long.pass.cpp21 struct testbuf struct
30 testbuf() {} in testbuf() argument
31 testbuf(const string_type& str) in testbuf() function
53 testbuf<char> sb("0"); in main() argument

12345678910>>...12