Searched refs:_Hash_node (Results 1 - 9 of 9) sorted by relevance

/netbsd-current/external/gpl3/gcc.old/dist/libstdc++-v3/include/tr1/
H A Dhashtable_policy.h69 struct _Hash_node;
72 struct _Hash_node<_Value, true> struct in namespace:tr1::__detail
76 _Hash_node* _M_next;
80 struct _Hash_node<_Value, false> struct in namespace:tr1::__detail
83 _Hash_node* _M_next;
91 _Node_iterator_base(_Hash_node<_Value, __cache>* __p)
98 _Hash_node<_Value, __cache>* _M_cur;
133 _Node_iterator(_Hash_node<_Value, __cache>* __p)
174 _Node_const_iterator(_Hash_node<_Value, __cache>* __p)
208 _Hashtable_iterator_base(_Hash_node<_Valu
596 _M_bucket_index(const _Hash_node<_Value, false>* __p, std::size_t __n) const argument
610 _M_copy_code(_Hash_node<_Value, false>*, const _Hash_node<_Value, false>*) const argument
675 _M_bucket_index(const _Hash_node<_Value, false>* __p, std::size_t __n) const argument
689 _M_copy_code(_Hash_node<_Value, false>*, const _Hash_node<_Value, false>*) const argument
742 _M_bucket_index(const _Hash_node<_Value, true>* __p, std::size_t __n) const argument
756 _M_copy_code(_Hash_node<_Value, true>* __to, const _Hash_node<_Value, true>* __from) const argument
[all...]
H A Dhashtable.h166 typedef __detail::_Hash_node<_Value, __cache_hash_code> _Node;
/netbsd-current/external/gpl3/gcc/dist/libstdc++-v3/include/tr1/
H A Dhashtable_policy.h69 struct _Hash_node;
72 struct _Hash_node<_Value, true> struct in namespace:tr1::__detail
76 _Hash_node* _M_next;
80 struct _Hash_node<_Value, false> struct in namespace:tr1::__detail
83 _Hash_node* _M_next;
91 _Node_iterator_base(_Hash_node<_Value, __cache>* __p)
98 _Hash_node<_Value, __cache>* _M_cur;
133 _Node_iterator(_Hash_node<_Value, __cache>* __p)
174 _Node_const_iterator(_Hash_node<_Value, __cache>* __p)
208 _Hashtable_iterator_base(_Hash_node<_Valu
596 _M_bucket_index(const _Hash_node<_Value, false>* __p, std::size_t __n) const argument
610 _M_copy_code(_Hash_node<_Value, false>*, const _Hash_node<_Value, false>*) const argument
675 _M_bucket_index(const _Hash_node<_Value, false>* __p, std::size_t __n) const argument
689 _M_copy_code(_Hash_node<_Value, false>*, const _Hash_node<_Value, false>*) const argument
742 _M_bucket_index(const _Hash_node<_Value, true>* __p, std::size_t __n) const argument
756 _M_copy_code(_Hash_node<_Value, true>* __to, const _Hash_node<_Value, true>* __from) const argument
[all...]
H A Dhashtable.h166 typedef __detail::_Hash_node<_Value, __cache_hash_code> _Node;
/netbsd-current/external/gpl3/gcc.old/dist/libstdc++-v3/include/profile/
H A Dunordered_base.h44 const __detail::_Hash_node<_Value, true>* __node)
53 const __detail::_Hash_node<_Value, false>* __node)
65 const __detail::_Hash_node<_Value, false>* __node)
72 const __detail::_Hash_node<_Value, _Cache_hash_code>* __node)
88 const __detail::_Hash_node<_Value, true>* __lhs,
89 const __detail::_Hash_node<_Value, true>* __rhs)
102 const __detail::_Hash_node<_Value, false>* __lhs,
103 const __detail::_Hash_node<_Value, false>* __rhs)
115 const __detail::_Hash_node<_Value, true>* __lhs,
116 const __detail::_Hash_node<_Valu
[all...]
/netbsd-current/external/gpl3/gcc.old/dist/libstdc++-v3/include/bits/
H A Dhashtable_policy.h253 * Primary template struct _Hash_node.
256 struct _Hash_node;
259 * Specialization for nodes with caches, struct _Hash_node.
264 struct _Hash_node<_Value, true> : _Hash_node_value_base<_Value> struct in struct:__detail::_Hash_node_base
268 _Hash_node*
270 { return static_cast<_Hash_node*>(this->_M_nxt); }
274 * Specialization for nodes without caches, struct _Hash_node.
279 struct _Hash_node<_Value, false> : _Hash_node_value_base<_Value> struct in struct:__detail::_Hash_node_base
281 _Hash_node*
283 { return static_cast<_Hash_node*>(thi
1786 _S_equals(__hash_code __c, const _Hash_node<_Ptr2, true>& __n) argument
[all...]
H A Dhashtable.h120 * with _Bucket being _Hash_node* and _Hash_node containing:
122 * - _Hash_node* _M_next
197 __detail::_Hash_node<_Value,
210 using __node_type = __detail::_Hash_node<_Value, __hash_cached::value>;
/netbsd-current/external/gpl3/gcc/dist/libstdc++-v3/include/bits/
H A Dhashtable_policy.h336 * Primary template struct _Hash_node.
339 struct _Hash_node struct in struct:__detail::_Hash_node_base
343 _Hash_node*
345 { return static_cast<_Hash_node*>(this->_M_nxt); }
352 using __node_type = _Hash_node<_Value, _Cache_hash_code>;
856 __alloc_rebind<_Alloc, _Hash_node<_Value,
1356 _Hash_node<_Value, true>* __p,
1436 _Hash_node<_Value, false>* __p,
1521 _Hash_node<_Value, __cache>* __n,
1573 _Hash_node<_Valu
[all...]
H A Dhashtable.h118 * with _Bucket being _Hash_node_base* and _Hash_node containing:
120 * - _Hash_node* _M_next
199 __detail::_Hash_node<_Value,
213 using __node_type = __detail::_Hash_node<_Value, __hash_cached::value>;

Completed in 172 milliseconds