Searched defs:hb_multimap_t (Results 1 – 1 of 1) sorted by relevance
37 struct hb_multimap_t struct39 void add (hb_codepoint_t k, hb_codepoint_t v) in add()66 hb_array_t<const hb_codepoint_t> get (hb_codepoint_t k) const in get()79 bool in_error () const in in_error()85 hb_map_t singulars;86 hb_map_t multiples_indices;87 hb_vector_t<hb_vector_t<hb_codepoint_t>> multiples_values;