Home | History | Annotate | Download | only in bits

Lines Matching refs:_Hash_code_type

541       typename _Hashtable::_Hash_code_type __code = __h->_M_hash_code(__k);
560 typename _Hashtable::_Hash_code_type __code = __h->_M_hash_code(__k);
580 typename _Hashtable::_Hash_code_type __code = __h->_M_hash_code(__k);
598 typename _Hashtable::_Hash_code_type __code = __h->_M_hash_code(__k);
670 typedef void* _Hash_code_type;
672 _Hash_code_type
677 _M_bucket_index(const _Key& __k, _Hash_code_type,
687 _M_compare(const _Key& __k, _Hash_code_type,
692 _M_store_code(_Hash_node<_Value, false>*, _Hash_code_type) const
749 typedef std::size_t _Hash_code_type;
751 _Hash_code_type
756 _M_bucket_index(const _Key&, _Hash_code_type __c,
766 _M_compare(const _Key& __k, _Hash_code_type,
771 _M_store_code(_Hash_node<_Value, false>*, _Hash_code_type) const
816 typedef std::size_t _Hash_code_type;
818 _Hash_code_type
823 _M_bucket_index(const _Key&, _Hash_code_type __c,
833 _M_compare(const _Key& __k, _Hash_code_type __c,
838 _M_store_code(_Hash_node<_Value, true>* __n, _Hash_code_type __c) const