Searched defs:hb_map_t (Results 1 – 2 of 2) 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() function375 hb_map_t (const Iterable &o) : hashmap (o) {} in hb_map_t() argument
54 typedef struct hb_map_t hb_map_t; typedef