Home
last modified time | relevance | path

Searched defs:hb_bit_set_t (Results 1 – 1 of 1) sorted by relevance

/external/harfbuzz_ng/src/
Dhb-bit-set.hh36 struct hb_bit_set_t struct
41 hb_bit_set_t (const hb_bit_set_t& other) : hb_bit_set_t () { set (other); } in hb_bit_set_t() argument
42 hb_bit_set_t ( hb_bit_set_t&& other) : hb_bit_set_t () { hb_swap (*this, other); } in hb_bit_set_t() function
43 hb_bit_set_t& operator= (const hb_bit_set_t& other) { set (other); return *this; } in operator =() argument
44 hb_bit_set_t& operator= (hb_bit_set_t&& other) { hb_swap (*this, other); return *this; } in operator =() argument
55 void init () in init()
63 void fini () in fini()
69 using page_t = hb_bit_page_t;
70 struct page_map_t
79 bool successful = true; /* Allocations successful */
[all …]