HomeSort by relevance Sort by last modified time
    Searched full:ostrstream (Results 1 - 21 of 21) sorted by null

  /external/stlport/stlport/using/h/
strstream.h 3 using _STLP_OLD_IO_NAMESPACE::ostrstream;
  /external/stlport/stlport/using/
strstream 3 using _STLP_NEW_IO_NAMESPACE::ostrstream;
  /ndk/sources/cxx-stl/stlport/stlport/using/h/
strstream.h 3 using _STLP_OLD_IO_NAMESPACE::ostrstream;
  /ndk/sources/cxx-stl/stlport/stlport/using/
strstream 3 using _STLP_NEW_IO_NAMESPACE::ostrstream;
  /external/stlport/src/
strstream.cpp 323 // 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::str()
    [all...]
  /ndk/sources/cxx-stl/stlport/src/
strstream.cpp 323 // 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::str()
    [all...]
  /external/stlport/stlport/stl/
_strstream.h 37 # 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/stlport/stl/
_strstream.h 37 # 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();
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/backward/
strstream 135 // Class ostrstream
136 class ostrstream : public basic_ostream<char>
139 ostrstream();
140 ostrstream(char*, int, ios_base::openmode = ios_base::out);
141 virtual ~ostrstream();
backward_warning.h 41 <sstream>, basic_ostringstream <strstream>, ostrstream
  /external/stlport/stlport/
strstream.h 39 using _STLP_STD::ostrstream;
  /ndk/sources/cxx-stl/stlport/stlport/
strstream.h 39 using _STLP_STD::ostrstream;
  /external/zlib/contrib/iostream2/
zstream.h 237 if (m_os == 0) m_os = new ostrstream;
243 ostrstream* oss = new ostrstream;
255 ostrstream* m_os;
  /external/icu4c/test/iotest/
stream.cpp 93 ostrstream outTestStream(testStreamBuf, sizeof(testStreamBuf));
137 ostrstream outFormatStream(testFormatStreamBuf, sizeof(testFormatStreamBuf));
157 ostrstream outLargeStream(testLargeStreamBuf, sizeof(testLargeStreamBuf));
  /external/chromium/third_party/icu/source/test/iotest/
stream.cpp 92 ostrstream outTestStream(testStreamBuf, sizeof(testStreamBuf));
  /external/chromium/googleurl/base/
logging.h 217 std::ostrstream ss;
441 std::ostrstream stream_;
  /external/chromium/third_party/icu/source/common/
resbund.cpp 23 * the highly inefficient ostrstream objects.
  /external/icu4c/common/
resbund.cpp 23 * the highly inefficient ostrstream objects.
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/i686-linux/lib/
libstdc++.so 
libstdc++.so.6 
libstdc++.so.6.0.13 

Completed in 525 milliseconds