Searched defs:_M_write (Results 1 – 4 of 4) sorted by relevance
267 bool _Filebuf_base::_M_write(char* buf, ptrdiff_t n) in _M_write() function in _Filebuf_base
323 bool _Filebuf_base::_M_write(char* buf, ptrdiff_t n) in _M_write() function in _Filebuf_base
464 bool _Filebuf_base::_M_write(char* buf, ptrdiff_t n) { in _M_write() function in _Filebuf_base
322 bool _M_write(char* __buf, ptrdiff_t __n) {return _M_base._M_write(__buf, __n); } in _M_write() function