Searched defs:hb_vector_t (Results 1 – 1 of 1) sorted by relevance
35 struct hb_vector_t struct40 HB_NO_COPY_ASSIGN_TEMPLATE2 (hb_vector_t, Type, PreallocedCount); argument41 hb_vector_t () { init (); } in hb_vector_t() function42 ~hb_vector_t () { fini (); } in ~hb_vector_t() argument44 unsigned int len;46 unsigned int allocated; /* == 0 means allocation failed. */47 Type *arrayZ_;48 Type static_array[PreallocedCount];51 void init () in init()58 void fini () in fini()[all …]