Searched refs:_M_xsputnc (Results 1 - 4 of 4) sorted by relevance

/external/stlport/stlport/stl/
H A D_streambuf.h190 virtual streamsize _M_xsputnc(char_type __c, streamsize __n);
209 { return this->_M_xsputnc(__c, __n); }
H A D_streambuf.c112 basic_streambuf<_CharT, _Traits>::_M_xsputnc(_CharT __c, streamsize __n) function in class:_Traits
H A D_sstream.h87 virtual streamsize _M_xsputnc(char_type __c, streamsize __n);
H A D_sstream.c213 basic_stringbuf<_CharT, _Traits, _Alloc>::_M_xsputnc(char_type __c, function in class:_Alloc

Completed in 152 milliseconds