Searched refs:attribute_hasher (Results 1 – 3 of 3) sorted by relevance
59 struct attribute_hasher : nofree_ptr_hash <attribute_spec> struct67 attribute_hasher::hash (const attribute_spec *spec) in hash() argument74 attribute_hasher::equal (const attribute_spec *spec, const substring *str) in equal()86 hash_table<attribute_hasher> *attribute_hash;145 result->attribute_hash = new hash_table<attribute_hasher> (200); in register_scoped_attributes()
62 struct attribute_hasher : nofree_ptr_hash <attribute_spec> struct70 attribute_hasher::hash (const attribute_spec *spec) in hash() argument77 attribute_hasher::equal (const attribute_spec *spec, const substring *str) in equal()89 hash_table<attribute_hasher> *attribute_hash;141 result->attribute_hash = new hash_table<attribute_hasher> (200); in register_scoped_attributes()
26712 * attribs.c (attribute_hasher): Likewise.