Home | History | Annotate | Download | only in tr1_impl

Lines Matching refs:_Hash_code_type

567       typename _Hashtable::_Hash_code_type __code = __h->_M_hash_code(__k);
587 typename _Hashtable::_Hash_code_type __code = __h->_M_hash_code(__k);
605 typename _Hashtable::_Hash_code_type __code = __h->_M_hash_code(__k);
671 typedef void* _Hash_code_type;
673 _Hash_code_type
678 _M_bucket_index(const _Key& __k, _Hash_code_type,
688 _M_compare(const _Key& __k, _Hash_code_type,
693 _M_store_code(_Hash_node<_Value, false>*, _Hash_code_type) const
750 typedef std::size_t _Hash_code_type;
752 _Hash_code_type
757 _M_bucket_index(const _Key&, _Hash_code_type __c,
767 _M_compare(const _Key& __k, _Hash_code_type,
772 _M_store_code(_Hash_node<_Value, false>*, _Hash_code_type) const
817 typedef std::size_t _Hash_code_type;
819 _Hash_code_type
824 _M_bucket_index(const _Key&, _Hash_code_type __c,
834 _M_compare(const _Key& __k, _Hash_code_type __c,
839 _M_store_code(_Hash_node<_Value, true>* __n, _Hash_code_type __c) const