Searched defs:deallocator_set_map_traits (Results 1 – 1 of 1) sorted by relevance
272 struct deallocator_set_map_traits struct274 typedef custom_deallocator_set::key_t key_type;275 typedef custom_deallocator_set *value_type;276 typedef custom_deallocator_set *compare_type;278 static inline hashval_t hash (const key_type &k) in hash()290 static inline bool equal_keys (const key_type &k1, const key_type &k2) in equal_keys()302 static inline void remove (T &) in remove()307 static inline void mark_deleted (T &entry) in mark_deleted()312 static inline void mark_empty (T &entry) in mark_empty()317 static inline bool is_deleted (const T &entry) in is_deleted()[all …]