Searched defs:hb_map_t (Results 1 – 6 of 6) sorted by relevance
353 struct hb_map_t : hb_hashmap_t<hb_codepoint_t, struct367 hb_map_t () = default; argument372 hb_map_t (std::initializer_list<hb_pair_t<hb_codepoint_t, hb_codepoint_t>> lst) : hashmap (lst) {} in hb_map_t() argument375 hb_map_t (const Iterable &o) : hashmap (o) {} in hb_map_t() argument
54 typedef struct hb_map_t hb_map_t; typedef
44 typedef struct hb_map_t hb_map_t; typedef
312 struct hb_map_t : hb_hashmap_t<hb_codepoint_t, struct
319 struct hb_map_t : hb_hashmap_t<hb_codepoint_t, struct