Home
last modified time | relevance | path

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

/NextBSD/contrib/libstdc++/include/bits/
Dostream.tcc294 const size_t __clen = char_traits<char>::length(__s); in operator <<() local
298 __ws = new _CharT[__clen]; in operator <<()
299 for (size_t __i = 0; __i < __clen; ++__i) in operator <<()
311 __ostream_insert(__out, __ws, __clen); in operator <<()