OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:testbuf
(Results
101 - 125
of
287
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/external/libcxx/test/input.output/iostream.format/input.streams/istream/istream.assign/
move_assign.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> 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.formatted/istream_extractors/
signed_char_pointer.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(" abcdefghijk ");
54
testbuf
<char> sb(" abcdefghijk ");
65
testbuf
<char> sb(" abcdefghijk");
75
testbuf
<char> sb(" abcdefghijk");
unsigned_char_pointer.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(" abcdefghijk ");
54
testbuf
<char> sb(" abcdefghijk ");
65
testbuf
<char> sb(" abcdefghijk");
75
testbuf
<char> sb(" abcdefghijk");
wchar_t_pointer.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(" abcdefghijk ");
54
testbuf
<wchar_t> sb(L" abcdefghijk ");
65
testbuf
<wchar_t> sb(L" abcdefghijk");
75
testbuf
<char> sb(" abcdefghijk");
/external/libcxx/test/input.output/iostream.format/input.streams/istream.unformatted/
get_streambuf.pass.cpp
18
class
testbuf
class in inherits:std::basic_streambuf
24
testbuf
()
function in class:testbuf
27
testbuf
(const std::basic_string<CharT>& str)
function in class:testbuf
59
testbuf
<char> sb("testing\n...");
61
testbuf
<char> sb2;
74
testbuf
<wchar_t> sb(L"testing\n...");
76
testbuf
<wchar_t> sb2;
get_streambuf_chart.pass.cpp
19
class
testbuf
class in inherits:std::basic_streambuf
25
testbuf
()
function in class:testbuf
28
testbuf
(const std::basic_string<CharT>& str)
function in class:testbuf
60
testbuf
<char> sb("testing*...");
62
testbuf
<char> sb2;
75
testbuf
<wchar_t> sb(L"testing*...");
77
testbuf
<wchar_t> sb2;
get.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(" ");
56
testbuf
<char> sb(" abc");
80
testbuf
<wchar_t> sb(L" abc");
get_chart.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(" ");
57
testbuf
<char> sb(" abc");
82
testbuf
<wchar_t> sb(L" abc");
/external/libcxx/test/input.output/iostream.format/output.streams/ostream.assign/
member_swap.pass.cpp
21
struct
testbuf
struct in inherits:std::basic_streambuf
24
testbuf
() {}
function in struct:testbuf
32
test_ostream(
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_ostream(
testbuf
<CharT>* sb) : base(sb) {}
46
testbuf
<char> sb1;
47
testbuf
<char> sb2;
69
testbuf
<wchar_t> sb1;
70
testbuf
<wchar_t> sb2;
/ndk/sources/cxx-stl/llvm-libc++/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;
/ndk/sources/cxx-stl/llvm-libc++/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;
move_assign.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> sb1;
47
testbuf
<char> sb2;
69
testbuf
<wchar_t> sb1;
70
testbuf
<wchar_t> sb2;
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/input.output/iostream.format/input.streams/istream.formatted/istream_extractors/
signed_char_pointer.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(" abcdefghijk ");
54
testbuf
<char> sb(" abcdefghijk ");
65
testbuf
<char> sb(" abcdefghijk");
75
testbuf
<char> sb(" abcdefghijk");
unsigned_char_pointer.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(" abcdefghijk ");
54
testbuf
<char> sb(" abcdefghijk ");
65
testbuf
<char> sb(" abcdefghijk");
75
testbuf
<char> sb(" abcdefghijk");
wchar_t_pointer.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(" abcdefghijk ");
54
testbuf
<wchar_t> sb(L" abcdefghijk ");
65
testbuf
<wchar_t> sb(L" abcdefghijk");
75
testbuf
<char> sb(" abcdefghijk");
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/input.output/iostream.format/input.streams/istream.unformatted/
get_streambuf.pass.cpp
18
class
testbuf
class in inherits:std::basic_streambuf
24
testbuf
()
function in class:testbuf
27
testbuf
(const std::basic_string<CharT>& str)
function in class:testbuf
59
testbuf
<char> sb("testing\n...");
61
testbuf
<char> sb2;
74
testbuf
<wchar_t> sb(L"testing\n...");
76
testbuf
<wchar_t> sb2;
get_streambuf_chart.pass.cpp
19
class
testbuf
class in inherits:std::basic_streambuf
25
testbuf
()
function in class:testbuf
28
testbuf
(const std::basic_string<CharT>& str)
function in class:testbuf
60
testbuf
<char> sb("testing*...");
62
testbuf
<char> sb2;
75
testbuf
<wchar_t> sb(L"testing*...");
77
testbuf
<wchar_t> sb2;
get.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(" ");
53
testbuf
<char> sb(" abc");
77
testbuf
<wchar_t> sb(L" abc");
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/input.output/iostream.format/output.streams/ostream.assign/
member_swap.pass.cpp
21
struct
testbuf
struct in inherits:std::basic_streambuf
24
testbuf
() {}
function in struct:testbuf
32
test_ostream(
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_ostream(
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/ext.manip/
put_money.pass.cpp
20
class
testbuf
class in inherits:std::basic_streambuf
26
testbuf
()
function in class:testbuf
54
testbuf
<char> sb;
63
testbuf
<char> sb;
72
testbuf
<wchar_t> sb;
81
testbuf
<wchar_t> sb;
/external/libcxx/test/input.output/iostream.format/std.manip/
setbase.pass.cpp
18
struct
testbuf
struct in inherits:std::basic_streambuf
21
testbuf
() {}
function in struct:testbuf
27
testbuf
<char> sb;
39
testbuf
<char> sb;
51
testbuf
<wchar_t> sb;
63
testbuf
<wchar_t> sb;
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/input.output/iostream.format/ext.manip/
put_money.pass.cpp
20
class
testbuf
class in inherits:std::basic_streambuf
26
testbuf
()
function in class:testbuf
57
testbuf
<char> sb;
66
testbuf
<char> sb;
75
testbuf
<wchar_t> sb;
84
testbuf
<wchar_t> sb;
Completed in 735 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>