Lines Matching refs:hash
21 template <typename _Tp> struct _LIBCPP_TEMPLATE_VIS hash { };
23 template <> struct _LIBCPP_TEMPLATE_VIS hash<const char*>
33 template <> struct _LIBCPP_TEMPLATE_VIS hash<char *>
43 template <> struct _LIBCPP_TEMPLATE_VIS hash<char>
53 template <> struct _LIBCPP_TEMPLATE_VIS hash<signed char>
63 template <> struct _LIBCPP_TEMPLATE_VIS hash<unsigned char>
73 template <> struct _LIBCPP_TEMPLATE_VIS hash<short>
83 template <> struct _LIBCPP_TEMPLATE_VIS hash<unsigned short>
93 template <> struct _LIBCPP_TEMPLATE_VIS hash<int>
103 template <> struct _LIBCPP_TEMPLATE_VIS hash<unsigned int>
113 template <> struct _LIBCPP_TEMPLATE_VIS hash<long>
123 template <> struct _LIBCPP_TEMPLATE_VIS hash<unsigned long>