Searched defs:eg_point_hash_map_traits (Results 1 – 2 of 2) sorted by relevance
478 struct eg_point_hash_map_traits struct480 typedef const program_point *key_type;481 typedef per_program_point_data *value_type;482 typedef per_program_point_data *compare_type;484 static inline hashval_t hash (const key_type &k) in hash()490 static inline bool equal_keys (const key_type &k1, const key_type &k2) in equal_keys()503 static inline void remove (T &) in remove()508 static inline void mark_deleted (T &entry) in mark_deleted()513 static inline void mark_empty (T &entry) in mark_empty()518 static inline bool is_deleted (const T &entry) in is_deleted()[all …]
542 struct eg_point_hash_map_traits struct544 typedef const program_point *key_type;545 typedef per_program_point_data *value_type;546 typedef per_program_point_data *compare_type;548 static inline hashval_t hash (const key_type &k) in hash()554 static inline bool equal_keys (const key_type &k1, const key_type &k2) in equal_keys()567 static inline void remove (T &) in remove()572 static inline void mark_deleted (T &entry) in mark_deleted()577 static inline void mark_empty (T &entry) in mark_empty()582 static inline bool is_deleted (const T &entry) in is_deleted()[all …]