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

  /frameworks/base/media/libdrm/mobile2/src/util/ustl-1.0/
sostream.cpp 19 ostringstream::ostringstream (void* p, size_t n) function in class:ustl::ostringstream
31 ostringstream::ostringstream (const string& v) function in class:ustl::ostringstream
43 void ostringstream::str (const string& s)
51 void ostringstream::iwrite (uint8_t v)
58 void ostringstream::write_buffer (const char* buf, size_type bufSize)
66 inline char* ostringstream::encode_dec (char* fmt, uint32_t n) const
75 void ostringstream::fmtstring (char* fmt, const char* typestr, bool bInteger) const
101 void ostringstream::iwrite (wchar_t v
    [all...]
sostream.h 20 /// \class ostringstream sostream.h ustl.h
25 class ostringstream : public ostream { class in namespace:ustl
27 ostringstream (const string& v = string::empty_string);
28 ostringstream (void* p, size_t n);
99 void ostringstream::iformat (T v)
107 inline void ostringstream::iwrite (fmtflags f)
122 inline ostringstream& operator<< (ostringstream& os, RealT v) \
  /external/stlport/stlport/stl/
_iosfwd.h 127 typedef basic_ostringstream<char, char_traits<char>, allocator<char> > ostringstream; typedef

Completed in 560 milliseconds