Searched refs:__ostream_insert (Results 1 – 6 of 6) sorted by relevance
| /openbsd/src/gnu/gcc/libstdc++-v3/include/bits/ |
| D | ostream_insert.h | 78 __ostream_insert(basic_ostream<_CharT, _Traits>& __out, in __ostream_insert() function 116 extern template ostream& __ostream_insert(ostream&, const char*, streamsize); 119 extern template wostream& __ostream_insert(wostream&, const wchar_t*,
|
| D | ostream.tcc | 311 __ostream_insert(__out, __ws, __clen); in operator <<()
|
| D | basic_string.h | 2404 return __ostream_insert(__os, __str.data(), __str.size());
|
| /openbsd/src/gnu/gcc/libstdc++-v3/include/std/ |
| D | std_ostream.h | 454 { return __ostream_insert(__out, &__c, 1); } 465 { return __ostream_insert(__out, &__c, 1); } 500 __ostream_insert(__out, __s, 517 __ostream_insert(__out, __s,
|
| /openbsd/src/gnu/gcc/libstdc++-v3/src/ |
| D | ostream-inst.cc | 58 template ostream& __ostream_insert(ostream&, const char*, streamsize); 87 template wostream& __ostream_insert(wostream&, const wchar_t*, streamsize);
|
| /openbsd/src/gnu/gcc/libstdc++-v3/include/ext/ |
| D | vstring.h | 2150 return __ostream_insert(__os, __str.data(), __str.size());
|