Searched defs:hashmap__add (Results 1 – 4 of 4) sorted by relevance
116 static inline int hashmap__add(struct hashmap *map, in hashmap__add() function
138 #define hashmap__add(map, key, value) \ macro