| 221 | strmap_for_each_entry(&(mystrset)->map, iter, var) |
| 222 | |
| 223 | static inline void strset_init(struct strset *set) |
| 224 | { |
| 225 | strmap_init(&set->map); |
| 226 | } |
| 227 | |
| 228 | static inline void strset_init_with_options(struct strset *set, |
| 229 | struct mem_pool *pool, |
no test coverage detected