Searched defs:eg_call_string_hash_map_traits (Results 1 – 2 of 2) sorted by relevance
545 struct eg_call_string_hash_map_traits struct547 typedef const call_string *key_type;548 typedef per_call_string_data *value_type;549 typedef per_call_string_data *compare_type;551 static inline hashval_t hash (const key_type &k) in hash()557 static inline bool equal_keys (const key_type &k1, const key_type &k2) in equal_keys()570 static inline void remove (T &) in remove()575 static inline void mark_deleted (T &entry) in mark_deleted()580 static inline void mark_empty (T &entry) in mark_empty()585 static inline bool is_deleted (const T &entry) in is_deleted()[all …]
609 struct eg_call_string_hash_map_traits struct611 typedef const call_string *key_type;612 typedef per_call_string_data *value_type;613 typedef per_call_string_data *compare_type;615 static inline hashval_t hash (const key_type &k) in hash()621 static inline bool equal_keys (const key_type &k1, const key_type &k2) in equal_keys()634 static inline void remove (T &) in remove()639 static inline void mark_deleted (T &entry) in mark_deleted()644 static inline void mark_empty (T &entry) in mark_empty()649 static inline bool is_deleted (const T &entry) in is_deleted()[all …]