OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:streambuf
(Results
151 - 175
of
520
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/bits/
streambuf_iterator.h
0
//
Streambuf
iterators
35
#include <
streambuf
>
115
/// Construct start of
streambuf
iterator.
120
///
streambuf
.sgetc(). It cannot be assigned. NB: The result of
135
/// Advance the iterator. Calls
streambuf
.sbumpc().
150
/// Advance the iterator. Calls
streambuf
.sbumpc().
244
/// Construct output iterator from
streambuf
.
248
/// Write character to
streambuf
. Calls
streambuf
.sputc().
289
// Overloads for
streambuf
iterators
[
all
...]
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/bits/
streambuf_iterator.h
0
//
Streambuf
iterators
35
#include <
streambuf
>
115
/// Construct start of
streambuf
iterator.
120
///
streambuf
.sgetc(). It cannot be assigned. NB: The result of
135
/// Advance the iterator. Calls
streambuf
.sbumpc().
150
/// Advance the iterator. Calls
streambuf
.sbumpc().
244
/// Construct output iterator from
streambuf
.
248
/// Write character to
streambuf
. Calls
streambuf
.sputc().
289
// Overloads for
streambuf
iterators
[
all
...]
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/bits/
streambuf_iterator.h
0
//
Streambuf
iterators
35
#include <
streambuf
>
115
/// Construct start of
streambuf
iterator.
120
///
streambuf
.sgetc(). It cannot be assigned. NB: The result of
135
/// Advance the iterator. Calls
streambuf
.sbumpc().
150
/// Advance the iterator. Calls
streambuf
.sbumpc().
244
/// Construct output iterator from
streambuf
.
248
/// Write character to
streambuf
. Calls
streambuf
.sputc().
289
// Overloads for
streambuf
iterators
[
all
...]
/prebuilts/ndk/current/sources/cxx-stl/gnu-libstdc++/4.9/include/bits/
streambuf_iterator.h
0
//
Streambuf
iterators
35
#include <
streambuf
>
115
/// Construct start of
streambuf
iterator.
120
///
streambuf
.sgetc(). It cannot be assigned. NB: The result of
135
/// Advance the iterator. Calls
streambuf
.sbumpc().
150
/// Advance the iterator. Calls
streambuf
.sbumpc().
244
/// Construct output iterator from
streambuf
.
248
/// Write character to
streambuf
. Calls
streambuf
.sputc().
289
// Overloads for
streambuf
iterators
[
all
...]
/external/libcxx/include/
module.modulemap
300
export
streambuf
307
// FIXME: should re-export ios,
streambuf
?
350
// FIXME: should re-export ios,
streambuf
?
383
// FIXME: should re-export istream, ostream, ios,
streambuf
, string?
395
module
streambuf
{
396
header "
streambuf
"
/external/libcxx/test/std/input.output/iostreams.base/ios/iostate.flags/
clear.pass.cpp
17
#include <
streambuf
>
20
struct testbuf : public std::
streambuf
{};
exceptions_iostate.pass.cpp
17
#include <
streambuf
>
20
struct testbuf : public std::
streambuf
{};
setstate.pass.cpp
17
#include <
streambuf
>
20
struct testbuf : public std::
streambuf
{};
/external/libcxx/test/std/input.output/stream.buffers/streambuf/streambuf.cons/
copy.pass.cpp
10
// <
streambuf
>
17
#include <
streambuf
>
/external/libcxx/test/std/input.output/stream.buffers/streambuf/streambuf.members/streambuf.pub.put/
sputc.pass.cpp
10
// <
streambuf
>
17
#include <
streambuf
>
/external/libcxx/test/std/input.output/stream.buffers/streambuf/streambuf.protected/streambuf.assign/
assign.pass.cpp
10
// <
streambuf
>
17
#include <
streambuf
>
/external/libcxx/test/std/input.output/stream.buffers/streambuf/streambuf.protected/streambuf.get.area/
gbump.pass.cpp
10
// <
streambuf
>
17
#include <
streambuf
>
/external/libcxx/test/std/input.output/stream.buffers/streambuf/streambuf.protected/streambuf.put.area/
pbump.pass.cpp
10
// <
streambuf
>
17
#include <
streambuf
>
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/input.output/iostreams.base/ios/iostate.flags/
clear.pass.cpp
17
#include <
streambuf
>
20
struct testbuf : public std::
streambuf
{};
exceptions_iostate.pass.cpp
17
#include <
streambuf
>
20
struct testbuf : public std::
streambuf
{};
setstate.pass.cpp
17
#include <
streambuf
>
20
struct testbuf : public std::
streambuf
{};
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/input.output/stream.buffers/streambuf/streambuf.cons/
copy.pass.cpp
10
// <
streambuf
>
17
#include <
streambuf
>
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/input.output/stream.buffers/streambuf/streambuf.members/streambuf.pub.put/
sputc.pass.cpp
10
// <
streambuf
>
17
#include <
streambuf
>
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/input.output/stream.buffers/streambuf/streambuf.protected/streambuf.assign/
assign.pass.cpp
10
// <
streambuf
>
17
#include <
streambuf
>
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/input.output/stream.buffers/streambuf/streambuf.protected/streambuf.get.area/
gbump.pass.cpp
10
// <
streambuf
>
17
#include <
streambuf
>
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/input.output/stream.buffers/streambuf/streambuf.protected/streambuf.put.area/
pbump.pass.cpp
10
// <
streambuf
>
17
#include <
streambuf
>
/external/clang/INPUTS/
all-std-headers.cpp
45
#include <
streambuf
>
/external/libcxx/test/std/depr/depr.str.strstreams/depr.strstreambuf/depr.strstreambuf.virtuals/
setbuf.pass.cpp
14
//
streambuf
* setbuf(char* s, streamsize n);
/external/libcxx/test/std/depr/depr.str.strstreams/depr.strstreambuf/
types.pass.cpp
20
static_assert((std::is_base_of<std::
streambuf
, std::strstreambuf>::value), "");
/external/libcxx/test/std/input.output/iostream.format/input.streams/istream.formatted/istream_extractors/
basic_ios.pass.cpp
34
std::istream is((std::
streambuf
*)0);
Completed in 319 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>