Home
last modified time | relevance | path

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

/NextBSD/contrib/libstdc++/src/
Distream.cc193 typedef __istream_type::traits_type __traits_type; in operator >>() typedef
211 const __int_type __eof = __traits_type::eof(); in operator >>()
216 && !__traits_type::eq_int_type(__c, __eof) in operator >>()
218 __traits_type::to_char_type(__c))) in operator >>()
230 __traits_type::copy(__s, __sb->gptr(), __size); in operator >>()
238 *__s++ = __traits_type::to_char_type(__c); in operator >>()
244 if (__traits_type::eq_int_type(__c, __eof)) in operator >>()
269 typedef __istream_type::traits_type __traits_type; in operator >>() typedef
287 const __int_type __eof = __traits_type::eof(); in operator >>()
292 && !__traits_type::eq_int_type(__c, __eof) in operator >>()
[all …]
/NextBSD/contrib/libstdc++/include/bits/
Dlocale_facets.tcc286 typedef char_traits<_CharT> __traits_type; in _M_extract_float() typedef
441 __traits_type::find(__lit_zero, 10, __c); in _M_extract_float()
518 typedef char_traits<_CharT> __traits_type; in _M_extract_int() typedef
666 __traits_type::find(__lit_zero, __len, __c); in _M_extract_int()
1337 typedef char_traits<_CharT> __traits_type; in _M_extract() typedef
1437 const char_type* __q = __traits_type::find(__lit_zero, in _M_extract()
2083 typedef char_traits<_CharT> __traits_type; in _M_extract_name() typedef
2110 size_t __minlen = __traits_type::length(__names[__matches[0]]); in _M_extract_name()
2113 __traits_type::length(__names[__matches[__i2]])); in _M_extract_name()
2133 const size_t __len = __traits_type::length(__name); in _M_extract_name()
[all …]
/NextBSD/contrib/libstdc++/
DChangeLog-2001661 Fix __traits_type typo.