Lines Matching defs:set
54 hb_set_t *set; in hb_set_create() local
88 hb_set_reference (hb_set_t *set) in hb_set_reference()
104 hb_set_destroy (hb_set_t *set) in hb_set_destroy()
126 hb_set_set_user_data (hb_set_t *set, in hb_set_set_user_data()
148 hb_set_get_user_data (const hb_set_t *set, in hb_set_get_user_data()
166 hb_set_allocation_successful (const hb_set_t *set) in hb_set_allocation_successful()
182 hb_set_copy (const hb_set_t *set) in hb_set_copy()
199 hb_set_clear (hb_set_t *set) in hb_set_clear()
216 hb_set_is_empty (const hb_set_t *set) in hb_set_is_empty()
233 hb_set_has (const hb_set_t *set, in hb_set_has()
249 hb_set_add (hb_set_t *set, in hb_set_add()
269 hb_set_add_sorted_array (hb_set_t *set, in hb_set_add_sorted_array()
291 hb_set_add_range (hb_set_t *set, in hb_set_add_range()
309 hb_set_del (hb_set_t *set, in hb_set_del()
331 hb_set_del_range (hb_set_t *set, in hb_set_del_range()
352 hb_set_is_equal (const hb_set_t *set, in hb_set_is_equal()
370 hb_set_hash (const hb_set_t *set) in hb_set_hash()
387 hb_set_is_subset (const hb_set_t *set, in hb_set_is_subset()
403 hb_set_set (hb_set_t *set, in hb_set_set()
420 hb_set_union (hb_set_t *set, in hb_set_union()
437 hb_set_intersect (hb_set_t *set, in hb_set_intersect()
454 hb_set_subtract (hb_set_t *set, in hb_set_subtract()
472 hb_set_symmetric_difference (hb_set_t *set, in hb_set_symmetric_difference()
488 hb_set_invert (hb_set_t *set) in hb_set_invert()
505 hb_set_get_population (const hb_set_t *set) in hb_set_get_population()
521 hb_set_get_min (const hb_set_t *set) in hb_set_get_min()
537 hb_set_get_max (const hb_set_t *set) in hb_set_get_max()
557 hb_set_next (const hb_set_t *set, in hb_set_next()
578 hb_set_previous (const hb_set_t *set, in hb_set_previous()
601 hb_set_next_range (const hb_set_t *set, in hb_set_next_range()
625 hb_set_previous_range (const hb_set_t *set, in hb_set_previous_range()
649 hb_set_next_many (const hb_set_t *set, in hb_set_next_many()