OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:stdio_istreambuf
(Results
1 - 10
of
10
) sorted by null
/external/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
...]
iostream.cpp
193
using _STLP_PRIV
stdio_istreambuf
;
203
cin_buf.reset(new
stdio_istreambuf
(stdin));
298
using _STLP_PRIV
stdio_istreambuf
;
317
cin_buf.reset(new
stdio_istreambuf
(stdin));
/ndk/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
...]
iostream.cpp
193
using _STLP_PRIV
stdio_istreambuf
;
203
cin_buf.reset(new
stdio_istreambuf
(stdin));
298
using _STLP_PRIV
stdio_istreambuf
;
317
cin_buf.reset(new
stdio_istreambuf
(stdin));
/external/stlport/etc/
ChangeLog
70
behavior of
stdio_istreambuf
implementation that now always return 0 on
[
all
...]
ChangeLog-5.1
[
all
...]
/prebuilts/ndk/5/sources/cxx-stl/stlport/libs/armeabi/
libstlport_shared.so
/prebuilts/ndk/5/sources/cxx-stl/stlport/libs/armeabi-v7a/
libstlport_shared.so
Completed in 144 milliseconds