HomeSort by relevance Sort by last modified time
    Searched defs:hb_auto_array_t (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/third_party/harfbuzz-ng/src/
hb-private.hh 392 struct hb_auto_array_t : hb_prealloced_array_t <Type, HB_AUTO_ARRAY_PREALLOCED> struct in inherits:hb_prealloced_array_t
394 hb_auto_array_t (void) { hb_prealloced_array_t<Type, HB_AUTO_ARRAY_PREALLOCED>::init (); } function in struct:hb_auto_array_t
395 ~hb_auto_array_t (void) { hb_prealloced_array_t<Type, HB_AUTO_ARRAY_PREALLOCED>::finish (); }
  /external/harfbuzz_ng/src/
hb-private.hh 400 struct hb_auto_array_t : hb_prealloced_array_t <Type> struct in inherits:hb_prealloced_array_t
402 hb_auto_array_t (void) { hb_prealloced_array_t<Type>::init (); } function in struct:hb_auto_array_t
403 ~hb_auto_array_t (void) { hb_prealloced_array_t<Type>::finish (); }

Completed in 4772 milliseconds