Home
last modified time | relevance | path

Searched defs:hb_vector_t (Results 1 – 1 of 1) sorted by relevance

/external/harfbuzz_ng/src/
Dhb-vector.hh35 struct hb_vector_t struct
40 HB_NO_COPY_ASSIGN_TEMPLATE2 (hb_vector_t, Type, PreallocedCount); argument
41 hb_vector_t () { init (); } in hb_vector_t() function
42 ~hb_vector_t () { fini (); } in ~hb_vector_t() argument
44 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 …]