Home | History | Annotate | Download | only in bits

Lines Matching defs:_Hash_node

159    *  Primary template struct _Hash_node.
162 struct _Hash_node;
165 * Specialization for nodes with caches, struct _Hash_node.
170 struct _Hash_node<_Value, true> : _Hash_node_base
176 _Hash_node(_Args&&... __args)
179 _Hash_node*
180 _M_next() const { return static_cast<_Hash_node*>(_M_nxt); }
184 * Specialization for nodes without caches, struct _Hash_node.
189 struct _Hash_node<_Value, false> : _Hash_node_base
194 _Hash_node(_Args&&... __args)
197 _Hash_node*
198 _M_next() const { return static_cast<_Hash_node*>(_M_nxt); }
205 using __node_type = _Hash_node<_Value, _Cache_hash_code>;
923 typedef _Hash_node<_Value, false> __node_type;
1007 typedef _Hash_node<_Value, false> __node_type;
1094 typedef _Hash_node<_Value, true> __node_type;
1165 const _Key& __k, _HashCodeType __c, _Hash_node<_Value, true>* __n)
1176 const _Key& __k, _HashCodeType, _Hash_node<_Value, false>* __n)
1196 _Hash_node<_Value, true>* __p,
1215 _Hash_node<_Value, true>* _M_cur;
1235 _Hash_node<_Value, false>* __p,
1252 _Hash_node<_Value, false>* _M_cur;
1301 _Hash_node<_Value, __cache>* __p,
1353 _Hash_node<_Value, __cache>* __p,