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