OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:testbuf
(Results
26 - 50
of
287
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/external/libcxx/test/input.output/iostream.format/std.manip/
setiosflags.pass.cpp
18
struct
testbuf
struct in inherits:std::basic_streambuf
21
testbuf
() {}
function in struct:testbuf
27
testbuf
<char> sb;
34
testbuf
<char> sb;
41
testbuf
<wchar_t> sb;
48
testbuf
<wchar_t> sb;
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/input.output/iostream.format/input.streams/istream.formatted/istream.formatted.arithmetic/
bool.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
53
testbuf
<char> sb("0");
62
testbuf
<char> sb(" 1 ");
71
testbuf
<wchar_t> sb(L" 1 ");
double.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
53
testbuf
<char> sb("0");
62
testbuf
<char> sb(" 123 ");
71
testbuf
<wchar_t> sb(L" -123.5 ");
float.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
53
testbuf
<char> sb("0");
62
testbuf
<char> sb(" 123 ");
71
testbuf
<wchar_t> sb(L" -123.5 ");
int.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
53
testbuf
<char> sb("0");
62
testbuf
<char> sb(" 123 ");
71
testbuf
<wchar_t> sb(L" -1234567890123456 ");
long.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
53
testbuf
<char> sb("0");
62
testbuf
<char> sb(" 123 ");
71
testbuf
<wchar_t> sb(L" -123 ");
long_double.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
53
testbuf
<char> sb("0");
62
testbuf
<char> sb(" 123 ");
71
testbuf
<wchar_t> sb(L" -123.5 ");
long_long.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
53
testbuf
<char> sb("0");
62
testbuf
<char> sb(" 123 ");
71
testbuf
<wchar_t> sb(L" -123 ");
short.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
53
testbuf
<char> sb("0");
62
testbuf
<char> sb(" 123 ");
71
testbuf
<wchar_t> sb(L" -1234567890 ");
unsigned_int.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
53
testbuf
<char> sb("0");
62
testbuf
<char> sb(" 123 ");
71
testbuf
<wchar_t> sb(L" 123 ");
unsigned_long.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
53
testbuf
<char> sb("0");
62
testbuf
<char> sb(" 123 ");
71
testbuf
<wchar_t> sb(L" 123 ");
unsigned_long_long.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
53
testbuf
<char> sb("0");
62
testbuf
<char> sb(" 123 ");
71
testbuf
<wchar_t> sb(L" 123 ");
unsigned_short.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
53
testbuf
<char> sb("0");
62
testbuf
<char> sb(" 123 ");
71
testbuf
<wchar_t> sb(L" 123 ");
pointer.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
53
testbuf
<char> sb("0");
62
testbuf
<char> sb(" 1 ");
71
testbuf
<wchar_t> sb(L" 1 ");
80
testbuf
<char> sb("12345678");
89
testbuf
<wchar_t> sb(L"12345678");
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/input.output/iostream.format/input.streams/istream.formatted/istream_extractors/
chart.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(" ");
54
testbuf
<char> sb(" abcdefghijk ");
71
testbuf
<wchar_t> sb(L" abc");
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/input.output/iostream.format/output.streams/ostream.formatted/ostream.inserters.arithmetic/
bool.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;
84
testbuf
<char> sb;
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/input.output/iostream.format/std.manip/
resetiosflags.pass.cpp
18
struct
testbuf
struct in inherits:std::basic_streambuf
21
testbuf
() {}
function in struct:testbuf
27
testbuf
<char> sb;
34
testbuf
<char> sb;
41
testbuf
<wchar_t> sb;
48
testbuf
<wchar_t> sb;
setiosflags.pass.cpp
18
struct
testbuf
struct in inherits:std::basic_streambuf
21
testbuf
() {}
function in struct:testbuf
27
testbuf
<char> sb;
34
testbuf
<char> sb;
41
testbuf
<wchar_t> sb;
48
testbuf
<wchar_t> sb;
/external/libcxx/test/input.output/iostream.format/input.streams/istream.formatted/istream.formatted.arithmetic/
pointer.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
53
testbuf
<char> sb("0");
62
testbuf
<char> sb(" 1 ");
71
testbuf
<wchar_t> sb(L" 1 ");
80
testbuf
<char> sb("12345678");
89
testbuf
<wchar_t> sb(L"12345678");
/external/libcxx/test/input.output/iostream.format/output.streams/ostream.manip/
flush.pass.cpp
24
class
testbuf
class in inherits:std::basic_streambuf
28
testbuf
()
function in class:testbuf
45
testbuf
<char> sb;
52
testbuf
<wchar_t> sb;
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/input.output/iostream.format/output.streams/ostream.manip/
flush.pass.cpp
24
class
testbuf
class in inherits:std::basic_streambuf
28
testbuf
()
function in class:testbuf
45
testbuf
<char> sb;
52
testbuf
<wchar_t> sb;
/external/libcxx/test/input.output/iostream.format/input.streams/istream.formatted/istream_extractors/
signed_char.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(" ");
54
testbuf
<char> sb(" abcdefghijk ");
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("testing...");
64
testbuf
<char> sb2;
unsigned_char.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(" ");
54
testbuf
<char> sb(" abcdefghijk ");
/external/libcxx/test/input.output/iostream.format/input.streams/istream.manip/
ws.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
46
testbuf
<char> sb(" 123");
53
testbuf
<wchar_t> sb(L" 123");
Completed in 432 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>