Home
last modified time | relevance | path

Searched refs:__ostream_insert (Results 1 – 6 of 6) sorted by relevance

/openbsd/src/gnu/gcc/libstdc++-v3/include/bits/
Dostream_insert.h78 __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*,
Dostream.tcc311 __ostream_insert(__out, __ws, __clen); in operator <<()
Dbasic_string.h2404 return __ostream_insert(__os, __str.data(), __str.size());
/openbsd/src/gnu/gcc/libstdc++-v3/include/std/
Dstd_ostream.h454 { 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/
Dostream-inst.cc58 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/
Dvstring.h2150 return __ostream_insert(__os, __str.data(), __str.size());