Searched defs:hb_prealloced_array_t (Results 1 - 1 of 1) sorted by relevance

/external/harfbuzz_ng/src/
H A Dhb-private.hh328 struct hb_prealloced_array_t struct
439 struct hb_auto_array_t : hb_prealloced_array_t <Type>
441 hb_auto_array_t (void) { hb_prealloced_array_t<Type>::init (); }
442 ~hb_auto_array_t (void) { hb_prealloced_array_t<Type>::finish (); }
450 hb_prealloced_array_t <item_t, 2> items;

Completed in 267 milliseconds