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

/external/chromium_org/third_party/harfbuzz-ng/src/
H A Dhb-private.hh439 struct hb_auto_array_t : hb_prealloced_array_t <Type> struct in inherits:hb_prealloced_array_t
441 hb_auto_array_t (void) { hb_prealloced_array_t<Type>::init (); } function in struct:hb_auto_array_t
442 ~hb_auto_array_t (void) { hb_prealloced_array_t<Type>::finish (); }
/external/harfbuzz_ng/src/
H A Dhb-private.hh400 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 64 milliseconds