Searched defs:Hashmap (Results 1 – 2 of 2) sorted by relevance
50 typedef struct Hashmap Hashmap; /* Maps keys to values */ typedef
230 struct Hashmap { struct231 struct HashmapBase b; argument