Searched refs:__traits_type (Results 1 - 12 of 12) sorted by relevance

/netbsd-current/external/gpl3/gcc.old/dist/libstdc++-v3/include/ext/pb_ds/detail/branch_policy/
H A Dnull_node_metadata.hpp55 typedef types_traits<Key, Data, _Alloc, false> __traits_type; typedef in struct:__gnu_pbds::detail::dumnode_const_iterator
56 typedef typename __traits_type::pointer const_iterator;
/netbsd-current/external/gpl3/gcc/dist/libstdc++-v3/include/ext/pb_ds/detail/branch_policy/
H A Dnull_node_metadata.hpp55 typedef types_traits<Key, Data, _Alloc, false> __traits_type; typedef in struct:__gnu_pbds::detail::dumnode_const_iterator
56 typedef typename __traits_type::pointer const_iterator;
/netbsd-current/external/gpl3/gcc.old/dist/libstdc++-v3/src/c++98/
H A Distream-string.cc47 typedef __istream_type::traits_type __traits_type; typedef
65 const __int_type __eof = __traits_type::eof();
70 && !__traits_type::eq_int_type(__c, __eof)
72 __traits_type::to_char_type(__c)))
90 __str += __traits_type::to_char_type(__c);
96 if (__traits_type::eq_int_type(__c, __eof))
128 typedef __istream_type::traits_type __traits_type; typedef
142 const __int_type __idelim = __traits_type::to_int_type(__delim);
143 const __int_type __eof = __traits_type::eof();
148 && !__traits_type
213 typedef __istream_type::traits_type __traits_type; typedef
[all...]
H A Distream.cc204 typedef __istream_type::traits_type __traits_type; typedef
222 const __int_type __eof = __traits_type::eof();
227 && !__traits_type::eq_int_type(__c, __eof)
229 __traits_type::to_char_type(__c)))
241 __traits_type::copy(__s, __sb->gptr(), __size);
249 *__s++ = __traits_type::to_char_type(__c);
255 if (__traits_type::eq_int_type(__c, __eof))
/netbsd-current/external/gpl3/gcc/dist/libstdc++-v3/src/c++98/
H A Distream-string.cc47 typedef __istream_type::traits_type __traits_type; typedef
65 const __int_type __eof = __traits_type::eof();
70 && !__traits_type::eq_int_type(__c, __eof)
72 __traits_type::to_char_type(__c)))
90 __str += __traits_type::to_char_type(__c);
96 if (__extracted < __n && __traits_type::eq_int_type(__c, __eof))
128 typedef __istream_type::traits_type __traits_type; typedef
142 const __int_type __idelim = __traits_type::to_int_type(__delim);
143 const __int_type __eof = __traits_type::eof();
148 && !__traits_type
213 typedef __istream_type::traits_type __traits_type; typedef
[all...]
H A Distream.cc215 typedef __istream_type::traits_type __traits_type; typedef
233 const __int_type __eof = __traits_type::eof();
238 && !__traits_type::eq_int_type(__c, __eof)
240 __traits_type::to_char_type(__c)))
252 __traits_type::copy(__s, __sb->gptr(), __size);
260 *__s++ = __traits_type::to_char_type(__c);
267 && __traits_type::eq_int_type(__c, __eof))
/netbsd-current/external/gpl3/gcc.old/dist/libstdc++-v3/include/bits/
H A Dstl_iterator.h136 typedef iterator_traits<_Iterator> __traits_type; typedef in class:reverse_iterator
140 typedef typename __traits_type::pointer pointer;
142 typedef typename __traits_type::difference_type difference_type;
143 typedef typename __traits_type::reference reference;
150 = __detail::__clamp_iter_cat<typename __traits_type::iterator_category,
977 typedef std::iterator_traits<_Iterator> __traits_type; typedef in class:__normal_iterator
981 typedef typename __traits_type::iterator_category iterator_category;
982 typedef typename __traits_type::value_type value_type;
983 typedef typename __traits_type::difference_type difference_type;
984 typedef typename __traits_type
[all...]
H A Dhashtable_policy.h1737 using __traits_type = _Traits;
1738 using __hash_cached = typename __traits_type::__hash_cached;
1739 using __constant_iterators = typename __traits_type::__constant_iterators;
1740 using __unique_keys = typename __traits_type::__unique_keys;
H A Dhashtable.h208 using __traits_type = _Traits;
209 using __hash_cached = typename __traits_type::__hash_cached;
241 using __constant_iterators = typename __traits_type::__constant_iterators;
242 using __unique_keys = typename __traits_type::__unique_keys;
/netbsd-current/external/gpl3/gcc/dist/libstdc++-v3/include/bits/
H A Dstl_iterator.h153 typedef iterator_traits<_Iterator> __traits_type; typedef in class:reverse_iterator
157 typedef typename __traits_type::pointer pointer;
159 typedef typename __traits_type::difference_type difference_type;
160 typedef typename __traits_type::reference reference;
167 = __detail::__clamp_iter_cat<typename __traits_type::iterator_category,
1048 typedef std::iterator_traits<_Iterator> __traits_type; typedef in class:__normal_iterator
1058 typedef typename __traits_type::iterator_category iterator_category;
1059 typedef typename __traits_type::value_type value_type;
1060 typedef typename __traits_type::difference_type difference_type;
1061 typedef typename __traits_type
[all...]
H A Dhashtable.h210 using __traits_type = _Traits;
211 using __hash_cached = typename __traits_type::__hash_cached;
212 using __constant_iterators = typename __traits_type::__constant_iterators;
267 using __unique_keys = typename __traits_type::__unique_keys;
H A Dhashtable_policy.h1634 using __traits_type = _Traits;
1635 using __hash_cached = typename __traits_type::__hash_cached;

Completed in 311 milliseconds