OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:OFStreamBase
(Results
1 - 2
of
2
) sorted by null
/external/v8/src/
ostreams.cc
17
OFStreamBase
::
OFStreamBase
(FILE* f) : f_(f) {}
20
OFStreamBase
::~
OFStreamBase
() {}
23
int
OFStreamBase
::sync() {
29
OFStreamBase
::int_type
OFStreamBase
::overflow(int_type c) {
34
std::streamsize
OFStreamBase
::xsputn(const char* s, std::streamsize n) {
ostreams.h
22
class
OFStreamBase
: public std::streambuf {
24
explicit
OFStreamBase
(FILE* f);
25
virtual ~
OFStreamBase
();
43
OFStreamBase
buf_;
Completed in 83 milliseconds