Searched defs:eg_hash_map_traits (Results 1 – 2 of 2) sorted by relevance
408 struct eg_hash_map_traits struct410 typedef const point_and_state *key_type;411 typedef exploded_node *value_type;412 typedef exploded_node *compare_type;414 static inline hashval_t hash (const key_type &k) in hash()420 static inline bool equal_keys (const key_type &k1, const key_type &k2) in equal_keys()433 static inline void remove (T &) in remove()438 static inline void mark_deleted (T &entry) in mark_deleted()443 static inline void mark_empty (T &entry) in mark_empty()448 static inline bool is_deleted (const T &entry) in is_deleted()[all …]
472 struct eg_hash_map_traits struct474 typedef const point_and_state *key_type;475 typedef exploded_node *value_type;476 typedef exploded_node *compare_type;478 static inline hashval_t hash (const key_type &k) in hash()484 static inline bool equal_keys (const key_type &k1, const key_type &k2) in equal_keys()497 static inline void remove (T &) in remove()502 static inline void mark_deleted (T &entry) in mark_deleted()507 static inline void mark_empty (T &entry) in mark_empty()512 static inline bool is_deleted (const T &entry) in is_deleted()[all …]