Searched defs:hb_bimap_t (Results 1 – 1 of 1) sorted by relevance
34 struct hb_bimap_t struct36 hb_bimap_t () { init (); } in hb_bimap_t() argument37 ~hb_bimap_t () { fini (); } in ~hb_bimap_t() argument39 void init () in init()45 void fini () in fini()51 void reset () in reset()57 bool in_error () const { return forw_map.in_error () || back_map.in_error (); } in in_error()59 void set (hb_codepoint_t lhs, hb_codepoint_t rhs) in set()67 hb_codepoint_t get (hb_codepoint_t lhs) const { return forw_map.get (lhs); } in get()68 hb_codepoint_t backward (hb_codepoint_t rhs) const { return back_map.get (rhs); } in backward()[all …]