HB_AUTO_ARRAY_PREALLOCED  392 third_party/harfbuzz-ng/src/hb-private.hh struct hb_auto_array_t : hb_prealloced_array_t <Type, HB_AUTO_ARRAY_PREALLOCED>
HB_AUTO_ARRAY_PREALLOCED  394 third_party/harfbuzz-ng/src/hb-private.hh   hb_auto_array_t (void) { hb_prealloced_array_t<Type, HB_AUTO_ARRAY_PREALLOCED>::init (); }
HB_AUTO_ARRAY_PREALLOCED  395 third_party/harfbuzz-ng/src/hb-private.hh   ~hb_auto_array_t (void) { hb_prealloced_array_t<Type, HB_AUTO_ARRAY_PREALLOCED>::finish (); }