HomeSort by relevance Sort by last modified time
    Searched full:testbuf (Results 76 - 100 of 287) sorted by null

1 2 34 5 6 7 8 91011>>

  /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");
peek.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(" 1\n2345\n6");
57 testbuf<wchar_t> sb(L" 1\n2345\n6");
seekg.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
51 testbuf<char> sb(" 123456789");
59 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");
sync.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
53 testbuf<char> sb(" 123456789");
59 testbuf<wchar_t> sb(L" 123456789");
tellg.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
54 testbuf<char> sb(" 123456789");
59 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/
streambuf.pass.cpp 21 class testbuf class in inherits:std::basic_streambuf
27 testbuf() function in class:testbuf
30 testbuf(const std::basic_string<CharT>& str) function in class:testbuf
62 testbuf<char> sb;
64 testbuf<char> sb2("testing...");
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/input.output/iostream.format/output.streams/ostream.formatted/ostream.inserters.arithmetic/
double.pass.cpp 21 class testbuf class in inherits:std::basic_streambuf
27 testbuf() function in class:testbuf
62 testbuf<char> sb;
69 testbuf<char> sb;
76 testbuf<char> sb;
float.pass.cpp 21 class testbuf class in inherits:std::basic_streambuf
27 testbuf() function in class:testbuf
62 testbuf<char> sb;
69 testbuf<char> sb;
76 testbuf<char> sb;
int.pass.cpp 21 class testbuf class in inherits:std::basic_streambuf
27 testbuf() function in class:testbuf
62 testbuf<char> sb;
69 testbuf<char> sb;
76 testbuf<char> sb;
long.pass.cpp 21 class testbuf class in inherits:std::basic_streambuf
27 testbuf() function in class:testbuf
62 testbuf<char> sb;
69 testbuf<char> sb;
76 testbuf<char> sb;
long_double.pass.cpp 21 class testbuf class in inherits:std::basic_streambuf
27 testbuf() function in class:testbuf
62 testbuf<char> sb;
69 testbuf<char> sb;
76 testbuf<char> sb;
long_long.pass.cpp 21 class testbuf class in inherits:std::basic_streambuf
27 testbuf() function in class:testbuf
62 testbuf<char> sb;
69 testbuf<char> sb;
76 testbuf<char> sb;
short.pass.cpp 21 class testbuf class in inherits:std::basic_streambuf
27 testbuf() function in class:testbuf
62 testbuf<char> sb;
69 testbuf<char> sb;
76 testbuf<char> sb;
unsigned_int.pass.cpp 21 class testbuf class in inherits:std::basic_streambuf
27 testbuf() function in class:testbuf
62 testbuf<char> sb;
69 testbuf<char> sb;
76 testbuf<char> sb;
unsigned_long.pass.cpp 21 class testbuf class in inherits:std::basic_streambuf
27 testbuf() function in class:testbuf
62 testbuf<char> sb;
69 testbuf<char> sb;
76 testbuf<char> sb;
unsigned_long_long.pass.cpp 21 class testbuf class in inherits:std::basic_streambuf
27 testbuf() function in class:testbuf
62 testbuf<char> sb;
69 testbuf<char> sb;
76 testbuf<char> sb;
unsigned_short.pass.cpp 21 class testbuf class in inherits:std::basic_streambuf
27 testbuf() function in class:testbuf
62 testbuf<char> sb;
69 testbuf<char> sb;
76 testbuf<char> sb;
  /external/libcxx/test/input.output/iostream.format/input.streams/istream/istream_sentry/
ctor.pass.cpp 23 struct testbuf struct in inherits:std::basic_streambuf
32 testbuf() {} function in struct:testbuf
33 testbuf(const string_type& str) function in struct:testbuf
56 std::istream is((testbuf<char>*)0);
64 std::wistream is((testbuf<wchar_t>*)0);
72 testbuf<char> sb(" 123");
82 testbuf<wchar_t> sb(L" 123");
92 testbuf<char> sb(" 123");
101 testbuf<wchar_t> sb(L" 123");
110 testbuf<char> sb(" ")
    [all...]
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/input.output/iostream.format/input.streams/istream/istream_sentry/
ctor.pass.cpp 23 struct testbuf struct in inherits:std::basic_streambuf
32 testbuf() {} function in struct:testbuf
33 testbuf(const string_type& str) function in struct:testbuf
56 std::istream is((testbuf<char>*)0);
64 std::wistream is((testbuf<wchar_t>*)0);
72 testbuf<char> sb(" 123");
82 testbuf<wchar_t> sb(L" 123");
92 testbuf<char> sb(" 123");
101 testbuf<wchar_t> sb(L" 123");
110 testbuf<char> sb(" ")
    [all...]
  /external/libcxx/test/input.output/iostream.format/input.streams/iostreamclass/iostream.assign/
member_swap.pass.cpp 21 struct testbuf struct in inherits:std::basic_streambuf
24 testbuf() {} function in struct:testbuf
32 test_iostream(testbuf<CharT>* sb) : base(sb) {}
40 testbuf<char> sb1;
41 testbuf<char> sb2;
63 testbuf<wchar_t> sb1;
64 testbuf<wchar_t> sb2;
move_assign.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> sb1;
47 testbuf<char> sb2;
69 testbuf<wchar_t> sb1;
70 testbuf<wchar_t> sb2;
  /external/libcxx/test/input.output/iostream.format/input.streams/istream/istream.assign/
member_swap.pass.cpp 21 struct testbuf struct in inherits:std::basic_streambuf
24 testbuf() {} function in struct:testbuf
32 test_istream(testbuf<CharT>* sb) : base(sb) {}
40 testbuf<char> sb1;
41 testbuf<char> sb2;
63 testbuf<wchar_t> sb1;
64 testbuf<wchar_t> sb2;

Completed in 547 milliseconds

1 2 34 5 6 7 8 91011>>