| /dflybsd-src/contrib/gcc-8.0/libstdc++-v3/include/tr1/ |
| H A D | hashtable.h | 108 class _Hashtable in _GLIBCXX_VISIBILITY() 110 _Hashtable<_Key, _Value, _Allocator, in _GLIBCXX_VISIBILITY() 120 _Hashtable<_Key, _Value, _Allocator, in _GLIBCXX_VISIBILITY() 195 _Hashtable(size_type __bucket_hint, in _GLIBCXX_VISIBILITY() 201 _Hashtable(_InputIterator __first, _InputIterator __last, in _GLIBCXX_VISIBILITY() 207 _Hashtable(const _Hashtable&); in _GLIBCXX_VISIBILITY() 209 _Hashtable& in _GLIBCXX_VISIBILITY() 210 operator=(const _Hashtable&); in _GLIBCXX_VISIBILITY() 212 ~_Hashtable(); in _GLIBCXX_VISIBILITY() 214 void swap(_Hashtable&); in _GLIBCXX_VISIBILITY() [all …]
|
| H A D | hashtable_policy.h | 493 typename _Hashtable> in _GLIBCXX_VISIBILITY() 496 template<typename _Key, typename _Pair, typename _Hashtable> in _GLIBCXX_VISIBILITY() 497 struct _Map_base<_Key, _Pair, std::_Select1st<_Pair>, false, _Hashtable> in _GLIBCXX_VISIBILITY() 502 template<typename _Key, typename _Pair, typename _Hashtable> in _GLIBCXX_VISIBILITY() 503 struct _Map_base<_Key, _Pair, std::_Select1st<_Pair>, true, _Hashtable> in _GLIBCXX_VISIBILITY() 511 template<typename _Key, typename _Pair, typename _Hashtable> in _GLIBCXX_VISIBILITY() 513 true, _Hashtable>::mapped_type& in _GLIBCXX_VISIBILITY() 514 _Map_base<_Key, _Pair, std::_Select1st<_Pair>, true, _Hashtable>:: in _GLIBCXX_VISIBILITY() 517 _Hashtable* __h = static_cast<_Hashtable*>(this); in _GLIBCXX_VISIBILITY() 518 typename _Hashtable::_Hash_code_type __code = __h->_M_hash_code(__k); in _GLIBCXX_VISIBILITY() [all …]
|
| H A D | unordered_set.h | 44 : public _Hashtable<_Value, _Value, _Alloc, in _GLIBCXX_VISIBILITY() 51 typedef _Hashtable<_Value, _Value, _Alloc, in _GLIBCXX_VISIBILITY() 93 : public _Hashtable<_Value, _Value, _Alloc, in _GLIBCXX_VISIBILITY() 100 typedef _Hashtable<_Value, _Value, _Alloc, in _GLIBCXX_VISIBILITY()
|
| H A D | unordered_map.h | 44 : public _Hashtable<_Key, std::pair<const _Key, _Tp>, _Alloc, in _GLIBCXX_VISIBILITY() 51 typedef _Hashtable<_Key, std::pair<const _Key, _Tp>, _Alloc, in _GLIBCXX_VISIBILITY() 93 : public _Hashtable<_Key, std::pair<const _Key, _Tp>, in _GLIBCXX_VISIBILITY() 101 typedef _Hashtable<_Key, std::pair<const _Key, _Tp>, in _GLIBCXX_VISIBILITY()
|
| /dflybsd-src/contrib/gcc-4.7/libstdc++-v3/include/tr1/ |
| H A D | hashtable.h | 108 class _Hashtable in _GLIBCXX_VISIBILITY() 110 _Hashtable<_Key, _Value, _Allocator, in _GLIBCXX_VISIBILITY() 120 _Hashtable<_Key, _Value, _Allocator, in _GLIBCXX_VISIBILITY() 195 _Hashtable(size_type __bucket_hint, in _GLIBCXX_VISIBILITY() 201 _Hashtable(_InputIterator __first, _InputIterator __last, in _GLIBCXX_VISIBILITY() 207 _Hashtable(const _Hashtable&); in _GLIBCXX_VISIBILITY() 209 _Hashtable& in _GLIBCXX_VISIBILITY() 210 operator=(const _Hashtable&); in _GLIBCXX_VISIBILITY() 212 ~_Hashtable(); in _GLIBCXX_VISIBILITY() 214 void swap(_Hashtable&); in _GLIBCXX_VISIBILITY() [all …]
|
| H A D | hashtable_policy.h | 498 typename _Hashtable> in _GLIBCXX_VISIBILITY() 501 template<typename _Key, typename _Pair, typename _Hashtable> in _GLIBCXX_VISIBILITY() 502 struct _Map_base<_Key, _Pair, std::_Select1st<_Pair>, false, _Hashtable> in _GLIBCXX_VISIBILITY() 507 template<typename _Key, typename _Pair, typename _Hashtable> in _GLIBCXX_VISIBILITY() 508 struct _Map_base<_Key, _Pair, std::_Select1st<_Pair>, true, _Hashtable> in _GLIBCXX_VISIBILITY() 516 template<typename _Key, typename _Pair, typename _Hashtable> in _GLIBCXX_VISIBILITY() 518 true, _Hashtable>::mapped_type& in _GLIBCXX_VISIBILITY() 519 _Map_base<_Key, _Pair, std::_Select1st<_Pair>, true, _Hashtable>:: in _GLIBCXX_VISIBILITY() 522 _Hashtable* __h = static_cast<_Hashtable*>(this); in _GLIBCXX_VISIBILITY() 523 typename _Hashtable::_Hash_code_type __code = __h->_M_hash_code(__k); in _GLIBCXX_VISIBILITY() [all …]
|
| H A D | unordered_set.h | 44 : public _Hashtable<_Value, _Value, _Alloc, in _GLIBCXX_VISIBILITY() 51 typedef _Hashtable<_Value, _Value, _Alloc, in _GLIBCXX_VISIBILITY() 93 : public _Hashtable<_Value, _Value, _Alloc, in _GLIBCXX_VISIBILITY() 100 typedef _Hashtable<_Value, _Value, _Alloc, in _GLIBCXX_VISIBILITY()
|
| H A D | unordered_map.h | 44 : public _Hashtable<_Key, std::pair<const _Key, _Tp>, _Alloc, in _GLIBCXX_VISIBILITY() 51 typedef _Hashtable<_Key, std::pair<const _Key, _Tp>, _Alloc, in _GLIBCXX_VISIBILITY() 93 : public _Hashtable<_Key, std::pair<const _Key, _Tp>, in _GLIBCXX_VISIBILITY() 101 typedef _Hashtable<_Key, std::pair<const _Key, _Tp>, in _GLIBCXX_VISIBILITY()
|
| /dflybsd-src/contrib/gcc-4.7/libstdc++-v3/include/bits/ |
| H A D | hashtable_policy.h | 402 typename _Hashtable> in _GLIBCXX_VISIBILITY() 405 template<typename _Key, typename _Pair, typename _Hashtable> in _GLIBCXX_VISIBILITY() 406 struct _Map_base<_Key, _Pair, std::_Select1st<_Pair>, false, _Hashtable> in _GLIBCXX_VISIBILITY() 411 template<typename _Key, typename _Pair, typename _Hashtable> in _GLIBCXX_VISIBILITY() 412 struct _Map_base<_Key, _Pair, std::_Select1st<_Pair>, true, _Hashtable> in _GLIBCXX_VISIBILITY() 431 template<typename _Key, typename _Pair, typename _Hashtable> in _GLIBCXX_VISIBILITY() 433 true, _Hashtable>::mapped_type& in _GLIBCXX_VISIBILITY() 434 _Map_base<_Key, _Pair, std::_Select1st<_Pair>, true, _Hashtable>:: in _GLIBCXX_VISIBILITY() 437 _Hashtable* __h = static_cast<_Hashtable*>(this); in _GLIBCXX_VISIBILITY() 438 typename _Hashtable::_Hash_code_type __code = __h->_M_hash_code(__k); in _GLIBCXX_VISIBILITY() [all …]
|
| H A D | hashtable.h | 149 class _Hashtable in _GLIBCXX_VISIBILITY() 151 _Hashtable<_Key, _Value, _Allocator, in _GLIBCXX_VISIBILITY() 161 _Hashtable<_Key, _Value, _Allocator, in _GLIBCXX_VISIBILITY() 169 _Hashtable<_Key, _Value, _Allocator, in _GLIBCXX_VISIBILITY() 294 _Hashtable(size_type __bucket_hint, in _GLIBCXX_VISIBILITY() 300 _Hashtable(_InputIterator __first, _InputIterator __last, in _GLIBCXX_VISIBILITY() 306 _Hashtable(const _Hashtable&); in _GLIBCXX_VISIBILITY() 308 _Hashtable(_Hashtable&&); in _GLIBCXX_VISIBILITY() 310 _Hashtable& in _GLIBCXX_VISIBILITY() 311 operator=(const _Hashtable& __ht) in _GLIBCXX_VISIBILITY() [all …]
|
| H A D | unordered_set.h | 48 : public _Hashtable<_Value, _Value, _Alloc, in _GLIBCXX_VISIBILITY() 56 typedef _Hashtable<_Value, _Value, _Alloc, in _GLIBCXX_VISIBILITY() 133 : public _Hashtable<_Value, _Value, _Alloc, in _GLIBCXX_VISIBILITY() 141 typedef _Hashtable<_Value, _Value, _Alloc, in _GLIBCXX_VISIBILITY()
|
| H A D | unordered_map.h | 48 : public _Hashtable<_Key, std::pair<const _Key, _Tp>, _Alloc, in _GLIBCXX_VISIBILITY() 56 typedef _Hashtable<_Key, std::pair<const _Key, _Tp>, _Alloc, in _GLIBCXX_VISIBILITY() 121 : public _Hashtable<_Key, std::pair<const _Key, _Tp>, in _GLIBCXX_VISIBILITY() 130 typedef _Hashtable<_Key, std::pair<const _Key, _Tp>, in _GLIBCXX_VISIBILITY()
|
| /dflybsd-src/contrib/gcc-8.0/libstdc++-v3/include/bits/ |
| H A D | hashtable.h | 173 class _Hashtable in _GLIBCXX_VISIBILITY() 393 _M_assign(const _Hashtable&, const _NodeGenerator&); in _GLIBCXX_VISIBILITY() 396 _M_move_assign(_Hashtable&&, std::true_type); in _GLIBCXX_VISIBILITY() 399 _M_move_assign(_Hashtable&&, std::false_type); in _GLIBCXX_VISIBILITY() 404 _Hashtable(const _H1& __h1, const _H2& __h2, const _Hash& __h, in _GLIBCXX_VISIBILITY() 413 _Hashtable() = default; in _GLIBCXX_VISIBILITY() 414 _Hashtable(size_type __bucket_hint, in _GLIBCXX_VISIBILITY() 420 _Hashtable(_InputIterator __first, _InputIterator __last, in _GLIBCXX_VISIBILITY() 426 _Hashtable(const _Hashtable&); in _GLIBCXX_VISIBILITY() 428 _Hashtable(_Hashtable&&) noexcept; in _GLIBCXX_VISIBILITY() [all …]
|
| H A D | unordered_set.h | 47 using __uset_hashtable = _Hashtable<_Value, _Value, _Alloc, in _GLIBCXX_VISIBILITY() 62 using __umset_hashtable = _Hashtable<_Value, _Value, _Alloc, in _GLIBCXX_VISIBILITY() 99 typedef __uset_hashtable<_Value, _Hash, _Pred, _Alloc> _Hashtable; in _GLIBCXX_VISIBILITY() typedef 100 _Hashtable _M_h; in _GLIBCXX_VISIBILITY() 106 typedef typename _Hashtable::key_type key_type; in _GLIBCXX_VISIBILITY() 107 typedef typename _Hashtable::value_type value_type; in _GLIBCXX_VISIBILITY() 108 typedef typename _Hashtable::hasher hasher; in _GLIBCXX_VISIBILITY() 109 typedef typename _Hashtable::key_equal key_equal; in _GLIBCXX_VISIBILITY() 110 typedef typename _Hashtable::allocator_type allocator_type; in _GLIBCXX_VISIBILITY() 115 typedef typename _Hashtable::pointer pointer; in _GLIBCXX_VISIBILITY() [all …]
|
| H A D | unordered_map.h | 48 using __umap_hashtable = _Hashtable<_Key, std::pair<const _Key, _Tp>, in _GLIBCXX_VISIBILITY() 65 using __ummap_hashtable = _Hashtable<_Key, std::pair<const _Key, _Tp>, in _GLIBCXX_VISIBILITY() 104 typedef __umap_hashtable<_Key, _Tp, _Hash, _Pred, _Alloc> _Hashtable; in _GLIBCXX_VISIBILITY() typedef 105 _Hashtable _M_h; in _GLIBCXX_VISIBILITY() 111 typedef typename _Hashtable::key_type key_type; in _GLIBCXX_VISIBILITY() 112 typedef typename _Hashtable::value_type value_type; in _GLIBCXX_VISIBILITY() 113 typedef typename _Hashtable::mapped_type mapped_type; in _GLIBCXX_VISIBILITY() 114 typedef typename _Hashtable::hasher hasher; in _GLIBCXX_VISIBILITY() 115 typedef typename _Hashtable::key_equal key_equal; in _GLIBCXX_VISIBILITY() 116 typedef typename _Hashtable::allocator_type allocator_type; in _GLIBCXX_VISIBILITY() [all …]
|
| H A D | node_handle.h | 231 friend class _Hashtable; in _GLIBCXX_VISIBILITY() local 283 friend class _Hashtable; in _GLIBCXX_VISIBILITY() local
|
| H A D | hashtable_policy.h | 46 class _Hashtable; in _GLIBCXX_VISIBILITY() local 668 using __hashtable = _Hashtable<_Key, _Pair, _Alloc, in _GLIBCXX_VISIBILITY() 795 using __hashtable = _Hashtable<_Key, _Value, _Alloc, _ExtractKey, in _GLIBCXX_VISIBILITY() 1065 using __hashtable = _Hashtable<_Key, _Value, _Alloc, _ExtractKey, in _GLIBCXX_VISIBILITY() 1933 using __hashtable = _Hashtable<_Key, _Value, _Alloc, _ExtractKey, _Equal, in _GLIBCXX_VISIBILITY() 1972 using __hashtable = _Hashtable<_Key, _Value, _Alloc, _ExtractKey, _Equal, in _GLIBCXX_VISIBILITY()
|
| /dflybsd-src/contrib/gcc-8.0/libstdc++-v3/include/backward/ |
| H A D | hashtable.h | 107 _Hashtable; in _GLIBCXX_VISIBILITY() typedef 123 _Hashtable* _M_ht; in _GLIBCXX_VISIBILITY() 125 _Hashtable_iterator(_Node* __n, _Hashtable* __tab) in _GLIBCXX_VISIBILITY() 158 _Hashtable; in _GLIBCXX_VISIBILITY() typedef 175 const _Hashtable* _M_ht; in _GLIBCXX_VISIBILITY() 177 _Hashtable_const_iterator(const _Node* __n, const _Hashtable* __tab) in _GLIBCXX_VISIBILITY()
|
| /dflybsd-src/contrib/gcc-4.7/libstdc++-v3/include/backward/ |
| H A D | hashtable.h | 108 _Hashtable; in _GLIBCXX_VISIBILITY() typedef 124 _Hashtable* _M_ht; in _GLIBCXX_VISIBILITY() 126 _Hashtable_iterator(_Node* __n, _Hashtable* __tab) in _GLIBCXX_VISIBILITY() 159 _Hashtable; in _GLIBCXX_VISIBILITY() typedef 176 const _Hashtable* _M_ht; in _GLIBCXX_VISIBILITY() 178 _Hashtable_const_iterator(const _Node* __n, const _Hashtable* __tab) in _GLIBCXX_VISIBILITY()
|