Home
last modified time | relevance | path

Searched refs:_Hashtable (Results 1 – 6 of 6) sorted by relevance

/trueos/contrib/libstdc++/include/tr1/
Dhashtable69 // Class template _Hashtable, class definition.
71 // Meaning of class template _Hashtable's template parameters
121 // __unique_keys: bool. true if the return value of _Hashtable::count(k)
133 class _Hashtable
135 _Hashtable<_Key, _Value, _Allocator,
145 _Hashtable<_Key, _Value, _Allocator,
181 template<typename _Key2, typename _Pair, typename _Hashtable>
217 _Hashtable(size_type __bucket_hint,
223 _Hashtable(_InputIterator __first, _InputIterator __last,
229 _Hashtable(const _Hashtable&);
[all …]
Dhashtable_policy.h616 typename _Hashtable> in _GLIBCXX_BEGIN_NAMESPACE()
619 template<typename _Key, typename _Pair, typename _Hashtable> in _GLIBCXX_BEGIN_NAMESPACE()
620 struct _Map_base<_Key, _Pair, std::_Select1st<_Pair>, false, _Hashtable> in _GLIBCXX_BEGIN_NAMESPACE()
625 template<typename _Key, typename _Pair, typename _Hashtable> in _GLIBCXX_BEGIN_NAMESPACE()
626 struct _Map_base<_Key, _Pair, std::_Select1st<_Pair>, true, _Hashtable> in _GLIBCXX_BEGIN_NAMESPACE()
634 template<typename _Key, typename _Pair, typename _Hashtable> in _GLIBCXX_BEGIN_NAMESPACE()
636 true, _Hashtable>::mapped_type& in _GLIBCXX_BEGIN_NAMESPACE()
637 _Map_base<_Key, _Pair, std::_Select1st<_Pair>, true, _Hashtable>:: in _GLIBCXX_BEGIN_NAMESPACE()
640 _Hashtable* __h = static_cast<_Hashtable*>(this); in _GLIBCXX_BEGIN_NAMESPACE()
641 typename _Hashtable::_Hash_code_type __code = __h->_M_hash_code(__k); in _GLIBCXX_BEGIN_NAMESPACE()
[all …]
Dunordered_set52 : public _Hashtable<_Value, _Value, _Alloc,
59 typedef _Hashtable<_Value, _Value, _Alloc,
101 : public _Hashtable<_Value, _Value, _Alloc,
108 typedef _Hashtable<_Value, _Value, _Alloc,
Dunordered_map52 : public _Hashtable<_Key, std::pair<const _Key, _Tp>, _Alloc,
59 typedef _Hashtable<_Key, std::pair<const _Key, _Tp>, _Alloc,
101 : public _Hashtable<_Key, std::pair<const _Key, _Tp>,
109 typedef _Hashtable<_Key, std::pair<const _Key, _Tp>,
/trueos/contrib/libstdc++/include/ext/
Dhashtable.h111 _Hashtable; typedef
127 _Hashtable* _M_ht;
129 _Hashtable_iterator(_Node* __n, _Hashtable* __tab) in _Hashtable_iterator()
162 _Hashtable; typedef
179 const _Hashtable* _M_ht;
181 _Hashtable_const_iterator(const _Node* __n, const _Hashtable* __tab) in _Hashtable_const_iterator()
/trueos/contrib/libstdc++/
DChangeLog-20061455 * include/tr1/hashtable (_Hashtable<>::max_size): Likewise.
1475 * include/tr1/hashtable (_Hashtable<>::_M_get_Value_allocator): Add.
1476 (_Hashtable<>::_M_allocate_node, _M_deallocate_node): Use it.