Searched defs:hb_hashmap_t (Results 1 – 1 of 1) sorted by relevance
40 struct hb_hashmap_t struct43 hb_hashmap_t () { init (); } in hb_hashmap_t() function44 ~hb_hashmap_t () { fini (); } in ~hb_hashmap_t() argument49 struct item_t65 hb_object_header_t header;66 bool successful; /* Allocations successful */67 unsigned int population; /* Not including tombstones. */68 unsigned int occupancy; /* Including tombstones. */69 unsigned int mask;70 unsigned int prime;[all …]