OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:streambuf
(Results
226 - 250
of
520
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/external/libcxx/test/std/input.output/iostream.format/output.streams/ostream.formatted/ostream.inserters.arithmetic/
float.pass.cpp
55
std::ostream os((std::
streambuf
*)0);
int.pass.cpp
55
std::ostream os((std::
streambuf
*)0);
long.pass.cpp
55
std::ostream os((std::
streambuf
*)0);
long_double.pass.cpp
55
std::ostream os((std::
streambuf
*)0);
long_long.pass.cpp
55
std::ostream os((std::
streambuf
*)0);
short.pass.cpp
55
std::ostream os((std::
streambuf
*)0);
unsigned_int.pass.cpp
55
std::ostream os((std::
streambuf
*)0);
unsigned_long.pass.cpp
55
std::ostream os((std::
streambuf
*)0);
unsigned_long_long.pass.cpp
55
std::ostream os((std::
streambuf
*)0);
unsigned_short.pass.cpp
55
std::ostream os((std::
streambuf
*)0);
/external/libcxx/test/std/input.output/iostream.format/output.streams/ostream.seeks/
seekp.pass.cpp
44
std::ostream os((std::
streambuf
*)0);
/external/libcxx/test/std/input.output/iostream.format/output.streams/ostream_sentry/
destruct.pass.cpp
40
std::ostream os((std::
streambuf
*)0);
/external/libcxx/test/std/iterators/stream.iterators/ostreambuf.iterator/
types.pass.cpp
34
static_assert((std::is_same<I1::streambuf_type, std::
streambuf
>::value), "");
/external/libcxx/test/std/localization/locale.categories/category.numeric/locale.num.get/facet.num.get.members/
get_pointer.pass.cpp
20
#include <
streambuf
>
/external/libcxx/test/std/localization/locales/locale.convenience/conversions/conversions.buffer/
pbackfail.pass.cpp
31
explicit test_buf(std::
streambuf
* sb) : base(sb) {}
/ndk/sources/cxx-stl/llvm-libc++/libcxx/include/
strstream
50
virtual
streambuf
* setbuf(char* s, streamsize n);
141
: public
streambuf
198
:
streambuf
(__rhs),
219
streambuf
::operator=(__rhs);
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/input.output/iostream.format/input.streams/istream.formatted/istream.formatted.arithmetic/
bool.pass.cpp
47
std::istream is((std::
streambuf
*)0);
double.pass.cpp
47
std::istream is((std::
streambuf
*)0);
float.pass.cpp
47
std::istream is((std::
streambuf
*)0);
int.pass.cpp
47
std::istream is((std::
streambuf
*)0);
long.pass.cpp
47
std::istream is((std::
streambuf
*)0);
long_double.pass.cpp
47
std::istream is((std::
streambuf
*)0);
long_long.pass.cpp
47
std::istream is((std::
streambuf
*)0);
short.pass.cpp
47
std::istream is((std::
streambuf
*)0);
unsigned_int.pass.cpp
47
std::istream is((std::
streambuf
*)0);
Completed in 91 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>