Searched defs:excl_hash_traits (Results 1 – 2 of 2) sorted by relevance
2030 struct excl_hash_traits: typed_noop_remove<excl_pair> struct2032 typedef excl_pair value_type;2033 typedef value_type compare_type;2035 static hashval_t hash (const value_type &x) in hash()2042 static bool equal (const value_type &x, const value_type &y) in equal()2047 static void mark_deleted (value_type &x) in mark_deleted()2052 static const bool empty_zero_p = false;2054 static void mark_empty (value_type &x) in mark_empty()2059 static bool is_deleted (const value_type &x) in is_deleted()2086 typedef hash_set<excl_pair, false, excl_hash_traits> exclusion_set; in test_attribute_exclusions() argument
2556 struct excl_hash_traits: typed_noop_remove<excl_pair> struct2558 typedef excl_pair value_type;2559 typedef value_type compare_type;2561 static hashval_t hash (const value_type &x) in hash()2568 static bool equal (const value_type &x, const value_type &y) in equal()2573 static void mark_deleted (value_type &x) in mark_deleted()2578 static const bool empty_zero_p = false;2580 static void mark_empty (value_type &x) in mark_empty()2585 static bool is_deleted (const value_type &x) in is_deleted()2590 static bool is_empty (const value_type &x) in is_empty()