Searched defs:hb_vector_t (Results 1 – 1 of 1) sorted by relevance
38 struct hb_vector_t struct45 hb_vector_t () = default; argument46 hb_vector_t (std::initializer_list<Type> lst) : hb_vector_t () in hb_vector_t() argument54 hb_vector_t (const Iterable &o) : hb_vector_t () in hb_vector_t() argument61 hb_vector_t (const hb_vector_t &o) : hb_vector_t () in hb_vector_t() argument67 hb_vector_t (hb_vector_t &&o) in hb_vector_t() argument74 ~hb_vector_t () { fini (); } in ~hb_vector_t() argument77 int allocated = 0; /* == -1 means allocation failed. */78 unsigned int length = 0;80 Type *arrayZ = nullptr;[all …]