Searched defs:ostringstream (Results 1 - 2 of 2) sorted by relevance

/frameworks/base/media/libdrm/mobile2/src/util/ustl-1.0/
H A Dsostream.cpp19 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
[all...]
H A Dsostream.h20 /// \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) \

Completed in 41 milliseconds