Searched refs:_Hashtable (Results 1 - 2 of 2) sorted by relevance

/freebsd-10.0-release/contrib/libstdc++/include/tr1/
H A Dhashtable_policy.h170 // Auxiliary types used for all instantiations of _Hashtable: nodes
174 // template parameter of class template _Hashtable controls whether
465 // Many of class template _Hashtable's template parameters are policy
601 // Base classes for std::tr1::_Hashtable. We define these base
607 // of class template _Hashtable, so we use the "curiously recurring
616 typename _Hashtable>
619 template<typename _Key, typename _Pair, typename _Hashtable>
620 struct _Map_base<_Key, _Pair, std::_Select1st<_Pair>, false, _Hashtable>
625 template<typename _Key, typename _Pair, typename _Hashtable>
626 struct _Map_base<_Key, _Pair, std::_Select1st<_Pair>, true, _Hashtable>
[all...]
/freebsd-10.0-release/contrib/libstdc++/include/ext/
H A Dhashtable.h111 _Hashtable; typedef in struct:_Hashtable_iterator
127 _Hashtable* _M_ht;
129 _Hashtable_iterator(_Node* __n, _Hashtable* __tab)
162 _Hashtable; typedef in struct:_Hashtable_const_iterator
179 const _Hashtable* _M_ht;
181 _Hashtable_const_iterator(const _Node* __n, const _Hashtable* __tab)

Completed in 59 milliseconds