Home | History | Annotate | Download | only in bits

Lines Matching defs:_Hash_node

269    *  Primary template struct _Hash_node.
272 struct _Hash_node;
275 * Specialization for nodes with caches, struct _Hash_node.
280 struct _Hash_node<_Value, true> : _Hash_node_value_base<_Value>
284 _Hash_node*
286 { return static_cast<_Hash_node*>(this->_M_nxt); }
290 * Specialization for nodes without caches, struct _Hash_node.
295 struct _Hash_node<_Value, false> : _Hash_node_value_base<_Value>
297 _Hash_node*
299 { return static_cast<_Hash_node*>(this->_M_nxt); }
306 using __node_type = _Hash_node<_Value, _Cache_hash_code>;
703 using __node_type = _Hash_node<_Value, _Traits::__hash_cached::value>;
1073 typedef _Hash_node<_Value, false> __node_type;
1163 typedef _Hash_node<_Value, false> __node_type;
1252 typedef _Hash_node<_Value, true> __node_type;
1325 const _Key& __k, _HashCodeType __c, _Hash_node<_Value, true>* __n)
1336 const _Key& __k, _HashCodeType, _Hash_node<_Value, false>* __n)
1355 _Hash_node<_Value, true>* __p,
1374 _Hash_node<_Value, true>* _M_cur;
1437 _Hash_node<_Value, false>* __p,
1482 _Hash_node<_Value, false>* _M_cur;
1545 _Hash_node<_Value, __cache>* __p,
1597 _Hash_node<_Value, __cache>* __p,