hb_prealloced_array_t  150 third_party/harfbuzz-ng/src/hb-ot-map-private.hh   hb_prealloced_array_t<feature_map_t, 8> features;
hb_prealloced_array_t  151 third_party/harfbuzz-ng/src/hb-ot-map-private.hh   hb_prealloced_array_t<lookup_map_t, 32> lookups[2]; /* GSUB/GPOS */
hb_prealloced_array_t  152 third_party/harfbuzz-ng/src/hb-ot-map-private.hh   hb_prealloced_array_t<stage_map_t, 4> stages[2]; /* GSUB/GPOS */
hb_prealloced_array_t  241 third_party/harfbuzz-ng/src/hb-ot-map-private.hh   hb_prealloced_array_t<feature_info_t, 32> feature_infos;
hb_prealloced_array_t  242 third_party/harfbuzz-ng/src/hb-ot-map-private.hh   hb_prealloced_array_t<stage_info_t, 8> stages[2]; /* GSUB/GPOS */
hb_prealloced_array_t  392 third_party/harfbuzz-ng/src/hb-private.hh struct hb_auto_array_t : hb_prealloced_array_t <Type, HB_AUTO_ARRAY_PREALLOCED>
hb_prealloced_array_t  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_prealloced_array_t  395 third_party/harfbuzz-ng/src/hb-private.hh   ~hb_auto_array_t (void) { hb_prealloced_array_t<Type, HB_AUTO_ARRAY_PREALLOCED>::finish (); }
hb_prealloced_array_t  403 third_party/harfbuzz-ng/src/hb-private.hh   hb_prealloced_array_t <item_t, 2> items;