HomeSort by relevance Sort by last modified time
    Searched refs:testbuf (Results 201 - 225 of 280) sorted by null

1 2 3 4 5 6 7 891011>>

  /external/libcxx/test/input.output/iostream.format/input.streams/istream.unformatted/
putback.pass.cpp 18 struct testbuf struct in inherits:std::basic_streambuf
27 testbuf() {} function in struct:testbuf
28 testbuf(const string_type& str) function in struct:testbuf
44 testbuf<char> sb(" 123456789");
67 testbuf<wchar_t> sb(L" 123456789");
read.pass.cpp 21 struct testbuf struct in inherits:std::basic_streambuf
30 testbuf() {} function in struct:testbuf
31 testbuf(const string_type& str) function in struct:testbuf
47 testbuf<char> sb(" 123456789");
66 testbuf<wchar_t> sb(L" 123456789");
seekg_off.pass.cpp 20 struct testbuf struct in inherits:std::basic_streambuf
29 testbuf() {} function in struct:testbuf
30 testbuf(const string_type& str) function in struct:testbuf
55 testbuf<char> sb(" 123456789");
65 testbuf<wchar_t> sb(L" 123456789");
unget.pass.cpp 18 struct testbuf struct in inherits:std::basic_streambuf
27 testbuf() {} function in struct:testbuf
28 testbuf(const string_type& str) function in struct:testbuf
44 testbuf<char> sb(" 123456789");
63 testbuf<wchar_t> sb(L" 123456789");
  /external/libcxx/test/input.output/iostream.format/output.streams/ostream.cons/
move.pass.cpp 23 struct testbuf struct in inherits:std::basic_streambuf
26 testbuf() {} function in struct:testbuf
34 test_ostream(testbuf<CharT>* sb) : base(sb) {}
46 testbuf<char> sb;
60 testbuf<wchar_t> sb;
  /external/libcxx/test/input.output/iostream.format/output.streams/ostream.formatted/ostream.inserters.character/
