OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:stdio_filebuf_cout
(Results
1 - 2
of
2
) sorted by null
/external/astl/src/
ios_globals.cpp
44
// -
stdio_filebuf_cout
and stdio_filebuf_cerr are our own stdio and
50
stdio_filebuf_mem
stdio_filebuf_cout
;
member in namespace:std
ios_base.cpp
101
extern android::stdio_filebuf
stdio_filebuf_cout
;
108
// structures.
stdio_filebuf_cout
/stdio_filebuf_cerr and
110
new (&
stdio_filebuf_cout
) android::stdio_filebuf(stdout);
112
new (&cout) ostream(&
stdio_filebuf_cout
);
Completed in 31 milliseconds