OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:streambuf
(Results
326 - 350
of
520
) sorted by null
<<
11
12
13
14
15
16
17
18
19
20
>>
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/input.output/iostream.format/output.streams/ostream.formatted/ostream.inserters.character/
char_pointer.pass.cpp
56
std::ostream os((std::
streambuf
*)0);
signed_char.pass.cpp
56
std::ostream os((std::
streambuf
*)0);
signed_char_pointer.pass.cpp
56
std::ostream os((std::
streambuf
*)0);
unsigned_char.pass.cpp
56
std::ostream os((std::
streambuf
*)0);
unsigned_char_pointer.pass.cpp
56
std::ostream os((std::
streambuf
*)0);
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/iterators/stream.iterators/istreambuf.iterator/
types.pass.cpp
39
static_assert((std::is_same<I1::streambuf_type, std::
streambuf
>::value), "");
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/localization/locale.categories/category.numeric/locale.nm.put/facet.num.put.members/
put_bool.pass.cpp
19
#include <
streambuf
>
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/localization/locale.categories/category.numeric/locale.num.get/facet.num.get.members/
get_long_long.pass.cpp
20
#include <
streambuf
>
get_unsigned_int.pass.cpp
20
#include <
streambuf
>
get_unsigned_long.pass.cpp
20
#include <
streambuf
>
get_unsigned_long_long.pass.cpp
20
#include <
streambuf
>
get_unsigned_short.pass.cpp
20
#include <
streambuf
>
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/localization/locales/locale.convenience/conversions/conversions.buffer/
overflow.pass.cpp
31
explicit test_buf(std::
streambuf
* sb) : base(sb) {}
underflow.pass.cpp
31
explicit test_buf(std::
streambuf
* sb) : base(sb) {}
/ndk/sources/cxx-stl/stlport/stlport/
locale
58
// some stuff for
streambuf
iterators ended up defined there
/ndk/sources/cxx-stl/stlport/stlport/stl/
_ios.c
37
// Public constructor, taking a
streambuf
.
_iosfwd.h
123
typedef basic_streambuf<char,char_traits<char> >
streambuf
;
typedef
_ostream.c
46
// Output directly from a
streambuf
.
66
// Helper functions for the
streambuf
version of operator<<. The
114
* Helper struct (guard) to put back a character in a
streambuf
/prebuilts/misc/common/swig/include/2.0.11/std/
std_ios.i
8
# include <
streambuf
.h>
/prebuilts/ndk/current/sources/cxx-stl/stlport/stlport/
locale
58
// some stuff for
streambuf
iterators ended up defined there
/prebuilts/ndk/current/sources/cxx-stl/stlport/stlport/stl/
_ios.c
37
// Public constructor, taking a
streambuf
.
_iosfwd.h
123
typedef basic_streambuf<char,char_traits<char> >
streambuf
;
typedef
/external/libcxx/www/
results.Windows.html
137
streambuf
/
138
streambuf
.cons/
141
streambuf
.members/
142
streambuf
.buffer/
144
streambuf
.protected/
145
streambuf
.assign/
/external/clang/test/
cxx-sections.data
[
all
...]
/external/zlib/src/contrib/iostream3/
zfstream.h
25
* file
streambuf
.
27
class gzfilebuf : public std::
streambuf
135
virtual std::
streambuf
*
Completed in 436 milliseconds
<<
11
12
13
14
15
16
17
18
19
20
>>