Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/gcc.old/dist/libstdc++-v3/include/tr1/
H A Dhashtable_policy.h113 template<typename _Value, bool __constant_iterators, bool __cache> in _GLIBCXX_VISIBILITY()
119 __gnu_cxx::__conditional_type<__constant_iterators, in _GLIBCXX_VISIBILITY()
123 __gnu_cxx::__conditional_type<__constant_iterators, in _GLIBCXX_VISIBILITY()
160 template<typename _Value, bool __constant_iterators, bool __cache> in _GLIBCXX_VISIBILITY()
177 _Node_const_iterator(const _Node_iterator<_Value, __constant_iterators, in _GLIBCXX_VISIBILITY()
254 template<typename _Value, bool __constant_iterators, bool __cache> in _GLIBCXX_VISIBILITY()
260 __gnu_cxx::__conditional_type<__constant_iterators, in _GLIBCXX_VISIBILITY()
264 __gnu_cxx::__conditional_type<__constant_iterators, in _GLIBCXX_VISIBILITY()
305 template<typename _Value, bool __constant_iterators, bool __cache> in _GLIBCXX_VISIBILITY()
327 __constant_iterators, __cache>& __x) in _GLIBCXX_VISIBILITY()
H A Dhashtable.h107 bool __constant_iterators, in _GLIBCXX_VISIBILITY()
116 __constant_iterators, in _GLIBCXX_VISIBILITY()
126 __constant_iterators, in _GLIBCXX_VISIBILITY()
145 typedef __detail::_Node_iterator<value_type, __constant_iterators, in _GLIBCXX_VISIBILITY()
149 __constant_iterators, in _GLIBCXX_VISIBILITY()
153 typedef __detail::_Hashtable_iterator<value_type, __constant_iterators, in _GLIBCXX_VISIBILITY()
157 __constant_iterators, in _GLIBCXX_VISIBILITY()
/netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/include/tr1/
H A Dhashtable_policy.h113 template<typename _Value, bool __constant_iterators, bool __cache> in _GLIBCXX_VISIBILITY()
119 __gnu_cxx::__conditional_type<__constant_iterators, in _GLIBCXX_VISIBILITY()
123 __gnu_cxx::__conditional_type<__constant_iterators, in _GLIBCXX_VISIBILITY()
160 template<typename _Value, bool __constant_iterators, bool __cache> in _GLIBCXX_VISIBILITY()
177 _Node_const_iterator(const _Node_iterator<_Value, __constant_iterators, in _GLIBCXX_VISIBILITY()
254 template<typename _Value, bool __constant_iterators, bool __cache> in _GLIBCXX_VISIBILITY()
260 __gnu_cxx::__conditional_type<__constant_iterators, in _GLIBCXX_VISIBILITY()
264 __gnu_cxx::__conditional_type<__constant_iterators, in _GLIBCXX_VISIBILITY()
305 template<typename _Value, bool __constant_iterators, bool __cache> in _GLIBCXX_VISIBILITY()
327 __constant_iterators, __cache>& __x) in _GLIBCXX_VISIBILITY()
H A Dhashtable.h107 bool __constant_iterators, in _GLIBCXX_VISIBILITY()
116 __constant_iterators, in _GLIBCXX_VISIBILITY()
126 __constant_iterators, in _GLIBCXX_VISIBILITY()
145 typedef __detail::_Node_iterator<value_type, __constant_iterators, in _GLIBCXX_VISIBILITY()
149 __constant_iterators, in _GLIBCXX_VISIBILITY()
153 typedef __detail::_Hashtable_iterator<value_type, __constant_iterators, in _GLIBCXX_VISIBILITY()
157 __constant_iterators, in _GLIBCXX_VISIBILITY()
/netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/include/bits/
H A Dhashtable_policy.h247 using __constant_iterators = __bool_constant<_Constant_iterators>; in _GLIBCXX_VISIBILITY()
378 template<typename _Value, bool __constant_iterators, bool __cache> in _GLIBCXX_VISIBILITY()
391 using pointer = __conditional_t<__constant_iterators, in _GLIBCXX_VISIBILITY()
394 using reference = __conditional_t<__constant_iterators, in _GLIBCXX_VISIBILITY()
428 template<typename _Value, bool __constant_iterators, bool __cache> in _GLIBCXX_VISIBILITY()
450 _Node_const_iterator(const _Node_iterator<_Value, __constant_iterators, in _GLIBCXX_VISIBILITY()
853 using __constant_iterators = typename _Traits::__constant_iterators; in _GLIBCXX_VISIBILITY()
881 using iterator = _Node_iterator<_Value, __constant_iterators::value, in _GLIBCXX_VISIBILITY()
885 __constant_iterators::value, in _GLIBCXX_VISIBILITY()
1005 bool _Constant_iterators = _Traits::__constant_iterators::value> in _GLIBCXX_VISIBILITY()
[all …]
H A Dhashtable.h212 using __constant_iterators = typename __traits_type::__constant_iterators; in _GLIBCXX_VISIBILITY() local
255 __constant_iterators::value, in _GLIBCXX_VISIBILITY()
261 __constant_iterators::value, __hash_cached::value>; in _GLIBCXX_VISIBILITY()
/netbsd-src/external/gpl3/gcc.old/dist/libstdc++-v3/include/bits/
H A Dhashtable_policy.h202 using __constant_iterators = __bool_constant<_Constant_iterators>; in _GLIBCXX_VISIBILITY() member
317 template<typename _Value, bool __constant_iterators, bool __cache> in _GLIBCXX_VISIBILITY()
330 using pointer = typename std::conditional<__constant_iterators, in _GLIBCXX_VISIBILITY()
333 using reference = typename std::conditional<__constant_iterators, in _GLIBCXX_VISIBILITY()
368 template<typename _Value, bool __constant_iterators, bool __cache> in _GLIBCXX_VISIBILITY()
391 _Node_const_iterator(const _Node_iterator<_Value, __constant_iterators, in _GLIBCXX_VISIBILITY()
934 bool _Constant_iterators = _Traits::__constant_iterators::value> in _GLIBCXX_VISIBILITY()
1601 bool __constant_iterators, bool __cache> in _GLIBCXX_VISIBILITY()
1612 typedef typename std::conditional<__constant_iterators, in _GLIBCXX_VISIBILITY()
1615 typedef typename std::conditional<__constant_iterators, in _GLIBCXX_VISIBILITY()
[all …]
H A Dhashtable.h241 using __constant_iterators = typename __traits_type::__constant_iterators; in _GLIBCXX_VISIBILITY() local
245 __constant_iterators::value, in _GLIBCXX_VISIBILITY()
/netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/
H A DChangeLog-20202304 (_Insert_base<>::__constant_iterators): New.
2322 (_Hashtable_base<>::__constant_iterators): Remove.