Searched refs:__hash_code_base (Results 1 – 4 of 4) sorted by relevance
/netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/include/bits/ |
H A D | hashtable_policy.h | 1351 using __hash_code_base = _Hash_code_base<_Key, _Value, _ExtractKey, in _GLIBCXX_VISIBILITY() 1355 _Local_iterator_base(const __hash_code_base&, in _GLIBCXX_VISIBILITY() 1429 using __hash_code_base = _Hash_code_base<_Key, _Value, _ExtractKey, in _GLIBCXX_VISIBILITY() 1435 _Local_iterator_base(const __hash_code_base& __base, in _GLIBCXX_VISIBILITY() 1485 _M_init(const __hash_code_base& __base) in _GLIBCXX_VISIBILITY() 1486 { ::new(this->_M_h()) __hash_code_base(__base); } in _GLIBCXX_VISIBILITY() 1489 _M_destroy() { this->_M_h()->~__hash_code_base(); } in _GLIBCXX_VISIBILITY() 1507 using __hash_code_base = typename __base_type::__hash_code_base; in _GLIBCXX_VISIBILITY() 1520 _Local_iterator(const __hash_code_base& __base, in _GLIBCXX_VISIBILITY() 1561 using __hash_code_base = typename __base_type::__hash_code_base; in _GLIBCXX_VISIBILITY() [all …]
|
H A D | hashtable.h | 273 using __hash_code_base = typename __hashtable_base::__hash_code_base; in _GLIBCXX_VISIBILITY() local 332 struct __hash_code_base_access : __hash_code_base in _GLIBCXX_VISIBILITY() 333 { using __hash_code_base::_M_bucket_index; }; in _GLIBCXX_VISIBILITY() 794 { return __hash_code_base::_M_bucket_index(__n, _M_bucket_count); } in _GLIBCXX_VISIBILITY() 798 { return __hash_code_base::_M_bucket_index(__c, _M_bucket_count); } in _GLIBCXX_VISIBILITY() 2585 = __hash_code_base::_M_bucket_index(*__p, __bkt_count); in _GLIBCXX_VISIBILITY() 2632 = __hash_code_base::_M_bucket_index(*__p, __bkt_count); in _GLIBCXX_VISIBILITY() 2658 = __hash_code_base::_M_bucket_index( in _GLIBCXX_VISIBILITY() 2689 = __hash_code_base::_M_bucket_index(*__prev_p->_M_next(), in _GLIBCXX_VISIBILITY()
|
/netbsd-src/external/gpl3/gcc.old/dist/libstdc++-v3/include/bits/ |
H A D | hashtable_policy.h | 1429 using __hash_code_base = _Hash_code_base<_Key, _Value, _ExtractKey, in _GLIBCXX_VISIBILITY() 1433 _Local_iterator_base(const __hash_code_base& __base, in _GLIBCXX_VISIBILITY() 1510 using __hash_code_base = _Hash_code_base<_Key, _Value, _ExtractKey, in _GLIBCXX_VISIBILITY() 1515 _Local_iterator_base(const __hash_code_base& __base, in _GLIBCXX_VISIBILITY() 1566 _M_init(const __hash_code_base& __base) in _GLIBCXX_VISIBILITY() 1567 { ::new(this->_M_h()) __hash_code_base(__base); } in _GLIBCXX_VISIBILITY() 1570 _M_destroy() { this->_M_h()->~__hash_code_base(); } in _GLIBCXX_VISIBILITY() 1609 using __hash_code_base = typename __base_type::__hash_code_base; in _GLIBCXX_VISIBILITY() 1623 _Local_iterator(const __hash_code_base& __base, in _GLIBCXX_VISIBILITY() 1664 using __hash_code_base = typename __base_type::__hash_code_base; in _GLIBCXX_VISIBILITY() [all …]
|
H A D | hashtable.h | 253 using __hash_code_base = typename __hashtable_base::__hash_code_base; in _GLIBCXX_VISIBILITY() local 317 struct __hash_code_base_access : __hash_code_base in _GLIBCXX_VISIBILITY() 318 { using __hash_code_base::_M_bucket_index; }; in _GLIBCXX_VISIBILITY() 726 { return __hash_code_base::_M_bucket_index(__n, _M_bucket_count); } in _GLIBCXX_VISIBILITY() 730 { return __hash_code_base::_M_bucket_index(__k, __c, _M_bucket_count); } in _GLIBCXX_VISIBILITY() 2154 = __hash_code_base::_M_bucket_index(__p, __bkt_count); in _GLIBCXX_VISIBILITY() 2201 = __hash_code_base::_M_bucket_index(__p, __bkt_count); in _GLIBCXX_VISIBILITY() 2227 = __hash_code_base::_M_bucket_index(__prev_p->_M_next(), in _GLIBCXX_VISIBILITY() 2258 = __hash_code_base::_M_bucket_index(__prev_p->_M_next(), in _GLIBCXX_VISIBILITY()
|