Searched refs:iwrite (Results 1 - 5 of 5) sorted by relevance

/frameworks/base/media/libdrm/mobile2/src/util/ustl-1.0/
H A Dsostream.h29 void iwrite (uint8_t v);
30 void iwrite (wchar_t v);
31 inline void iwrite (int v) { iformat (v); } function in class:ustl::ostringstream
32 inline void iwrite (unsigned int v) { iformat (v); } function in class:ustl::ostringstream
33 inline void iwrite (long int v) { iformat (v); } function in class:ustl::ostringstream
34 inline void iwrite (unsigned long int v) { iformat (v); } function in class:ustl::ostringstream
35 inline void iwrite (float v) { iformat (v); } function in class:ustl::ostringstream
36 inline void iwrite (double v) { iformat (v); } function in class:ustl::ostringstream
37 void iwrite (bool v);
38 inline void iwrite (cons function in class:ustl::ostringstream
39 inline void iwrite (const string& v) { write_buffer (v.begin(), v.size()); } function in class:ustl::ostringstream
42 inline void iwrite (long long v) { iformat (v); } function in class:ustl::ostringstream
43 inline void iwrite (unsigned long long v) { iformat (v); } function in class:ustl::ostringstream
107 inline void ostringstream::iwrite (fmtflags f) function in class:ustl::ostringstream
[all...]
H A Dsostream.cpp51 void ostringstream::iwrite (uint8_t v) function in class:ustl::ostringstream
54 ostream::iwrite (v);
101 void ostringstream::iwrite (wchar_t v) function in class:ustl::ostringstream
109 void ostringstream::iwrite (bool v) function in class:ustl::ostringstream
H A Dmostream.h82 inline void iwrite (const T& v);
209 inline void ostream::iwrite (const T& v) function in class:ustl::ostream
222 inline ostream& operator<< (ostream& os, type v) { os.iwrite(v); return (os); }
239 { os.iwrite (uint8_t(v)); return (os); }
H A Dstrmsize.h73 inline ostream& operator<< (ostream& os, const T& v) { os.iwrite(v); return (os); } \
74 inline ostream& operator<< (ostream& os, T& v) { os.iwrite(v); return (os); } \
H A Dmistream.cpp202 iwrite (string::c_Terminator);

Completed in 55 milliseconds