Home | History | Annotate | Download | only in tr1

Lines Matching refs:_Hash_code_type

523       typename _Hashtable::_Hash_code_type __code = __h->_M_hash_code(__k);
589 typedef void* _Hash_code_type;
591 _Hash_code_type
596 _M_bucket_index(const _Key& __k, _Hash_code_type,
606 _M_compare(const _Key& __k, _Hash_code_type,
611 _M_store_code(_Hash_node<_Value, false>*, _Hash_code_type) const
668 typedef std::size_t _Hash_code_type;
670 _Hash_code_type
675 _M_bucket_index(const _Key&, _Hash_code_type __c,
685 _M_compare(const _Key& __k, _Hash_code_type,
690 _M_store_code(_Hash_node<_Value, false>*, _Hash_code_type) const
735 typedef std::size_t _Hash_code_type;
737 _Hash_code_type
742 _M_bucket_index(const _Key&, _Hash_code_type __c,
752 _M_compare(const _Key& __k, _Hash_code_type __c,
757 _M_store_code(_Hash_node<_Value, true>* __n, _Hash_code_type __c) const