Searched defs:ostrstream (Results 1 - 3 of 3) sorted by relevance

/ndk/sources/cxx-stl/stlport/stlport/stl/
H A D_strstream.h37 # define ostrstream _STLP_ostrstream macro
118 // Class ostrstream
120 class _STLP_CLASS_DECLSPEC ostrstream : public basic_ostream<char, char_traits<char> > class in inherits:basic_ostream
123 ostrstream();
124 ostrstream(char*, int, ios_base::openmode = ios_base::out);
125 virtual ~ostrstream();
/ndk/sources/cxx-stl/stlport/src/
H A Dstrstream.cpp323 // Class ostrstream
325 ostrstream::ostrstream() function in class:ostrstream
330 ostrstream::ostrstream(char* s, int n, ios_base::openmode mode) function in class:ostrstream
336 ostrstream::~ostrstream() {}
338 strstreambuf* ostrstream::rdbuf() const {
342 void ostrstream::freeze(bool freezeflag) {
346 char* ostrstream
[all...]
/ndk/sources/cxx-stl/llvm-libc++/libcxx/src/
H A Dstrstream.cpp321 ostrstream::~ostrstream()

Completed in 84 milliseconds