HomeSort by relevance Sort by last modified time
    Searched defs:strstream (Results 1 - 12 of 12) sorted by null

  /external/stlport/stlport/stl/
_strstream.h 36 # define strstream _STLP_strstream macro
137 // Class strstream
139 class _STLP_CLASS_DECLSPEC strstream : public basic_iostream<char, char_traits<char> > { class in inherits:basic_iostream
146 strstream();
147 strstream(char*, int, ios_base::openmode = ios_base::in | ios_base::out);
148 virtual ~strstream();
159 strstream(strstream const&);
160 strstream& operator = (strstream const&)
    [all...]
  /ndk/sources/cxx-stl/stlport/stlport/stl/
_strstream.h 36 # define strstream _STLP_strstream macro
137 // Class strstream
139 class _STLP_CLASS_DECLSPEC strstream : public basic_iostream<char, char_traits<char> > { class in inherits:basic_iostream
146 strstream();
147 strstream(char*, int, ios_base::openmode = ios_base::in | ios_base::out);
148 virtual ~strstream();
159 strstream(strstream const&);
160 strstream& operator = (strstream const&)
    [all...]
  /prebuilts/ndk/5/sources/cxx-stl/stlport/stlport/stl/
_strstream.h 36 # define strstream _STLP_strstream macro
137 // Class strstream
139 class _STLP_CLASS_DECLSPEC strstream : public basic_iostream<char, char_traits<char> > { class in inherits:basic_iostream
146 strstream();
147 strstream(char*, int, ios_base::openmode = ios_base::in | ios_base::out);
148 virtual ~strstream();
159 strstream(strstream const&);
160 strstream& operator = (strstream const&)
    [all...]
  /prebuilts/ndk/6/sources/cxx-stl/stlport/stlport/stl/
_strstream.h 36 # define strstream _STLP_strstream macro
137 // Class strstream
139 class _STLP_CLASS_DECLSPEC strstream : public basic_iostream<char, char_traits<char> > { class in inherits:basic_iostream
146 strstream();
147 strstream(char*, int, ios_base::openmode = ios_base::in | ios_base::out);
148 virtual ~strstream();
159 strstream(strstream const&);
160 strstream& operator = (strstream const&)
    [all...]
  /prebuilts/ndk/7/sources/cxx-stl/stlport/stlport/stl/
_strstream.h 36 # define strstream _STLP_strstream macro
137 // Class strstream
139 class _STLP_CLASS_DECLSPEC strstream : public basic_iostream<char, char_traits<char> > { class in inherits:basic_iostream
146 strstream();
147 strstream(char*, int, ios_base::openmode = ios_base::in | ios_base::out);
148 virtual ~strstream();
159 strstream(strstream const&);
160 strstream& operator = (strstream const&)
    [all...]
  /prebuilts/ndk/8/sources/cxx-stl/stlport/stlport/stl/
_strstream.h 36 # define strstream _STLP_strstream macro
137 // Class strstream
139 class _STLP_CLASS_DECLSPEC strstream : public basic_iostream<char, char_traits<char> > { class in inherits:basic_iostream
146 strstream();
147 strstream(char*, int, ios_base::openmode = ios_base::in | ios_base::out);
148 virtual ~strstream();
159 strstream(strstream const&);
160 strstream& operator = (strstream const&)
    [all...]
  /prebuilts/ndk/9/sources/cxx-stl/EH/stlport/stlport/stl/
_strstream.h 36 # define strstream _STLP_strstream macro
137 // Class strstream
139 class _STLP_CLASS_DECLSPEC strstream : public basic_iostream<char, char_traits<char> > { class in inherits:basic_iostream
146 strstream();
147 strstream(char*, int, ios_base::openmode = ios_base::in | ios_base::out);
148 virtual ~strstream();
159 strstream(strstream const&);
160 strstream& operator = (strstream const&)
    [all...]
  /external/stlport/src/
strstream.cpp 19 // Implementation of the classes in header <strstream>.
20 // WARNING: The classes defined in <strstream> are DEPRECATED. This
27 #include <strstream>
356 // Class strstream
358 strstream::strstream() function in class:strstream
363 strstream::strstream(char* s, int n, ios_base::openmode mode) function in class:strstream
369 strstream::~strstream() {}
    [all...]
  /ndk/sources/cxx-stl/stlport/src/
strstream.cpp 19 // Implementation of the classes in header <strstream>.
20 // WARNING: The classes defined in <strstream> are DEPRECATED. This
27 #include <strstream>
356 // Class strstream
358 strstream::strstream() function in class:strstream
363 strstream::strstream(char* s, int n, ios_base::openmode mode) function in class:strstream
369 strstream::~strstream() {}
    [all...]
  /external/libcxx/src/
strstream.cpp 1 //===------------------------ strstream.cpp -------------------------------===//
10 #include "strstream"
325 strstream::~strstream()
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/src/
strstream.cpp 1 //===------------------------ strstream.cpp -------------------------------===//
10 #include "strstream"
325 strstream::~strstream()
  /external/chromium_org/third_party/angle/src/compiler/translator/
Compiler.cpp 325 std::ostringstream strstream; local
326 strstream << ":MaxVertexAttribs:" << compileResources.MaxVertexAttribs
348 builtInResourcesString = strstream.str();

Completed in 773 milliseconds