Searched defs:hashmap__find (Results 1 – 4 of 4) sorted by relevance
206 bool hashmap__find(const struct hashmap *map, const void *key, void **value) in hashmap__find() function
159 #define hashmap__find(map, key, value) \ macro