Searched defs:hb_bit_set_t (Results 1 – 1 of 1) sorted by relevance
35 struct hb_bit_set_t struct40 hb_bit_set_t (const hb_bit_set_t& other) : hb_bit_set_t () { set (other, true); } in hb_bit_set_t() argument41 hb_bit_set_t ( hb_bit_set_t&& other) noexcept : hb_bit_set_t () { hb_swap (*this, other); } in hb_bit_set_t() argument42 hb_bit_set_t& operator= (const hb_bit_set_t& other) { set (other); return *this; } in operator =() argument43 hb_bit_set_t& operator= (hb_bit_set_t&& other) noexcept { hb_swap (*this, other); return *this; } in operator =() argument54 void init () in init()62 void fini () in fini()68 using page_t = hb_bit_page_t;69 struct page_map_t78 bool successful = true; /* Allocations successful */[all …]