Searched defs:hb_bit_set_t (Results 1 – 1 of 1) sorted by relevance
36 struct hb_bit_set_t struct41 hb_bit_set_t (const hb_bit_set_t& other) : hb_bit_set_t () { set (other); } in hb_bit_set_t() argument42 hb_bit_set_t ( hb_bit_set_t&& other) : hb_bit_set_t () { hb_swap (*this, other); } in hb_bit_set_t() function43 hb_bit_set_t& operator= (const hb_bit_set_t& other) { set (other); return *this; } in operator =() argument44 hb_bit_set_t& operator= (hb_bit_set_t&& other) { hb_swap (*this, other); return *this; } in operator =() argument55 void init () in init()63 void fini () in fini()69 using page_t = hb_bit_page_t;70 struct page_map_t79 bool successful = true; /* Allocations successful */[all …]