CharT.pass.cpp 22 class testbuf class in inherits:std::basic_streambuf
28 testbuf() function in class:testbuf
63 testbuf<wchar_t> sb;
70 testbuf<wchar_t> sb;
79 testbuf<wchar_t> sb;
CharT_pointer.pass.cpp 22 class testbuf class in inherits:std::basic_streambuf
28 testbuf() function in class:testbuf
63 testbuf<wchar_t> sb;
70 testbuf<wchar_t> sb;
79 testbuf<wchar_t> sb;
char.pass.cpp 22 class testbuf class in inherits:std::basic_streambuf
28 testbuf() function in class:testbuf
63 testbuf<char> sb;
70 testbuf<char> sb;
79 testbuf<char> sb;
char_pointer.pass.cpp 22 class testbuf class in inherits:std::basic_streambuf
28 testbuf() function in class:testbuf
63 testbuf<char> sb;
70 testbuf<char> sb;
79 testbuf<char> sb;
char_to_wide.pass.cpp 22 class testbuf class in inherits:std::basic_streambuf
28 testbuf() function in class:testbuf
63 testbuf<wchar_t> sb;
70 testbuf<wchar_t> sb;
79 testbuf<wchar_t> sb;
char_to_wide_pointer.pass.cpp 22 class testbuf class in inherits:std::basic_streambuf
28 testbuf() function in class:testbuf
63 testbuf<wchar_t> sb;
70 testbuf<wchar_t> sb;
79 testbuf<wchar_t> sb;
signed_char.pass.cpp 22 class testbuf class in inherits:std::basic_streambuf
28 testbuf() function in class:testbuf
63 testbuf<char> sb;
70 testbuf<char> sb;
79 testbuf<char> sb;
signed_char_pointer.pass.cpp 22 class testbuf class in inherits:std::basic_streambuf
28 testbuf() function in class:testbuf
63 testbuf<char> sb;
70 testbuf<char> sb;
79 testbuf<char> sb;
unsigned_char.pass.cpp 22 class testbuf class in inherits:std::basic_streambuf
28 testbuf() function in class:testbuf
63 testbuf<char> sb;
70 testbuf<char> sb;
79 testbuf<char> sb;
unsigned_char_pointer.pass.cpp 22 class testbuf class in inherits:std::basic_streambuf
28 testbuf() function in class:testbuf
63 testbuf<char> sb;
70 testbuf<char> sb;
79 testbuf<char> sb;
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/input.output/iostream.format/ext.manip/
get_time.pass.cpp 20 struct testbuf struct in inherits:std::basic_streambuf
29 testbuf() {} function in struct:testbuf
30 testbuf(const string_type& str) function in struct:testbuf
42 testbuf<char> sb(" Sat Dec 31 23:55:59 2061");
61 testbuf<wchar_t> sb(L" Sat Dec 31 23:55:59 2061");
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/input.output/iostream.format/input.streams/iostreamclass/iostream.cons/
move.pass.cpp 23 struct testbuf struct in inherits:std::basic_streambuf
26 testbuf() {} function in struct:testbuf
34 test_iostream(testbuf<CharT>* sb) : base(sb) {}
46 testbuf<char> sb;
62 testbuf<wchar_t> sb;
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/input.output/iostream.format/input.streams/istream/istream.cons/
move.pass.cpp 23 struct testbuf struct in inherits:std::basic_streambuf
26 testbuf() {} function in struct:testbuf
34 test_istream(testbuf<CharT>* sb) : base(sb) {}
46 testbuf<char> sb;
62 testbuf<wchar_t> sb;
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/input.output/iostream.format/input.streams/istream.unformatted/
ignore.pass.cpp 19 struct testbuf struct in inherits:std::basic_streambuf
28 testbuf() {} function in struct:testbuf
29 testbuf(const string_type& str) function in struct:testbuf
45 testbuf<char> sb(" 1\n2345\n6");
61 testbuf<wchar_t> sb(L" 1\n2345\n6");
putback.pass.cpp 18 struct testbuf struct in inherits:std::basic_streambuf
27 testbuf() {} function in struct:testbuf
28 testbuf(const string_type& str) function in struct:testbuf
44 testbuf<char> sb(" 123456789");
67 testbuf<wchar_t> sb(L" 123456789");
read.pass.cpp 18 struct testbuf struct in inherits:std::basic_streambuf
27 testbuf() {} function in struct:testbuf
28 testbuf(const string_type& str) function in struct:testbuf
44 testbuf<char> sb(" 123456789");
63 testbuf<wchar_t> sb(L" 123456789");
seekg_off.pass.cpp 20 struct testbuf struct in inherits:std::basic_streambuf
29 testbuf() {} function in struct:testbuf
30 testbuf(const string_type& str) function in struct:testbuf
55 testbuf<char> sb(" 123456789");
65 testbuf<wchar_t> sb(L" 123456789");
unget.pass.cpp 18 struct testbuf struct in inherits:std::basic_streambuf
27 testbuf() {} function in struct:testbuf
28 testbuf(const string_type& str) function in struct:testbuf
44 testbuf<char> sb(" 123456789");
63 testbuf<wchar_t> sb(L" 123456789");
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/input.output/iostream.format/output.streams/ostream.cons/
move.pass.cpp 23 struct testbuf struct in inherits:std::basic_streambuf
26 testbuf() {} function in struct:testbuf
34 test_ostream(testbuf<CharT>* sb) : base(sb) {}
46 testbuf<char> sb;
60 testbuf<wchar_t> sb;
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/input.output/iostream.format/output.streams/ostream.formatted/ostream.inserters.character/
CharT.pass.cpp 22 class testbuf class in inherits:std::basic_streambuf
28 testbuf() function in class:testbuf
63 testbuf<wchar_t> sb;
70 testbuf<wchar_t> sb;
79 testbuf<wchar_t> sb;

Completed in 1328 milliseconds

1 2 3 4 5 6 7 891011>>