Searched defs:hashmap (Results 1 – 2 of 2) sorted by relevance
52 struct hashmap { struct53 hashmap_hash_fn hash_fn; argument54 hashmap_equal_fn equal_fn; argument57 struct hashmap_entry **buckets; argument73 void hashmap__init(struct hashmap *map, hashmap_hash_fn hash_fn, argument
Completed in 4 milliseconds