Searched defs:string_hasher (Results 1 – 3 of 3) sorted by relevance
63 struct string_hasher : nofree_ptr_hash<const char> struct65 static inline hashval_t hash (const char *s) in hash()70 static inline bool equal (const char *p1, const char *p2) in equal()
135 struct string_hasher : nofree_ptr_hash<const char> struct137 static inline hashval_t hash (const char *s) in hash()142 static inline bool equal (const char *p1, const char *p2) in equal()
142 struct string_hasher : nofree_ptr_hash<const char> struct144 static inline hashval_t hash (const char *s) in hash()168 hash_table<string_hasher> file_names; argument