HomeSort by: relevance | last modified time | path
    Searched refs:__traits_type (Results 1 - 12 of 12) sorted by relevancy

  /src/external/gpl3/gcc.old/dist/libstdc++-v3/include/ext/pb_ds/detail/branch_policy/
null_node_metadata.hpp 55 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;
  /src/external/gpl3/gcc/dist/libstdc++-v3/include/ext/pb_ds/detail/branch_policy/
null_node_metadata.hpp 55 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;
  /src/external/gpl3/gcc.old/dist/libstdc++-v3/src/c++98/
istream-string.cc 47 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::eq_int_type(__c, __eof
213 typedef __istream_type::traits_type __traits_type; typedef
    [all...]
istream.cc 222 typedef __istream_type::traits_type __traits_type; typedef
240 const __int_type __eof = __traits_type::eof();
245 && !__traits_type::eq_int_type(__c, __eof)
247 __traits_type::to_char_type(__c)))
259 __traits_type::copy(__s, __sb->gptr(), __size);
267 *__s++ = __traits_type::to_char_type(__c);
274 && __traits_type::eq_int_type(__c, __eof))
  /src/external/gpl3/gcc/dist/libstdc++-v3/src/c++98/
istream-string.cc 47 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::eq_int_type(__c, __eof
213 typedef __istream_type::traits_type __traits_type; typedef
    [all...]
istream.cc 222 typedef __istream_type::traits_type __traits_type; typedef
240 const __int_type __eof = __traits_type::eof();
245 && !__traits_type::eq_int_type(__c, __eof)
247 __traits_type::to_char_type(__c)))
259 __traits_type::copy(__s, __sb->gptr(), __size);
267 *__s++ = __traits_type::to_char_type(__c);
274 && __traits_type::eq_int_type(__c, __eof))
  /src/external/gpl3/gcc.old/dist/libstdc++-v3/include/bits/
stl_iterator.h 153 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::reference reference
    [all...]
hashtable.h 210 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;
hashtable_policy.h 1634 using __traits_type = _Traits;
1635 using __hash_cached = typename __traits_type::__hash_cached;
  /src/external/gpl3/gcc/dist/libstdc++-v3/include/bits/
stl_iterator.h 150 typedef iterator_traits<_Iterator> __traits_type; typedef in class:reverse_iterator
154 typedef typename __traits_type::pointer pointer;
156 typedef typename __traits_type::difference_type difference_type;
157 typedef typename __traits_type::reference reference;
164 = __detail::__clamp_iter_cat<typename __traits_type::iterator_category,
1043 typedef std::iterator_traits<_Iterator> __traits_type; typedef in class:__normal_iterator
1053 typedef typename __traits_type::iterator_category iterator_category;
1054 typedef typename __traits_type::value_type value_type;
1055 typedef typename __traits_type::difference_type difference_type;
1056 typedef typename __traits_type::reference reference
    [all...]
hashtable.h 213 using __traits_type = _Traits;
214 using __hash_cached = typename __traits_type::__hash_cached;
215 using __constant_iterators = typename __traits_type::__constant_iterators;
271 using __unique_keys = typename __traits_type::__unique_keys;
hashtable_policy.h 1742 using __traits_type = _Traits;
1743 using __hash_cached = typename __traits_type::__hash_cached;

Completed in 44 milliseconds