OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:stdio_istreambuf
(Results
1 - 4
of
4
) sorted by null
/prebuilts/ndk/r11/sources/cxx-stl/stlport/src/
stdio_streambuf.h
20
//
stdio_istreambuf
, a read-only streambuf synchronized with a C stdio
24
// Note that neither
stdio_istreambuf
nor stdio_ostreambuf is a template;
32
// conversion, then you should use basic_filebuf<> instead of
stdio_istreambuf
48
// Base class for features common to
stdio_istreambuf
and stdio_ostreambuf
73
class
stdio_istreambuf
: public stdio_streambuf_base {
class in inherits:stdio_streambuf_base
75
stdio_istreambuf
(FILE* __f) : stdio_streambuf_base(__f) {}
function in class:stdio_istreambuf
76
~
stdio_istreambuf
();
stdio_streambuf.cpp
149
// Class
stdio_istreambuf
151
stdio_istreambuf
::~
stdio_istreambuf
() {}
153
streamsize
stdio_istreambuf
::showmanyc()
156
stdio_istreambuf
::int_type
stdio_istreambuf
::underflow()
171
stdio_istreambuf
::int_type
stdio_istreambuf
::uflow() {
180
stdio_istreambuf
::int_type
stdio_istreambuf
::pbackfail(int_type c)
[
all
...]
/prebuilts/ndk/r13/sources/cxx-stl/stlport/src/
stdio_streambuf.h
20
//
stdio_istreambuf
, a read-only streambuf synchronized with a C stdio
24
// Note that neither
stdio_istreambuf
nor stdio_ostreambuf is a template;
32
// conversion, then you should use basic_filebuf<> instead of
stdio_istreambuf
48
// Base class for features common to
stdio_istreambuf
and stdio_ostreambuf
73
class
stdio_istreambuf
: public stdio_streambuf_base {
class in inherits:stdio_streambuf_base
75
stdio_istreambuf
(FILE* __f) : stdio_streambuf_base(__f) {}
function in class:stdio_istreambuf
76
~
stdio_istreambuf
();
stdio_streambuf.cpp
149
// Class
stdio_istreambuf
151
stdio_istreambuf
::~
stdio_istreambuf
() {}
153
streamsize
stdio_istreambuf
::showmanyc()
156
stdio_istreambuf
::int_type
stdio_istreambuf
::underflow()
171
stdio_istreambuf
::int_type
stdio_istreambuf
::uflow() {
180
stdio_istreambuf
::int_type
stdio_istreambuf
::pbackfail(int_type c)
[
all
...]
Completed in 44 milliseconds