Home
last modified time | relevance | path

Searched defs:hb_hashmap_t (Results 1 – 1 of 1) sorted by relevance

/external/harfbuzz_ng/src/
Dhb-map.hh40 struct hb_hashmap_t struct
43 hb_hashmap_t () { init (); } in hb_hashmap_t() function
44 ~hb_hashmap_t () { fini (); } in ~hb_hashmap_t() argument
49 struct item_t
65 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 …]