OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:sb2
(Results
1 - 25
of
136
) sorted by null
1
2
3
4
5
6
/external/libcxx/test/std/input.output/iostreams.base/ios/basic.ios.members/
rdbuf_streambuf.pass.cpp
26
std::streambuf*
sb2
= ios.rdbuf(sb);
local
27
assert(
sb2
== 0);
30
sb2
= ios.rdbuf(0);
31
assert(
sb2
== (std::streambuf*)1);
set_rdbuf.pass.cpp
35
testbuf
sb2
;
local
45
ios.set_rdbuf(&
sb2
);
46
assert(ios.rdbuf() == &
sb2
);
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/input.output/iostreams.base/ios/basic.ios.members/
rdbuf_streambuf.pass.cpp
26
std::streambuf*
sb2
= ios.rdbuf(sb);
local
27
assert(
sb2
== 0);
30
sb2
= ios.rdbuf(0);
31
assert(
sb2
== (std::streambuf*)1);
set_rdbuf.pass.cpp
35
testbuf
sb2
;
local
45
ios.set_rdbuf(&
sb2
);
46
assert(ios.rdbuf() == &
sb2
);
/external/libcxx/test/std/input.output/iostream.format/input.streams/iostreamclass/iostream.assign/
member_swap.pass.cpp
41
testbuf<char>
sb2
;
local
43
test_iostream<char> is2(&
sb2
);
53
assert(is2.rdbuf() == &
sb2
);
64
testbuf<wchar_t>
sb2
;
local
66
test_iostream<wchar_t> is2(&
sb2
);
76
assert(is2.rdbuf() == &
sb2
);
move_assign.pass.cpp
47
testbuf<char>
sb2
;
local
49
test_iostream<char> is2(&
sb2
);
59
assert(is2.rdbuf() == &
sb2
);
70
testbuf<wchar_t>
sb2
;
local
72
test_iostream<wchar_t> is2(&
sb2
);
82
assert(is2.rdbuf() == &
sb2
);
/external/libcxx/test/std/input.output/iostream.format/input.streams/istream/istream.assign/
member_swap.pass.cpp
41
testbuf<char>
sb2
;
local
43
test_istream<char> is2(&
sb2
);
53
assert(is2.rdbuf() == &
sb2
);
64
testbuf<wchar_t>
sb2
;
local
66
test_istream<wchar_t> is2(&
sb2
);
76
assert(is2.rdbuf() == &
sb2
);
move_assign.pass.cpp
47
testbuf<char>
sb2
;
local
49
test_istream<char> is2(&
sb2
);
59
assert(is2.rdbuf() == &
sb2
);
70
testbuf<wchar_t>
sb2
;
local
72
test_istream<wchar_t> is2(&
sb2
);
82
assert(is2.rdbuf() == &
sb2
);
/external/libcxx/test/std/input.output/iostream.format/output.streams/ostream.assign/
member_swap.pass.cpp
41
testbuf<char>
sb2
;
local
43
test_ostream<char> os2(&
sb2
);
53
assert(os2.rdbuf() == &
sb2
);
64
testbuf<wchar_t>
sb2
;
local
66
test_ostream<wchar_t> os2(&
sb2
);
76
assert(os2.rdbuf() == &
sb2
);
move_assign.pass.cpp
47
testbuf<char>
sb2
;
local
49
test_ostream<char> os2(&
sb2
);
59
assert(os2.rdbuf() == &
sb2
);
70
testbuf<wchar_t>
sb2
;
local
72
test_ostream<wchar_t> os2(&
sb2
);
82
assert(os2.rdbuf() == &
sb2
);
/external/libcxx/test/std/input.output/iostream.format/output.streams/ostream_sentry/
construct.pass.cpp
53
testbuf1<char>
sb2
;
local
54
std::ostream os2(&
sb2
);
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/input.output/iostream.format/input.streams/iostreamclass/iostream.assign/
member_swap.pass.cpp
41
testbuf<char>
sb2
;
local
43
test_iostream<char> is2(&
sb2
);
53
assert(is2.rdbuf() == &
sb2
);
64
testbuf<wchar_t>
sb2
;
local
66
test_iostream<wchar_t> is2(&
sb2
);
76
assert(is2.rdbuf() == &
sb2
);
move_assign.pass.cpp
47
testbuf<char>
sb2
;
local
49
test_iostream<char> is2(&
sb2
);
59
assert(is2.rdbuf() == &
sb2
);
70
testbuf<wchar_t>
sb2
;
local
72
test_iostream<wchar_t> is2(&
sb2
);
82
assert(is2.rdbuf() == &
sb2
);
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/input.output/iostream.format/input.streams/istream/istream.assign/
member_swap.pass.cpp
41
testbuf<char>
sb2
;
local
43
test_istream<char> is2(&
sb2
);
53
assert(is2.rdbuf() == &
sb2
);
64
testbuf<wchar_t>
sb2
;
local
66
test_istream<wchar_t> is2(&
sb2
);
76
assert(is2.rdbuf() == &
sb2
);
move_assign.pass.cpp
47
testbuf<char>
sb2
;
local
49
test_istream<char> is2(&
sb2
);
59
assert(is2.rdbuf() == &
sb2
);
70
testbuf<wchar_t>
sb2
;
local
72
test_istream<wchar_t> is2(&
sb2
);
82
assert(is2.rdbuf() == &
sb2
);
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/input.output/iostream.format/output.streams/ostream.assign/
member_swap.pass.cpp
41
testbuf<char>
sb2
;
local
43
test_ostream<char> os2(&
sb2
);
53
assert(os2.rdbuf() == &
sb2
);
64
testbuf<wchar_t>
sb2
;
local
66
test_ostream<wchar_t> os2(&
sb2
);
76
assert(os2.rdbuf() == &
sb2
);
move_assign.pass.cpp
47
testbuf<char>
sb2
;
local
49
test_ostream<char> os2(&
sb2
);
59
assert(os2.rdbuf() == &
sb2
);
70
testbuf<wchar_t>
sb2
;
local
72
test_ostream<wchar_t> os2(&
sb2
);
82
assert(os2.rdbuf() == &
sb2
);
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/input.output/iostream.format/output.streams/ostream_sentry/
construct.pass.cpp
53
testbuf1<char>
sb2
;
local
54
std::ostream os2(&
sb2
);
/external/libcxx/test/std/input.output/iostream.format/input.streams/istream.formatted/istream_extractors/
streambuf.pass.cpp
64
testbuf<char>
sb2
;
local
65
is >> &
sb2
;
local
66
assert(
sb2
.str() == "testing...");
/external/libcxx/test/std/input.output/iostream.format/input.streams/istream.unformatted/
get_streambuf.pass.cpp
61
testbuf<char>
sb2
;
local
62
is.get(
sb2
);
63
assert(
sb2
.str() == "testing");
67
is.get(
sb2
);
68
assert(
sb2
.str() == "testing...");
76
testbuf<wchar_t>
sb2
;
local
77
is.get(
sb2
);
78
assert(
sb2
.str() == L"testing");
82
is.get(
sb2
);
83
assert(
sb2
.str() == L"testing...")
[
all
...]
get_streambuf_chart.pass.cpp
62
testbuf<char>
sb2
;
local
63
is.get(
sb2
, '*');
64
assert(
sb2
.str() == "testing");
68
is.get(
sb2
, '*');
69
assert(
sb2
.str() == "testing...");
77
testbuf<wchar_t>
sb2
;
local
78
is.get(
sb2
, L'*');
79
assert(
sb2
.str() == L"testing");
83
is.get(
sb2
, L'*');
84
assert(
sb2
.str() == L"testing...")
[
all
...]
/external/libcxx/test/std/input.output/iostream.format/output.streams/ostream.formatted/ostream.inserters/
streambuf.pass.cpp
64
testbuf<char>
sb2
("testing...");
66
os << &
sb2
;
local
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/input.output/iostream.format/input.streams/istream.formatted/istream_extractors/
streambuf.pass.cpp
64
testbuf<char>
sb2
;
local
65
is >> &
sb2
;
local
66
assert(
sb2
.str() == "testing...");
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/input.output/iostream.format/input.streams/istream.unformatted/
get_streambuf.pass.cpp
61
testbuf<char>
sb2
;
local
62
is.get(
sb2
);
63
assert(
sb2
.str() == "testing");
67
is.get(
sb2
);
68
assert(
sb2
.str() == "testing...");
76
testbuf<wchar_t>
sb2
;
local
77
is.get(
sb2
);
78
assert(
sb2
.str() == L"testing");
82
is.get(
sb2
);
83
assert(
sb2
.str() == L"testing...")
[
all
...]
get_streambuf_chart.pass.cpp
62
testbuf<char>
sb2
;
local
63
is.get(
sb2
, '*');
64
assert(
sb2
.str() == "testing");
68
is.get(
sb2
, '*');
69
assert(
sb2
.str() == "testing...");
77
testbuf<wchar_t>
sb2
;
local
78
is.get(
sb2
, L'*');
79
assert(
sb2
.str() == L"testing");
83
is.get(
sb2
, L'*');
84
assert(
sb2
.str() == L"testing...")
[
all
...]
Completed in 129 milliseconds
1
2
3
4
5
6