Searched defs:hb_auto_array_t (Results 1 – 1 of 1) sorted by relevance
481 struct hb_auto_array_t : hb_prealloced_array_t <Type> struct483 hb_auto_array_t (void) { hb_prealloced_array_t<Type>::init (); } in hb_auto_array_t() argument484 ~hb_auto_array_t (void) { hb_prealloced_array_t<Type>::finish (); } in ~hb_auto_array_t() argument