OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:stdio_ostreambuf
(Results
1 - 4
of
4
) sorted by null
/prebuilts/ndk/r11/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) {
/prebuilts/ndk/r13/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) {
Completed in 43 milliseconds