Home | History | Annotate | Download | only in src

Lines Matching defs:hb_set_t

34  * hb_set_t
40 struct hb_set_t
42 HB_NO_COPY_ASSIGN (hb_set_t);
43 hb_set_t () { init (); }
44 ~hb_set_t () { fini (); }
373 void set (const hb_set_t *other)
384 bool is_equal (const hb_set_t *other) const
411 bool is_subset (const hb_set_t *larger_set) const
426 void process (const hb_set_t *other)
524 void union_ (const hb_set_t *other)
528 void intersect (const hb_set_t *other)
532 void subtract (const hb_set_t *other)
536 void symmetric_difference (const hb_set_t *other)