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