OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:stdio_ostreambuf
(Results
1 - 8
of
8
) sorted by null
/external/stlport/src/
stdio_streambuf.h
22
//
stdio_ostreambuf
, a write-only streambuf synchronized with a C stdio
24
// Note that neither stdio_istreambuf nor
stdio_ostreambuf
is a template;
33
// or
stdio_ostreambuf
. (If you don't understand what any of this means,
48
// Base class for features common to stdio_istreambuf and
stdio_ostreambuf
85
class
stdio_ostreambuf
: public stdio_streambuf_base {
class in inherits:stdio_streambuf_base
87
stdio_ostreambuf
(FILE* __f) : stdio_streambuf_base(__f) {}
function in class:stdio_ostreambuf
88
~
stdio_ostreambuf
();
stdio_streambuf.cpp
196
// Class
stdio_ostreambuf
198
stdio_ostreambuf
::~
stdio_ostreambuf
() {}
200
streamsize
stdio_ostreambuf
::showmanyc()
203
stdio_ostreambuf
::int_type
stdio_ostreambuf
::overflow(int_type c) {
iostream.cpp
194
using _STLP_PRIV
stdio_ostreambuf
;
213
cout_buf.reset(new
stdio_ostreambuf
(stdout));
214
cerr_buf.reset(new
stdio_ostreambuf
(stderr));
215
clog_buf.reset(new
stdio_ostreambuf
(stderr));
299
using _STLP_PRIV
stdio_ostreambuf
;
327
cout_buf.reset(new
stdio_ostreambuf
(stdout));
328
cerr_buf.reset(new
stdio_ostreambuf
(stderr));
329
clog_buf.reset(new
stdio_ostreambuf
(stderr));
/ndk/sources/cxx-stl/stlport/src/
stdio_streambuf.h
22
//
stdio_ostreambuf
, a write-only streambuf synchronized with a C stdio
24
// Note that neither stdio_istreambuf nor
stdio_ostreambuf
is a template;
33
// or
stdio_ostreambuf
. (If you don't understand what any of this means,
48
// Base class for features common to stdio_istreambuf and
stdio_ostreambuf
85
class
stdio_ostreambuf
: public stdio_streambuf_base {
class in inherits:stdio_streambuf_base
87
stdio_ostreambuf
(FILE* __f) : stdio_streambuf_base(__f) {}
function in class:stdio_ostreambuf
88
~
stdio_ostreambuf
();
stdio_streambuf.cpp
196
// Class
stdio_ostreambuf
198
stdio_ostreambuf
::~
stdio_ostreambuf
() {}
200
streamsize
stdio_ostreambuf
::showmanyc()
203
stdio_ostreambuf
::int_type
stdio_ostreambuf
::overflow(int_type c) {
iostream.cpp
194
using _STLP_PRIV
stdio_ostreambuf
;
213
cout_buf.reset(new
stdio_ostreambuf
(stdout));
214
cerr_buf.reset(new
stdio_ostreambuf
(stderr));
215
clog_buf.reset(new
stdio_ostreambuf
(stderr));
299
using _STLP_PRIV
stdio_ostreambuf
;
327
cout_buf.reset(new
stdio_ostreambuf
(stdout));
328
cerr_buf.reset(new
stdio_ostreambuf
(stderr));
329
clog_buf.reset(new
stdio_ostreambuf
(stderr));
/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 362 milliseconds