Home | History | Annotate | Download | only in bits

Lines Matching refs:_Hash_code_type

439       typename _Hashtable::_Hash_code_type __code = __h->_M_hash_code(__k);
456 typename _Hashtable::_Hash_code_type __code = __h->_M_hash_code(__k);
474 typename _Hashtable::_Hash_code_type __code = __h->_M_hash_code(__k);
490 typename _Hashtable::_Hash_code_type
616 typedef void* _Hash_code_type;
618 _Hash_code_type
623 _M_bucket_index(const _Key& __k, _Hash_code_type,
633 _M_store_code(_Hash_node<_Value, false>*, _Hash_code_type) const
701 typedef std::size_t _Hash_code_type;
703 _Hash_code_type
708 _M_bucket_index(const _Key&, _Hash_code_type __c,
718 _M_store_code(_Hash_node<_Value, false>*, _Hash_code_type) const
779 typedef std::size_t _Hash_code_type;
781 _Hash_code_type
786 _M_bucket_index(const _Key&, _Hash_code_type __c,
796 _M_store_code(_Hash_node<_Value, true>* __n, _Hash_code_type __c) const
873 typedef typename _HCBase::_Hash_code_type _Hash_code_type;
881 _M_equals(const _Key& __k, _Hash_code_type __c,
885 _Equal, _Hash_code_type,