Home
last modified time | relevance | path

Searched refs:_M_write (Results 1 – 5 of 5) sorted by relevance

/ndk/sources/cxx-stl/stlport/stlport/stl/
D_fstream.h71 bool _M_write(char* __buf, ptrdiff_t __n);
322 bool _M_write(char* __buf, ptrdiff_t __n) {return _M_base._M_write(__buf, __n); } in _M_write() function
360 return (__buf->_M_write(__first, __n)); in _M_doit()
D_fstream.c246 if (_M_write(_M_ext_buf, __n)) in overflow()
605 else if (!_M_write(_M_ext_buf, __enext - _M_ext_buf)) in _M_unshift()
/ndk/sources/cxx-stl/stlport/src/details/
Dfstream_stdio.cpp323 bool _Filebuf_base::_M_write(char* buf, ptrdiff_t n) in _M_write() function in _Filebuf_base
Dfstream_unistd.cpp267 bool _Filebuf_base::_M_write(char* buf, ptrdiff_t n) in _M_write() function in _Filebuf_base
Dfstream_win32io.cpp464 bool _Filebuf_base::_M_write(char* buf, ptrdiff_t n) { in _M_write() function in _Filebuf_base