Home | History | Annotate | Download | only in bits

Lines Matching full:__cache

117   template<typename _Value, bool __cache>
120 _Node_iterator_base(_Hash_node<_Value, __cache>* __p)
127 _Hash_node<_Value, __cache>* _M_cur;
130 template<typename _Value, bool __cache>
132 operator==(const _Node_iterator_base<_Value, __cache>& __x,
133 const _Node_iterator_base<_Value, __cache>& __y)
136 template<typename _Value, bool __cache>
138 operator!=(const _Node_iterator_base<_Value, __cache>& __x,
139 const _Node_iterator_base<_Value, __cache>& __y)
142 template<typename _Value, bool __constant_iterators, bool __cache>
144 : public _Node_iterator_base<_Value, __cache>
157 : _Node_iterator_base<_Value, __cache>(0) { }
160 _Node_iterator(_Hash_node<_Value, __cache>* __p)
161 : _Node_iterator_base<_Value, __cache>(__p) { }
187 template<typename _Value, bool __constant_iterators, bool __cache>
189 : public _Node_iterator_base<_Value, __cache>
198 : _Node_iterator_base<_Value, __cache>(0) { }
201 _Node_const_iterator(_Hash_node<_Value, __cache>* __p)
202 : _Node_iterator_base<_Value, __cache>(__p) { }
205 __cache>& __x)
206 : _Node_iterator_base<_Value, __cache>(__x._M_cur) { }
975 typename _H1, typename _H2, typename _Hash, bool __cache>
978 _H1, _H2, _Hash, __cache>& __x,
980 _H1, _H2, _Hash, __cache>& __y)
984 typename _H1, typename _H2, typename _Hash, bool __cache>
987 _H1, _H2, _Hash, __cache>& __x,
989 _H1, _H2, _Hash, __cache>& __y)
994 bool __constant_iterators, bool __cache>
997 __cache>
1012 _Local_iterator(_Hash_node<_Value, __cache>* __p,
1015 __cache>(__p, __bkt, __bkt_count)
1044 bool __constant_iterators, bool __cache>
1047 _H1, _H2, _Hash, __cache>
1058 _Local_const_iterator(_Hash_node<_Value, __cache>* __p,
1061 __cache>(__p, __bkt, __bkt_count)
1067 __cache>& __x)
1069 __cache>(__x._M_cur, __x._M_bucket,