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() function54 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 (array_t o) : hb_vector_t () in hb_vector_t() function73 hb_vector_t (c_array_t o) : hb_vector_t () in hb_vector_t() function79 hb_vector_t (hb_vector_t &&o) in hb_vector_t() function86 ~hb_vector_t () { fini (); } in ~hb_vector_t() argument89 int allocated = 0; /* < 0 means allocation failed. */[all …]