Searched defs:hb_auto_array_t (Results 1 - 1 of 1) sorted by relevance
/external/harfbuzz_ng/src/ | ||
H A D | hb-private.hh | 439 struct hb_auto_array_t : hb_prealloced_array_t <Type> struct in inherits:hb_prealloced_array_t 441 hb_auto_array_t (void) { hb_prealloced_array_t<Type>::init (); } function in struct:hb_auto_array_t 442 ~hb_auto_array_t (void) { hb_prealloced_array_t<Type>::finish (); } |
Completed in 69 milliseconds