Searched defs:hb_vector_t (Results 1 – 1 of 1) sorted by relevance
38 struct hb_vector_t struct47 hb_vector_t () = default; argument48 hb_vector_t (std::initializer_list<Type> lst) : hb_vector_t () in hb_vector_t() function56 hb_vector_t (const Iterable &o) : hb_vector_t () in hb_vector_t() function63 hb_vector_t (const hb_vector_t &o) : hb_vector_t () in hb_vector_t() function69 hb_vector_t (array_t o) : hb_vector_t () in hb_vector_t() argument75 hb_vector_t (c_array_t o) : hb_vector_t () in hb_vector_t() function81 hb_vector_t (hb_vector_t &&o) noexcept in hb_vector_t() argument88 ~hb_vector_t () { fini (); } in ~hb_vector_t() argument91 int allocated = 0; /* < 0 means allocation failed. */[all …]