Searched refs:_M_put (Results 1 - 7 of 7) sorted by relevance

/haiku-buildtools/gcc/gcc/testsuite/g++.dg/
H A Dpr59510.C51 void _M_put (_CharT * __ws, int __len) function in struct:ostreambuf_iterator
60 __result._M_put (__first, __num);
/haiku-buildtools/gcc/libstdc++-v3/include/bits/
H A Dlocale_conv.h474 _M_put(...) function in class:wbuffer_convert
478 _M_put(const char* __p, streamsize __n) function in class:wbuffer_convert
493 return _M_put(__first, __pending);
509 return _M_put(__next, __pending);
511 if (!_M_put(__outbuf, __outnext - __outbuf))
H A Dstreambuf_iterator.h279 _M_put(const _CharT* __ws, streamsize __len) function in class:ostreambuf_iterator
315 __result._M_put(__first, __num);
327 __result._M_put(__first, __num);
H A Dlocale_facets_nonio.h209 // FIXME: for error checking purposes _M_put should return the return
212 _M_put(_CharT* __s, size_t __maxlen, const _CharT* __format,
327 __timepunct<char>::_M_put(char*, size_t, const char*, const tm*) const throw ();
336 __timepunct<wchar_t>::_M_put(wchar_t*, size_t, const wchar_t*,
H A Dlocale_facets.h121 __s._M_put(__ws, __len);
/haiku-buildtools/gcc/libstdc++-v3/config/locale/generic/
H A Dtime_members.cc43 _M_put(char* __s, size_t __maxlen, const char* __format, function in class:__timepunct
128 _M_put(wchar_t* __s, size_t __maxlen, const wchar_t* __format, function in class:__timepunct
/haiku-buildtools/gcc/libstdc++-v3/config/locale/gnu/
H A Dtime_members.cc42 _M_put(char* __s, size_t __maxlen, const char* __format, function in class:__timepunct
198 _M_put(wchar_t* __s, size_t __maxlen, const wchar_t* __format, function in class:__timepunct

Completed in 68 milliseconds